Re: [linux-usb-devel] ScanLogic SCO.632 SmartMedia CARD READER unusual_devs patch

2006-06-28 Thread frode isaksen
Le 27 juin 06 à 18:03, Alan Stern a écrit : > On Tue, 27 Jun 2006, frode isaksen wrote: > >>> Are you absolutely certain these devices need the FIX_INQUIRY flag? >>> Windows also uses an INQUIRY command, you know -- do they work under >>> Windows? Is there mayb

Re: [linux-usb-devel] ScanLogic SCO.632 SmartMedia CARD READER unusual_devs patch

2006-06-27 Thread frode isaksen
Le 21 juin 06 à 16:58, Alan Stern a écrit : > On Wed, 21 Jun 2006, frode isaksen wrote: > >> Same problem as with the other ScanLogic device. Either add a >> separate entry (patch provided) or change the bcdDeviceMin in the >> other ScanLogic entry. >> >> Fro

[linux-usb-devel] ScanLogic SCO.632 SmartMedia CARD READER unusual_devs patch

2006-06-21 Thread frode isaksen
Same problem as with the other ScanLogic device. Either add a separate entry (patch provided) or change the bcdDeviceMin in the other ScanLogic entry. Frode Isaksen Host scsi0: usb-storage Vendor: ScanLogic SC0.632 Product: ScanLogic SC0.632 Serial Number: ScanLogic

[linux-usb-devel] Don't submit interrupt urb when complete with urb->interval 0(patch)

2002-07-01 Thread Frode Isaksen
Hello, I have developed a driver for an ADSL USB adapter, which is using Interrupt OUT pipes. With the uhci and usb-uhci drivers this works fine, but with ohci I am not able to kill the urb. With the uhci driver, in order to submit the urb only once, you set the urb->interval to 0. This is not te