From c6ccc0638d2c7391360d4de75770c48b4d3e3fe7 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Tue, 24 Dec 2019 07:49:00 -0500 Subject: [PATCH] devices: add M310 --- lib/logitech_receiver/descriptors.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index 11d28fa4..dc366c9e 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -232,7 +232,9 @@ _D('Wireless Mouse M185 new', codename='M185n', protocol=4.5, wpid='4054', _FS.lowres_smooth_scroll(), _FS.pointer_speed(), ]) -_D('Wireless Mouse M185/M235', codename='M185/M235', protocol=4.5, wpid='4055', +# Apparently Logitech uses wpid 4055 for three different mice +# That's not so strange, as M185 is used on both Unifying-ready and non-Unifying-ready mice +_D('Wireless Mouse M185/M235/M310', codename='M185/M235/M310', protocol=4.5, wpid='4055', settings=[ _FS.lowres_smooth_scroll(), _FS.pointer_speed(),