Page 1 of 1

usb docs

Posted: Tue May 02, 2006 9:35 am
by octavio
Hello i want to write a usb flash disk driver, and now i?m searching the docs , i have already the docs for usb programing interfaces 0 ,10,20 but this docs don?t explain
the protocol to use with the external device, i think is somekind of scsi protocol ,but threre are many scsi docs.
where are the other required documents?

Re:usb docs

Posted: Tue May 02, 2006 10:57 am
by Candy
USB flash disks use the SCSI RBC (reduced block command) set. It's pretty small and easier to support. Others (I think) transport ATA data (which could be ATAPI again).