summaryrefslogtreecommitdiffstats
path: root/debian/local/udev/99-tprogrammer.rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 14:10:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 14:10:12 +0000
commit306040aff0141addb154a73f36f67d7369f6757b (patch)
tree2a36ea12f4322a213630a36bc01466a8fec7d29d /debian/local/udev/99-tprogrammer.rules
parentAdding upstream version 5.21.2. (diff)
downloadflexoptix-app-306040aff0141addb154a73f36f67d7369f6757b.tar.xz
flexoptix-app-306040aff0141addb154a73f36f67d7369f6757b.zip
Adding progress-linux version 5.21.2-0progress7.99u1.HEADprogress-linux/5.21.2-0progress7.99u1progress-linux
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/udev/99-tprogrammer.rules')
-rw-r--r--debian/local/udev/99-tprogrammer.rules19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/local/udev/99-tprogrammer.rules b/debian/local/udev/99-tprogrammer.rules
new file mode 100644
index 0000000..aea4fa4
--- /dev/null
+++ b/debian/local/udev/99-tprogrammer.rules
@@ -0,0 +1,19 @@
+# Please copy this file into /etc/udev/rules.d/
+# for libusb
+#V2 Legacy
+SUBSYSTEM=="usb",ATTR{idVendor}=="0483",ATTR{idProduct}=="5750",MODE="0666"
+KERNEL=="hidraw*",ATTRS{idVendor}=="0483",ATTRS{idProduct}=="5750",MODE="0666"
+#V2
+SUBSYSTEM=="usb",ATTR{idVendor}=="0483",ATTR{idProduct}=="[aA]0[eE]7",MODE="0666"
+KERNEL=="hidraw*",ATTRS{idVendor}=="0483",ATTRS{idProduct}=="[aA]0[eE]7",MODE="0666"
+#V3
+SUBSYSTEM=="usb",ATTR{idVendor}=="0483",ATTR{idProduct}=="[aA]0[eE]8",MODE="0666"
+KERNEL=="hidraw*",ATTRS{idVendor}=="0483",ATTRS{idProduct}=="[aA]0[eE]8",MODE="0666"
+#V4 16D0 0B1A
+SUBSYSTEM=="usb",ATTR{idVendor}=="16[dD]0",ATTR{idProduct}=="0[bB]1[aA]",MODE="0666"
+KERNEL=="hidraw*",ATTRS{idVendor}=="16[dD]0",ATTRS{idProduct}=="0[bB]1[aA]",MODE="0666"
+
+# for hidraw
+#KERNEL=="hidraw*",ATTRS{idVendor}=="0483",ATTRS{idProduct}=="5750",MODE="0666"
+#KERNEL=="hidraw*",ATTRS{idVendor}=="0483",ATTRS{idProduct}=="[aA]0[eE]7",MODE="0666"
+#KERNEL=="hidraw*",ATTRS{idVendor}=="0483",ATTRS{idProduct}=="[aA]0[eE]8",MODE="0666"