nixpkgs/pkgs/os-specific/linux/wooting-udev-rules/wooting.rules
David Wood 4a0819805a
wooting-udev-rules: init at 20190601
Signed-off-by: David Wood <david.wood@codeplay.com>
2019-12-19 15:49:16 +00:00

10 lines
481 B
Plaintext

# Wooting One
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff01", MODE:="0660", GROUP="input"
# Wooting One update mode
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", MODE:="0660", GROUP="input"
# Wooting Two
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff02", MODE:="0660", GROUP="input"
# Wooting Two update mode
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403", MODE:="0660", GROUP="input"