Marcus Rueckert
b1ec26558d
Use the simplified rules file from upstream. - Update to 0.0.3 - The filename needs to start with an ID below 73 to work. - drop xpad driver subpackage - Update to 0.0.2 Add newer Wooting 60 HE OBS-URL: https://build.opensuse.org/package/show/hardware/wooting-udev-rules?expand=0&rev=3
16 lines
753 B
Plaintext
16 lines
753 B
Plaintext
# Wooting One Legacy
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff01", TAG+="uaccess"
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff01", TAG+="uaccess"
|
|
# Wooting One update mode
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", TAG+="uaccess"
|
|
|
|
# Wooting Two Legacy
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff02", TAG+="uaccess"
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff02", TAG+="uaccess"
|
|
# Wooting Two update mode
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403", TAG+="uaccess"
|
|
|
|
# Generic Wootings
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", TAG+="uaccess"
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", TAG+="uaccess"
|