receiver: clarify status of C542 receiver
This commit is contained in:
parent
106959d33a
commit
4a0a47e4f7
|
@ -46,7 +46,7 @@ where <NAME> 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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue