From: Gerhard Sittig Date: Wed, 21 Jul 2021 18:44:25 +0000 (+0200) Subject: contrib: add udev rule for V-USB based HID devices (USB relay card) X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=59f67655082859e84d365483177894d2f5f6be77 contrib: add udev rule for V-USB based HID devices (USB relay card) Add the USB identification of the dcttech.com USBRelay card. Which happens to be shared with other V-USB based firmware projects. Thus is rather generic. The USB relay card is just the first supported device of that kind. --- diff --git a/contrib/60-libsigrok.rules b/contrib/60-libsigrok.rules index b059ac3f..f6ae259f 100644 --- a/contrib/60-libsigrok.rules +++ b/contrib/60-libsigrok.rules @@ -97,6 +97,9 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ENV{ID_SIGROK}="1" # Dangerous Prototypes Buspirate (v4) ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb00", ENV{ID_SIGROK}="1" +# dcttech.com USB relay card, and other V-USB based firmware +ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", ENV{ID_SIGROK}="1" + # DreamSourceLab DSLogic ATTRS{idVendor}=="2a0e", ATTRS{idProduct}=="0001", ENV{ID_SIGROK}="1" # DreamSourceLab DSLogic Pro