mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
06041a5942
* add: wooting-udev-rules * fix: typo and remnant from other udev package this was based on * refactor: Simplify rules
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"
|