From d027c66198b38800649e1ee484c0e3faa9b11239 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Mon, 24 Aug 2020 08:24:42 -0400 Subject: [PATCH] receiver: add WPID 0612 for VX Revolution mouse --- docs/devices.md | 8 ++++++-- lib/logitech_receiver/descriptors.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/devices.md b/docs/devices.md index c3f2693e..444b92fa 100644 --- a/docs/devices.md +++ b/docs/devices.md @@ -65,8 +65,12 @@ a tuple of known feature settings (from `lib/logitech/settings_templates.py`). | 064d:c541 | Lightspeed | 1 | | 17ef:6042 | Nano | 1 | -* The receiver with USB Id 046d:c517 is an old 27 MHz receiver, supporting only - subset of HID++ 1.0 protocol. Only hardware pairing supported. +Some Nano receivers are only partly 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) diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index 845ef56c..7433c2ab 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -625,7 +625,7 @@ _D( codename='VX Revolution', kind=_DK.mouse, protocol=1.0, - wpid=('1006', '100D'), + wpid=('1006', '100D', '0612'), # WPID 0612 from Issue #921 registers=(_R.battery_charge, ), ) _D(