udev: add 'hidraw' subsystem to 60-libsigrok.rules
WCH CH9325 and SiL CP2110 chips (and other HID cables) won't match the currently used 'usb' subsystem when the platform registers these as 'hidraw' devices. Adjust the 60-libsigrok.rules SUBSYSTEM condition.
This commit is contained in:
parent
f9c3df65c1
commit
575663ab6a
|
@ -33,7 +33,7 @@
|
|||
#
|
||||
|
||||
ACTION!="add|change", GOTO="libsigrok_rules_end"
|
||||
SUBSYSTEM!="usb|usbmisc|usb_device", GOTO="libsigrok_rules_end"
|
||||
SUBSYSTEM!="usb|usbmisc|usb_device|hidraw", GOTO="libsigrok_rules_end"
|
||||
|
||||
# Agilent USBTMC-connected devices
|
||||
# 34405A
|
||||
|
|
Loading…
Reference in New Issue