All of lore.kernel.org
 help / color / mirror / Atom feed
* blacklist addition.
@ 2005-08-08 23:01 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2005-08-08 23:01 UTC (permalink / raw)
  To: linux-scsi

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>

--- linux-2.6.11/drivers/scsi/scsi_devinfo.c~	2005-04-29 18:16:15.000000000 -0400
+++ linux-2.6.11/drivers/scsi/scsi_devinfo.c	2005-04-29 18:18:27.000000000 -0400
@@ -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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-08 23:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 23:01 blacklist addition Dave Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.