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:
Aleksander Morgado
2016-07-28 00:13:55 +02:00
parent f33ea91ccf
commit 1a213e3b62
2 changed files with 0 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"