Re: [linux-usb-devel] short get_descriptor request breaks enumeration

2003-11-20 Thread David Brownell
Kyle Harris wrote: I'm trying to connect a scanner It appears the device fails to enumerate due to linux only reading 8 bytes during the initial GetDescriptor frame. Seems like your scanner firmware has a bug. It shouldn't omit NAKing the status stage of that descriptor fetch, "just because

Re: [linux-usb-devel] short get_descriptor request breaks enumeration

2003-11-19 Thread lrd
Kyle Harris wrote: Hi, I'm trying to connect a scanner to my embedded linux PXA platform (2.6.0-test2 with Cypress 67300 controller). It appears the device fails to enumerate due to linux only reading 8 bytes during the initial GetDescriptor frame. The device works properly when connected to a

[linux-usb-devel] short get_descriptor request breaks enumeration

2003-11-19 Thread Kyle Harris
Hi, I'm trying to connect a scanner to my embedded linux PXA platform (2.6.0-test2 with Cypress 67300 controller). It appears the device fails to enumerate due to linux only reading 8 bytes during the initial GetDescriptor frame. The device works properly when connected to a Windoze machine, w