minor descriptors clean-up

This commit is contained in:
Daniel Pavel 2013-07-13 11:15:23 +02:00
parent 43ab629a26
commit c690b2c9e9
2 changed files with 12 additions and 12 deletions

View File

@ -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 | | | | |

View File

@ -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')