usb docs

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
octavio

usb docs

Post 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?
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:usb docs

Post 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).
Post Reply