summaryrefslogtreecommitdiff
path: root/system/70-wooting.rules
diff options
context:
space:
mode:
Diffstat (limited to 'system/70-wooting.rules')
-rw-r--r--system/70-wooting.rules25
1 files changed, 25 insertions, 0 deletions
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"