From 306040aff0141addb154a73f36f67d7369f6757b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 16:10:12 +0200 Subject: Adding progress-linux version 5.21.2-0progress7.99u1. Signed-off-by: Daniel Baumann --- debian/local/udev/99-tprogrammer.rules | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/local/udev/99-tprogrammer.rules (limited to 'debian/local/udev/99-tprogrammer.rules') 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" -- cgit v1.2.3