updated descriptors and devices doc for Anywhere MX

This commit is contained in:
Daniel Pavel 2013-07-11 15:05:15 +02:00
parent 85efe92d30
commit 948b4c4d51
2 changed files with 7 additions and 5 deletions

View File

@ -90,12 +90,12 @@ Mice:
| M510 | 1.0 | yes | | smooth scrolling | | M510 | 1.0 | yes | | smooth scrolling |
| M515 Couch | 2.0 | yes | - | | | M515 Couch | 2.0 | yes | - | |
| M525 | 2.0 | yes | - | | | M525 | 2.0 | yes | - | |
| M600 Touch | | | | | | M600 Touch | 2.0 | yes | | |
| M705 Marathon | 1.0 | yes | - | smooth scrolling | | M705 Marathon | 1.0 | yes | - | smooth scrolling |
| T400 Zone Touch | | | | | | T400 Zone Touch | | | | |
| T620 Touch | | | | | | T620 Touch | 2.0 | | | |
| Performance MX | 1.0 | yes | R/W | | | Performance MX | 1.0 | yes | R/W | |
| Anywhere MX | | | | | | Anywhere MX | 1.0 | yes | - | |
| Cube | 2.0 | yes | | | | Cube | 2.0 | yes | | |

View File

@ -178,9 +178,11 @@ _D('Marathon Mouse M705', protocol=1.0, wpid='101B',
], ],
) )
_D('Zone Touch Mouse T400') _D('Zone Touch Mouse T400')
_D('Touch Mouse T620') _D('Touch Mouse T620', protocol=2.0)
_D('Logitech Cube', kind=_hidpp10.DEVICE_KIND.mouse, protocol=2.0) _D('Logitech Cube', kind=_hidpp10.DEVICE_KIND.mouse, protocol=2.0)
_D('Anywhere Mouse MX', codename='Anywhere MX', protocol=1.0, wpid='1017') _D('Anywhere Mouse MX', codename='Anywhere MX', protocol=1.0, wpid='1017',
registers=(_R.battery_charge, ),
)
_D('Performance Mouse MX', codename='Performance MX', protocol=1.0, wpid='101A', _D('Performance Mouse MX', codename='Performance MX', protocol=1.0, wpid='101A',
registers=(_R.battery_status, _R.three_leds, ), registers=(_R.battery_status, _R.three_leds, ),
settings=[ settings=[