devices: add M310

This commit is contained in:
Peter F. Patel-Schneider 2019-12-24 07:49:00 -05:00 committed by Filipe Laíns
parent 6ba8c6c3fc
commit c6ccc0638d
1 changed files with 3 additions and 1 deletions

View File

@ -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(),