receiver: add WPID 0612 for VX Revolution mouse

This commit is contained in:
Peter F. Patel-Schneider 2020-08-24 08:24:42 -04:00
parent 04e8281738
commit d027c66198
2 changed files with 7 additions and 3 deletions

View File

@ -65,8 +65,12 @@ a tuple of known feature settings (from `lib/logitech/settings_templates.py`).
| 064d:c541 | Lightspeed | 1 | | 064d:c541 | Lightspeed | 1 |
| 17ef:6042 | Nano | 1 | | 17ef:6042 | Nano | 1 |
* The receiver with USB Id 046d:c517 is an old 27 MHz receiver, supporting only Some Nano receivers are only partly supported
subset of HID++ 1.0 protocol. Only hardware pairing supported. as they do not fully implement the HID++ 1.0 protocol.
The receiver with USB Id 046d:c517 is an old 27 MHz receiver, supporting only
subset of HID++ 1.0 protocol. Only hardware pairing is supported.
### Keyboards (Unifying) ### Keyboards (Unifying)

View File

@ -625,7 +625,7 @@ _D(
codename='VX Revolution', codename='VX Revolution',
kind=_DK.mouse, kind=_DK.mouse,
protocol=1.0, protocol=1.0,
wpid=('1006', '100D'), wpid=('1006', '100D', '0612'), # WPID 0612 from Issue #921
registers=(_R.battery_charge, ), registers=(_R.battery_charge, ),
) )
_D( _D(