On Mon, 2008-01-14 at 19:31 +0100, Stefan Richter wrote: > Bill Adair wrote: > > Is there any way under Linux of forcing use of the sd driver for a > > device on the bus instead of sg? > > The INQUIRY data which the SCSI core gets from the device have to > indicate that the device implements SBC or RBC (is of peripheral device > type 00h or 0Eh). I have altered the sd.c file by patching sd_probe to check for the particular unit I have and accepting pdt 03h (Processor) as a valid return and the unit works fine. I suspect the sd file is considered very important though (and I don't know how many of these card readers exist) so I assume a patch is not required ;-). Would there be another approach to creating a "driver" for my Spyrus RD300 in it's guise as a card reader? Bill - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html