added descriptor for V450 Nano; fixes #89

This commit is contained in:
Daniel Pavel 2013-07-17 20:01:49 +02:00
parent 1fed000855
commit a3f9860181
2 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Mice:
| Device | HID++ | Battery | DPI | Other supported features |
|------------------|-------|---------|-------|---------------------------------|
| V450 Nano | 1.0 | yes | - | |
| M175 * | | yes | | |
| M185 * | | yes | | |
| M187 * | 2.0 | yes | | |

View File

@ -234,3 +234,6 @@ _D('VX Nano Cordless Laser Mouse', codename='VX Nano', protocol=1.0, wpid='100F'
_RS.smooth_scroll(),
],
)
_D('V450 Nano Cordless Laser Mouse', codename='V450 Nano', protocol=1.0, wpid='1011',
registers=(_R.battery_charge, ),
)