Re: [linux-usb-devel] USB DISK does not work

2006-09-25 Thread Vivek Dharmadhikari
Alan But if you want to create one anyway, this is how to it. Edit unusual_devs.h in drivers/usb/storage/ in the kernel source. Add an entry for the POCKET USB device, with the appropriate vendor, product and revision numbers, and use the US_FL_NO_WP_DETECT flag. I created unusal

Re: [linux-usb-devel] USB DISK does not work

2006-09-25 Thread Alan Stern
On Mon, 25 Sep 2006, Vivek Dharmadhikari wrote: Alan But if you want to create one anyway, this is how to it. Edit unusual_devs.h in drivers/usb/storage/ in the kernel source. Add an entry for the POCKET USB device, with the appropriate vendor, product and revision numbers, and

Re: [linux-usb-devel] USB DISK does not work

2006-09-25 Thread Vivek Dharmadhikari
Dharmadhikari Cc: linux-usb-devel@lists.sourceforge.net Subject: Re: [linux-usb-devel] USB DISK does not work On Mon, 25 Sep 2006, Vivek Dharmadhikari wrote: Alan But if you want to create one anyway, this is how to it. Edit unusual_devs.h in drivers/usb/storage/ in the kernel

Re: [linux-usb-devel] USB DISK does not work

2006-09-25 Thread Alan Stern
On Mon, 25 Sep 2006, Vivek Dharmadhikari wrote: The driver _did_ enqueue commands after the timeout errors. Got it ! The USB analyzer indicates that same CBW was repeated three times in row because the device did not generate ACK for the CBW. After three failed attempts,

Re: [linux-usb-devel] USB DISK does not work

2006-09-25 Thread Vivek Dharmadhikari
agree ? Thanks -Original Message- From: Alan Stern [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 2:14 PM To: Vivek Dharmadhikari Cc: linux-usb-devel@lists.sourceforge.net Subject: RE: [linux-usb-devel] USB DISK does not work On Mon, 25 Sep 2006, Vivek Dharmadhikari