Re: isd200.c Has fatal bugs and is probably not used any more

2007-08-22 Thread Björn Stenberg
Boaz Harrosh wrote: > The last git recorded real change to this driver was it's insertion > into git by Linus. > > Is this an indication that this driver is no longer used and > can be removed? It is definitely used. The driver was introduced for a line of Archos MP3 players which are still in a

Re: [PATCH] updated symbols in include/scsi/scsi.h

2001-03-15 Thread Björn Stenberg
Bob Frey wrote: > Don't use bitfields Ok. I browsed the existing scsi drivers to see if bitfields was kosher and since most existing drivers use them, I thought it was ok. Oh well. Here's version two. No bitfields. /Björn --- scsi.h Tue Sep 5 23:08:55 2000 +++ /home/bjst/src/scsi.h

[PATCH] updated symbols in include/scsi/scsi.h

2001-03-14 Thread Björn Stenberg
Here's a suggestion for changes in the scsi.h include file. I have added a few missing opcodes and some missing device types. I have also added a definition of the very frequently used INQUIRY response data struct. It is currently duplicated in about a dozen different drivers and every new driver

Question about scsi symbols

2001-02-22 Thread Björn Stenberg
Hi. I've been browsing the scsi sources, looking for a definition of the return data struct from the INQUIRY command (since I need it in a USB/ATAPI driver I'm working on and I didn't want to reinvent the wheel). I was rather surprised to find no such structure "publicly" defined anywhere. Inste