summarylogtreecommitdiffstats
path: root/70-wooting.rules
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-02-25 14:07:37 +0100
committerFrederik “Freso” S. Olesen2024-02-25 14:07:37 +0100
commit053e52e7f354c7a4ebdd1b225a3753d986d722c9 (patch)
treef0003df1679e2ffaa8eb653775a22df40a2635be /70-wooting.rules
parent4508013e6d087cb0fd8f6c1f60087c0494f3e76d (diff)
parent5a6ee7343f326e1ea7976bc2a0dc3a30de8275fd (diff)
downloadaur-053e52e7f354c7a4ebdd1b225a3753d986d722c9.tar.gz
Merge wootility-lekker-appimage into wootility-appimage
A number of changes was made not in either branch to make wootility-appimage continue using “wootility” and also just some general clean-ups. E.g., -lekker package doesn’t have anything systemd, so no need for references to unit files nor xboxdrv and current udev rules do not require the user to be in the “input” group.
Diffstat (limited to '70-wooting.rules')
-rw-r--r--70-wooting.rules15
1 files changed, 15 insertions, 0 deletions
diff --git a/70-wooting.rules b/70-wooting.rules
new file mode 100644
index 000000000000..2ea36da2b730
--- /dev/null
+++ b/70-wooting.rules
@@ -0,0 +1,15 @@
+# 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"