updated descriptors and devices doc for Anywhere MX
This commit is contained in:
parent
85efe92d30
commit
948b4c4d51
|
@ -90,12 +90,12 @@ Mice:
|
|||
| M510 | 1.0 | yes | | smooth scrolling |
|
||||
| M515 Couch | 2.0 | yes | - | |
|
||||
| M525 | 2.0 | yes | - | |
|
||||
| M600 Touch | | | | |
|
||||
| M600 Touch | 2.0 | yes | | |
|
||||
| M705 Marathon | 1.0 | yes | - | smooth scrolling |
|
||||
| T400 Zone Touch | | | | |
|
||||
| T620 Touch | | | | |
|
||||
| T620 Touch | 2.0 | | | |
|
||||
| Performance MX | 1.0 | yes | R/W | |
|
||||
| Anywhere MX | | | | |
|
||||
| Anywhere MX | 1.0 | yes | - | |
|
||||
| Cube | 2.0 | yes | | |
|
||||
|
||||
|
||||
|
|
|
@ -178,9 +178,11 @@ _D('Marathon Mouse M705', protocol=1.0, wpid='101B',
|
|||
],
|
||||
)
|
||||
_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('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',
|
||||
registers=(_R.battery_status, _R.three_leds, ),
|
||||
settings=[
|
||||
|
|
Loading…
Reference in New Issue