device: support C542 receiver for M190 mice
This commit is contained in:
parent
5b20a8a859
commit
a4afffe6c3
|
@ -158,6 +158,7 @@ NANO_RECEIVER_C52E = _nano_receiver_no_unpair(0xc52e)
|
|||
NANO_RECEIVER_C531 = _nano_receiver(0xc531)
|
||||
NANO_RECEIVER_C534 = _nano_receiver_max2(0xc534)
|
||||
NANO_RECEIVER_C537 = _nano_receiver(0xc537)
|
||||
NANO_RECEIVER_C542 = _nano_receiver(0xc542)
|
||||
NANO_RECEIVER_6042 = _lenovo_receiver(0x6042)
|
||||
|
||||
# Lightspeed receivers (usually sold with gaming devices)
|
||||
|
@ -187,6 +188,7 @@ ALL = (
|
|||
NANO_RECEIVER_C531,
|
||||
NANO_RECEIVER_C534,
|
||||
NANO_RECEIVER_C537,
|
||||
NANO_RECEIVER_C542,
|
||||
NANO_RECEIVER_6042,
|
||||
LIGHTSPEED_RECEIVER_C539,
|
||||
LIGHTSPEED_RECEIVER_C53A,
|
||||
|
|
Loading…
Reference in New Issue