Skip to content

Commit

Permalink
devices: add M310
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps authored and FFY00 committed Dec 24, 2019
1 parent 6ba8c6c commit c6ccc06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/logitech_receiver/descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ def _D(name, codename=None, kind=None, wpid=None, protocol=None, registers=None,
_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(),
Expand Down

0 comments on commit c6ccc06

Please sign in to comment.