receiver: add c53d as a Lightspeed receiver
This commit is contained in:
parent
4a108b3ab7
commit
6c77aa3b61
|
@ -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 |
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue