update udev rules
With usbtmc driver being classified under usbmisc in newer kernels the udev rules need an update.
This commit is contained in:
parent
360079e78e
commit
8dce54f7aa
|
@ -23,7 +23,7 @@
|
|||
##
|
||||
|
||||
ACTION!="add|change", GOTO="libsigrok_rules_end"
|
||||
SUBSYSTEM!="usb|usb_device", GOTO="libsigrok_rules_end"
|
||||
SUBSYSTEM!="usb|usbmisc|usb_device", GOTO="libsigrok_rules_end"
|
||||
|
||||
# ASIX SIGMA
|
||||
# ASIX SIGMA2
|
||||
|
|
Loading…
Reference in New Issue