Re: [linux-usb-devel] USB mass storage driver query

2005-02-21 Thread Alan Stern
On Mon, 21 Feb 2005, mohanlal jangir wrote: > Could someone tell me the difference between "dCBWDataTransferLength" field > of CBW and "Transfer Length" field of CBWCB (e.g. READ(10) )? dCBWDataTransferLength is the number of bytes to be transferred in the data stage. The "Transfer Length" fie

[linux-usb-devel] USB mass storage driver query

2005-02-21 Thread mohanlal jangir
Could someone tell me the difference between "dCBWDataTransferLength" field of CBW and "Transfer Length" field of CBWCB (e.g. READ(10) )? Another question is; Do we need to have DMA capable memory allocated for reading data from a USB mass storage device? Regards Mohanlal -