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:
Gerhard Sittig 2019-05-04 09:59:15 +02:00 committed by Uwe Hermann
parent f9c3df65c1
commit 575663ab6a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
# #
ACTION!="add|change", GOTO="libsigrok_rules_end" 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 # Agilent USBTMC-connected devices
# 34405A # 34405A