Files
packages/anda/games/wooting-udev-rules/70-wooting.rules
T
Raboneko 615aa4a5d0 add: wooting-udev-rules (#8934) (#8947)
* add: wooting-udev-rules

* fix: typo and remnant from other udev package this was based on

* refactor: Simplify rules

(cherry picked from commit 06041a5942)

Co-authored-by: Roice Young <dekodx@proton.me>
2026-01-05 18:03:41 +08:00

8 lines
332 B
Plaintext

# Legacy Wootings
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", MODE:="0660", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", MODE:="0660", TAG+="uaccess"
# Generic Wootings
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", MODE:="0660", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", MODE:="0660", TAG+="uaccess"