receiver: add USB information for G502 Hero when wired
This commit is contained in:
parent
95a30a8089
commit
ebfd26b3d0
|
@ -140,6 +140,7 @@ WIRED_DEVICE_C087 = _wired_device(0xc087) # G703
|
||||||
WIRED_DEVICE_C088 = _wired_device(0xc088) # GPro
|
WIRED_DEVICE_C088 = _wired_device(0xc088) # GPro
|
||||||
WIRED_DEVICE_C090 = _wired_device(0xc090) # G703 Hero
|
WIRED_DEVICE_C090 = _wired_device(0xc090) # G703 Hero
|
||||||
WIRED_DEVICE_C091 = _wired_device(0xc091) # G903 Hero
|
WIRED_DEVICE_C091 = _wired_device(0xc091) # G903 Hero
|
||||||
|
WIRED_DEVICE_C08d = _wired_device(0xc08d) # G502 Hero
|
||||||
|
|
||||||
del _DRIVER, _unifying_receiver, _nano_receiver, _lenovo_receiver, _lightspeed_receiver, _wired_device
|
del _DRIVER, _unifying_receiver, _nano_receiver, _lenovo_receiver, _lightspeed_receiver, _wired_device
|
||||||
|
|
||||||
|
@ -175,6 +176,7 @@ WIRED_DEVICES = (
|
||||||
WIRED_DEVICE_C088,
|
WIRED_DEVICE_C088,
|
||||||
WIRED_DEVICE_C090,
|
WIRED_DEVICE_C090,
|
||||||
WIRED_DEVICE_C091,
|
WIRED_DEVICE_C091,
|
||||||
|
WIRED_DEVICE_C08d,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,7 @@ ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c087", GOTO="solaar_apply"
|
||||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c088", GOTO="solaar_apply"
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c088", GOTO="solaar_apply"
|
||||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c090", GOTO="solaar_apply"
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c090", GOTO="solaar_apply"
|
||||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c091", GOTO="solaar_apply"
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c091", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c08d", GOTO="solaar_apply"
|
||||||
|
|
||||||
# Lenovo nano receiver
|
# Lenovo nano receiver
|
||||||
ATTRS{idVendor}=="17ef", ATTRS{idProduct}=="6042", GOTO="solaar_apply"
|
ATTRS{idVendor}=="17ef", ATTRS{idProduct}=="6042", GOTO="solaar_apply"
|
||||||
|
|
Loading…
Reference in New Issue