Skip to content

Commit 59f6765

Browse files
committed
contrib: add udev rule for V-USB based HID devices (USB relay card)
Add the USB identification of the dcttech.com USBRelay<n> 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.
1 parent 321f85f commit 59f6765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/60-libsigrok.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ENV{ID_SIGROK}="1"
9797
# Dangerous Prototypes Buspirate (v4)
9898
ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb00", ENV{ID_SIGROK}="1"
9999

100+
# dcttech.com USB relay card, and other V-USB based firmware
101+
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", ENV{ID_SIGROK}="1"
102+
100103
# DreamSourceLab DSLogic
101104
ATTRS{idVendor}=="2a0e", ATTRS{idProduct}=="0001", ENV{ID_SIGROK}="1"
102105
# DreamSourceLab DSLogic Pro

0 commit comments

Comments
 (0)