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