From a9acdbe47a93e7d5c481f5b4ada043e4c4810832 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sat, 8 Feb 2020 14:51:13 -0500 Subject: [PATCH] receiver: add c537 nano receiver --- lib/logitech_receiver/base_usb.py | 2 ++ rules.d/42-logitech-unify-permissions.rules | 1 + 2 files changed, 3 insertions(+) diff --git a/lib/logitech_receiver/base_usb.py b/lib/logitech_receiver/base_usb.py index e9edd6a6..b5bd4433 100644 --- a/lib/logitech_receiver/base_usb.py +++ b/lib/logitech_receiver/base_usb.py @@ -94,6 +94,7 @@ NANO_RECEIVER_C526 = _nano_receiver(0xc526) NANO_RECEIVER_C52e = _nano_receiver(0xc52e) NANO_RECEIVER_C531 = _nano_receiver(0xc531) NANO_RECEIVER_C534 = _nano_receiver_max2(0xc534) +NANO_RECEIVER_C537 = _nano_receiver(0xc537) NANO_RECEIVER_6042 = _lenovo_receiver(0x6042) # Lightspeed receivers @@ -118,6 +119,7 @@ ALL = ( NANO_RECEIVER_C52e, NANO_RECEIVER_C531, NANO_RECEIVER_C534, + NANO_RECEIVER_C537, NANO_RECEIVER_6042, LIGHTSPEED_RECEIVER_C539, LIGHTSPEED_RECEIVER_C53a, diff --git a/rules.d/42-logitech-unify-permissions.rules b/rules.d/42-logitech-unify-permissions.rules index fe566918..bcd2b4c2 100644 --- a/rules.d/42-logitech-unify-permissions.rules +++ b/rules.d/42-logitech-unify-permissions.rules @@ -33,6 +33,7 @@ ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c51a", GOTO="solaar_apply" ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c521", GOTO="solaar_apply" ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c525", GOTO="solaar_apply" ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c534", GOTO="solaar_apply" +ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c537", GOTO="solaar_apply" # Lightspeed receivers ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c539", GOTO="solaar_apply"