public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* blacklist microtek scanmaker III
@ 2005-02-23 19:31 Dave Jones
  2005-02-23 21:53 ` Bryan Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2005-02-23 19:31 UTC (permalink / raw)
  To: linux-scsi

To try and escape the madness of adding a zillion USB card readers
to the SCSI whitelist, I flipped the scan all lun's by default switch
in the fedora kernel recently to see just what breaks, in the hope
of moving from a whitelist solution to a blacklist.

Here's the first (hopefully of not too many) devices that broke.
(See https://bugzilla.redhat.com/beta/show_bug.cgi?id=149402 for more info)

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.10/drivers/scsi/scsi_devinfo.c~	2005-02-23 14:27:53.000000000 -0500
+++ linux-2.6.10/drivers/scsi/scsi_devinfo.c	2005-02-23 14:29:06.000000000 -0500
@@ -63,6 +63,7 @@ static struct {
 	{"MAXTOR", "XT-4170S", "B5A", BLIST_NOLUN},	/* locks up */
 	{"MAXTOR", "XT-8760S", "B7B", BLIST_NOLUN},	/* locks up */
 	{"MEDIAVIS", "RENO CD-ROMX2A", "2.03", BLIST_NOLUN},	/* responds to all lun */
+	{"MICROTEK", "ScanMakerIII", "2.30", BLIST_NOLUN},	/* responds to all lun */
 	{"NEC", "CD-ROM DRIVE:841", "1.0", BLIST_NOLUN},/* locks up */
 	{"PHILIPS", "PCA80SC", "V4-2", BLIST_NOLUN},	/* responds to all lun */
 	{"RODIME", "RO3000S", "2.33", BLIST_NOLUN},	/* locks up */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: blacklist microtek scanmaker III
  2005-02-23 19:31 blacklist microtek scanmaker III Dave Jones
@ 2005-02-23 21:53 ` Bryan Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Bryan Henderson @ 2005-02-23 21:53 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-scsi, linux-scsi-owner

I notice that Scanmaker II is already in the list, apparently in the wrong 
place.  Maybe you could fix that in the same patch, so the entries are 
conveniently together.

Also: the only reason this caught my eye is that just a few days ago, I 
discovered my Scanmaker I has the same problem (responds to all LUNs) and 
investigated briefly.  I guess I should get the vendor/model for it and 
throw that in too.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-23 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-23 19:31 blacklist microtek scanmaker III Dave Jones
2005-02-23 21:53 ` Bryan Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox