diff --git a/docs/devices.md b/docs/devices.md index ab22f1b0..60602161 100644 --- a/docs/devices.md +++ b/docs/devices.md @@ -49,6 +49,7 @@ repository][solaar] with the pleasant news. | 064d:c534 | Nano | 2 | | 064d:c539 | Lightspeed | 1 | | 064d:c53a | Lightspeed | 1 | +| 064d:c53d | Lightspeed | 1 | | 064d:c53f | Lightspeed | 1 | | 17ef:6042 | Nano | 1 | diff --git a/lib/logitech_receiver/base_usb.py b/lib/logitech_receiver/base_usb.py index 7144f807..16857e22 100644 --- a/lib/logitech_receiver/base_usb.py +++ b/lib/logitech_receiver/base_usb.py @@ -112,6 +112,7 @@ NANO_RECEIVER_6042 = _lenovo_receiver(0x6042) LIGHTSPEED_RECEIVER_C539 = _lightspeed_receiver(0xc539) LIGHTSPEED_RECEIVER_C53a = _lightspeed_receiver(0xc53a) LIGHTSPEED_RECEIVER_C53f = _lightspeed_receiver(0xc53f) +LIGHTSPEED_RECEIVER_C53d = _lightspeed_receiver(0xc53d) del _DRIVER, _unifying_receiver, _nano_receiver, _lenovo_receiver, _lightspeed_receiver @@ -135,6 +136,7 @@ ALL = ( LIGHTSPEED_RECEIVER_C539, LIGHTSPEED_RECEIVER_C53a, LIGHTSPEED_RECEIVER_C53f, + LIGHTSPEED_RECEIVER_C53d, ) def product_information(usb_id): diff --git a/rules.d/42-logitech-unify-permissions.rules b/rules.d/42-logitech-unify-permissions.rules index bcd2b4c2..8bdfaa0d 100644 --- a/rules.d/42-logitech-unify-permissions.rules +++ b/rules.d/42-logitech-unify-permissions.rules @@ -38,6 +38,7 @@ ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c537", GOTO="solaar_apply" # Lightspeed receivers ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c539", GOTO="solaar_apply" ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c53a", GOTO="solaar_apply" +ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c53d", GOTO="solaar_apply" ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c53f", GOTO="solaar_apply" # Lenovo nano receiver