mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-10 21:50:39 +00:00
615aa4a5d0
* 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>
8 lines
332 B
Plaintext
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"
|