37e37b2
#
37e37b2
# Blacklist specific USB devices
37e37b2
#
37e37b2
# don't inquire sn and di on broken devices (https://bugzilla.suse.com/show_bug.cgi?id=840054)
37e37b2
37e37b2
ACTION!="add|change", GOTO="usb_blacklist_end"
37e37b2
KERNEL!="sd*[!0-9]|sr*", GOTO="usb_blacklist_end"
37e37b2
37e37b2
# unkown device
37e37b2
ATTRS{idVendor}=="0aec", ATTRS{idProduct}=="3260", ENV{ID_SCSI_INQUIRY}="1"
37e37b2
# Sony/JMicron port replicator
37e37b2
ATTRS{idVendor}=="054c", ATTRS{idProduct}=="06a0", ENV{ID_SCSI_INQUIRY}="1"
37e37b2
37e37b2
LABEL="usb_blacklist_end"