Add receivers to udev rules
Sync lib/logitech_receiver/base_usb.py PIDs with udev rules Fixes #125 Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br>
This commit is contained in:
parent
b12d03dfe3
commit
d74e3a9b92
|
@ -20,9 +20,19 @@ ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c526", GOTO="solaar_apply"
|
||||||
# classic Nano receiver -- MK220/MK320 mouse and keyboard combo
|
# classic Nano receiver -- MK220/MK320 mouse and keyboard combo
|
||||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52e", GOTO="solaar_apply"
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52e", GOTO="solaar_apply"
|
||||||
|
|
||||||
|
# classic? Nano receiver -- V220 wireless mouse
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c51b", GOTO="solaar_apply"
|
||||||
|
|
||||||
# G-Series receiver -- G-Series mouse
|
# G-Series receiver -- G-Series mouse
|
||||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c531", GOTO="solaar_apply"
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c531", GOTO="solaar_apply"
|
||||||
|
|
||||||
|
# other Nano receivers known to Solaar
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c517", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c518", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c51a", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c521", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c525", GOTO="solaar_apply"
|
||||||
|
|
||||||
GOTO="solaar_end"
|
GOTO="solaar_end"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -20,9 +20,19 @@ ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c526", GOTO="solaar_apply"
|
||||||
# classic Nano receiver -- MK220/MK320 mouse and keyboard combo
|
# classic Nano receiver -- MK220/MK320 mouse and keyboard combo
|
||||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52e", GOTO="solaar_apply"
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52e", GOTO="solaar_apply"
|
||||||
|
|
||||||
|
# classic? Nano receiver -- V220 wireless mouse
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c51b", GOTO="solaar_apply"
|
||||||
|
|
||||||
# G-Series receiver -- G-Series mouse
|
# G-Series receiver -- G-Series mouse
|
||||||
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c531", GOTO="solaar_apply"
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c531", GOTO="solaar_apply"
|
||||||
|
|
||||||
|
# other Nano receivers known to Solaar
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c517", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c518", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c51a", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c521", GOTO="solaar_apply"
|
||||||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c525", GOTO="solaar_apply"
|
||||||
|
|
||||||
GOTO="solaar_end"
|
GOTO="solaar_end"
|
||||||
|
|
||||||
LABEL="solaar_apply"
|
LABEL="solaar_apply"
|
||||||
|
|
Loading…
Reference in New Issue