diff options
author | Dave Jones <davej@redhat.com> | 2005-08-08 19:01:43 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-08-08 18:08:45 -0500 |
commit | 0d7323c865608dffb1ed39ec2f3841697ec3e009 (patch) | |
tree | 71eb26b34b7e42404ed2431fe782ef308e5886db /drivers | |
parent | 8e87c2f118d40d2dc2f5d0140818e8cd023b13e1 (diff) | |
download | linux-3.10-0d7323c865608dffb1ed39ec2f3841697ec3e009.tar.gz linux-3.10-0d7323c865608dffb1ed39ec2f3841697ec3e009.tar.bz2 linux-3.10-0d7323c865608dffb1ed39ec2f3841697ec3e009.zip |
[SCSI] blacklist addition.
When run on a kernel that scans all LUNs, a certain crappy
scsi scanner reports the same LUN over and over..
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=155457
Aparently they were so shamed by this, they chose to remain
anonymous. Though it seems the blacklist code handles
anonymous vendors just fine.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/scsi_devinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c index 6121dc1bfad..d9963a848d9 100644 --- a/drivers/scsi/scsi_devinfo.c +++ b/drivers/scsi/scsi_devinfo.c @@ -114,6 +114,7 @@ static struct { {"YAMAHA", "CDR102", "1.00", BLIST_NOLUN}, /* locks up */ {"YAMAHA", "CRW8424S", "1.0", BLIST_NOLUN}, /* locks up */ {"YAMAHA", "CRW6416S", "1.0c", BLIST_NOLUN}, /* locks up */ + {"", "Scanner", "1.80", BLIST_NOLUN}, /* responds to all lun */ /* * Other types of devices that have special flags. |