From 59f67655082859e84d365483177894d2f5f6be77 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Wed, 21 Jul 2021 20:44:25 +0200 Subject: [PATCH] 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. --- contrib/60-libsigrok.rules | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2