Re: REQUEST_SENSE and ide-cd.c

2007-07-13 Thread Alan Cox
On Wed, 11 Jul 2007 17:30:57 +0900 Piotr Muszynski <[EMAIL PROTECTED]> wrote: > I am adding transparent ATAPI capability to USB gadget Mass Storage > driver. The idea is to pass USB traffic to block device queue as packet > requests. At the end of the queue, the requests are handled by ide-cd.c

Re: [linux-usb-devel] REQUEST_SENSE and ide-cd.c

2007-07-12 Thread Alan Stern
On Wed, 11 Jul 2007, Chuck Ebbert wrote: > On 07/11/2007 04:30 AM, Piotr Muszynski wrote: > > [cc: linux-usb, linux-ide] Thank you. Piotr, you might have considered asking the person who wrote the USB Mass Storage gadget driver... > > I am adding transparent ATAPI capability to USB gadget Mass

Re: REQUEST_SENSE and ide-cd.c

2007-07-11 Thread Chuck Ebbert
On 07/11/2007 04:30 AM, Piotr Muszynski wrote: [cc: linux-usb, linux-ide] > I am adding transparent ATAPI capability to USB gadget Mass Storage > driver. The idea is to pass USB traffic to block device queue as packet > requests. At the end of the queue, the requests are handled by ide-cd.c > dri

REQUEST_SENSE and ide-cd.c

2007-07-11 Thread Piotr Muszynski
I am adding transparent ATAPI capability to USB gadget Mass Storage driver. The idea is to pass USB traffic to block device queue as packet requests. At the end of the queue, the requests are handled by ide-cd.c driver. It breaks when the ide-cd.c driver unconditionally generates REQUEST_SENS