Merge pull request #254 from emerham/master

Adding Logitech mx 1100 cordless laser mouse to discriptors
This commit is contained in:
Peter Wu 2016-03-24 14:56:55 +01:00
commit 5b01f375e0
2 changed files with 8 additions and 0 deletions

View File

@ -108,6 +108,7 @@ Mice (Nano):
| M305 | 1.0 | yes | | | | M305 | 1.0 | yes | | |
| M310 | 1.0 | yes | | | | M310 | 1.0 | yes | | |
| M315 | | yes | | | | M315 | | yes | | |
| MX 1100 | 1.0 | yes | - | smooth scrolling, side scrolling|
Mice (Mini): Mice (Mini):

View File

@ -336,6 +336,13 @@ _D('MX Air', codename='MX Air', protocol=1.0, kind=_DK.mouse, wpid=('1007', '100
_D('MX Revolution', codename='MX Revolution', protocol=1.0, kind=_DK.mouse, wpid=('1008', '100C'), _D('MX Revolution', codename='MX Revolution', protocol=1.0, kind=_DK.mouse, wpid=('1008', '100C'),
registers=(_R.battery_charge, ), registers=(_R.battery_charge, ),
) )
_D('MX 1100 Cordless Laser Mouse', codename='MX 1100', protocol=1.0, kind=_DK.mouse, wpid='1014',
registers=(_R.battery_charge, ),
settings=[
_RS.smooth_scroll(),
_RS.side_scroll(),
],
)
# Some exotics... # Some exotics...