Blame SOURCES/40-usb-blacklist.rules

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