From c690b2c9e9e58c24af566b4e37c76e06e61d1add Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Sat, 13 Jul 2013 11:15:23 +0200 Subject: [PATCH] minor descriptors clean-up --- docs/devices.md | 12 ++++++------ lib/logitech_receiver/descriptors.py | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/devices.md b/docs/devices.md index 51b45715..1edcbafb 100644 --- a/docs/devices.md +++ b/docs/devices.md @@ -75,14 +75,14 @@ Mice: | Device | HID++ | Battery | DPI | Other supported features | |------------------|-------|---------|-------|---------------------------------| -| M175 * | 1.0 | yes | | | -| M185 * | 1.0 | yes | | | -| M187 * | 1.0 | yes | | | +| M175 * | | yes | | | +| M185 * | | yes | | | +| M187 * | 2.0 | yes | | | | M215 * | 1.0 | yes | | | -| M235 * | 1.0 | yes | | | +| M235 * | | yes | | | | M305 * | 1.0 | yes | | | -| M310 * | 1.0 | yes | | | -| M315 * | 1.0 | yes | | | +| M310 * | | yes | | | +| M315 * | | yes | | | | M317 | | | | | | M325 | | | | | | M345 | | | | | diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index 09eb86e5..e5af818a 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -155,16 +155,16 @@ _D('Wireless Illuminated Keyboard K800', protocol=1.0, wpid='2010', # Mice -_D('Wireless Mouse M175', protocol=1.0) -_D('Wireless Mouse M185', protocol=1.0) -_D('Wireless Mouse M187', protocol=1.0) +_D('Wireless Mouse M175') +_D('Wireless Mouse M185') +_D('Wireless Mouse M187', protocol=2.0, wpid='4019') _D('Wireless Mouse M215', protocol=1.0, wpid='1020') -_D('Wireless Mouse M235', protocol=1.0) +_D('Wireless Mouse M235') _D('Wireless Mouse M305', protocol=1.0, wpid='101F', registers=(_R.battery_status, ), ) -_D('Wireless Mouse M310', protocol=1.0) -_D('Wireless Mouse M315', protocol=1.0) +_D('Wireless Mouse M310') +_D('Wireless Mouse M315') _D('Wireless Mouse M317') _D('Wireless Mouse M325') _D('Wireless Mouse M345')