• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Blacklist specific USB devices
3#
4# don't inquire sn and di on broken devices (https://bugzilla.suse.com/show_bug.cgi?id=840054)
5
6ACTION!="add|change", GOTO="usb_blacklist_end"
7KERNEL!="sd*[!0-9]|sr*", GOTO="usb_blacklist_end"
8
9# unknown device
10ATTRS{idVendor}=="0aec", ATTRS{idProduct}=="3260", ENV{ID_SCSI_INQUIRY}="1"
11# Sony/JMicron port replicator
12ATTRS{idVendor}=="054c", ATTRS{idProduct}=="06a0", ENV{ID_SCSI_INQUIRY}="1"
13
14LABEL="usb_blacklist_end"
15