summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScoopNewsworthy2019-09-06 21:08:17 -0400
committerScoopNewsworthy2019-09-06 21:08:17 -0400
commit612626407ba27c335c19b8b7ba2647aacfd179e8 (patch)
treed4315b811f448f92a9e5ead762516cc8d5e416cc
parent025a3970be11462d01eb9b0df54ac5afd1b87fca (diff)
downloadaur-612626407ba27c335c19b8b7ba2647aacfd179e8.tar.gz
added 04d9:0192 to udev rules
-rwxr-xr-xobinskit.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/obinskit.install b/obinskit.install
index d92926f7dfe6..cdc0dc8d2f99 100755
--- a/obinskit.install
+++ b/obinskit.install
@@ -25,6 +25,9 @@ post_install() {
SUBSYSTEM=="usb", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a293",MODE="0666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a293",MODE="0666", GROUP="plugdev"
+ SUBSYSTEM=="usb", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="0192",MODE="0666", GROUP="plugdev"
+ KERNEL=="hidraw*", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="0192",MODE="0666", GROUP="plugdev"
+
## For ANNE PRO
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5710",MODE="0666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5710",MODE="0666", GROUP="plugdev"