From 4a0a47e4f739a20b25efdf9566a49a82c6c8aac5 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Mon, 14 Nov 2022 16:45:41 -0500 Subject: [PATCH] receiver: clarify status of C542 receiver --- docs/devices.md | 2 +- lib/logitech_receiver/base_usb.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/devices.md b/docs/devices.md index cef2a03a..a1dca1eb 100644 --- a/docs/devices.md +++ b/docs/devices.md @@ -46,7 +46,7 @@ where is the name of your receiver or device. `N` is the current HID raw number of your receiver or device. 3. Provide the contents of the file `/sys/class/hidraw/hidrawN/device/uevent` where N was found -above in the enhancement issue. +above. 4. Also attach contents of the file `/sys/class/hidraw/hidrawN/device/report_descriptor` to the enhancement request. diff --git a/lib/logitech_receiver/base_usb.py b/lib/logitech_receiver/base_usb.py index 5ea4d658..d3fa3589 100644 --- a/lib/logitech_receiver/base_usb.py +++ b/lib/logitech_receiver/base_usb.py @@ -161,7 +161,7 @@ NANO_RECEIVER_C531 = _nano_receiver(0xc531) NANO_RECEIVER_C534 = _nano_receiver_max2(0xc534) NANO_RECEIVER_C535 = _nano_receiver(0xc535) # branded as Dell NANO_RECEIVER_C537 = _nano_receiver(0xc537) -NANO_RECEIVER_C542 = _nano_receiver(0xc542) +# NANO_RECEIVER_C542 = _nano_receiver(0xc542) # does not use HID++ NANO_RECEIVER_6042 = _lenovo_receiver(0x6042) # Lightspeed receivers (usually sold with gaming devices) @@ -194,7 +194,7 @@ ALL = ( NANO_RECEIVER_C534, NANO_RECEIVER_C535, NANO_RECEIVER_C537, - NANO_RECEIVER_C542, + # NANO_RECEIVER_C542, # does not use HID++ NANO_RECEIVER_6042, LIGHTSPEED_RECEIVER_C539, LIGHTSPEED_RECEIVER_C53A,