udev: remove ENV{DEVTYPE}!="usb_device" rules
They're actually a subcase of SUBSYSTEM!="usb", which we apply just before.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
ACTION!="add|change|move", GOTO="mm_usb_device_blacklist_end"
|
||||
SUBSYSTEM!="usb", GOTO="mm_usb_device_blacklist_end"
|
||||
ENV{DEVTYPE}!="usb_device", GOTO="mm_usb_device_blacklist_end"
|
||||
|
||||
# APC UPS devices
|
||||
ATTRS{idVendor}=="051d", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
ACTION!="add|change|move", GOTO="mm_usb_serial_adapters_greylist_end"
|
||||
SUBSYSTEM!="usb", GOTO="mm_usb_serial_adapters_greylist_end"
|
||||
ENV{DEVTYPE}!="usb_device", GOTO="mm_usb_serial_adapters_greylist_end"
|
||||
|
||||
# Belkin F5U183 Serial Adapter
|
||||
ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0103", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1"
|
||||
|
Reference in New Issue
Block a user