From 2c1f6b9dffafecbda32b136d06abf65558f07700 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Dec 2024 21:15:51 -0500 Subject: initial commit, I think I got everything --- system/70-wooting.rules | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 system/70-wooting.rules (limited to 'system/70-wooting.rules') diff --git a/system/70-wooting.rules b/system/70-wooting.rules new file mode 100644 index 0000000..bdcdbc4 --- /dev/null +++ b/system/70-wooting.rules @@ -0,0 +1,25 @@ +# 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" -- cgit v1.2.3