Re: [linux-usb-devel] About SET_CONFIGURATION at file_storage.c

2006-05-16 Thread Alan Stern
On Tue, 16 May 2006, Peter Chen wrote: And i will recive get STRING descriptor many times( especially STRING_MANUFACTURER),Is it normal? It is normal if the host runs Windows. It's not normal if the host runs Linux (there should be only 3 or 4 string descriptor fetches). Alan

Re: [linux-usb-devel] About SET_CONFIGURATION at file_storage.c

2006-05-16 Thread Peter Chen
And i will recive get STRING descriptor many times( especially STRING_MANUFACTURER),Is it normal? It is normal if the host runs Windows. It's not normal if the host runs Linux (there should be only 3 or 4 string descriptor fetches). Alan Stern The order of my SETUP packets

Re: [linux-usb-devel] About SET_CONFIGURATION at file_storage.c

2006-05-15 Thread Alan Stern
On Mon, 15 May 2006, Peter Chen wrote: Hi,all When i recive SET_CONFIGURATION at SETUP status,i enter stardard_setup_req,but my return value is alway DELAYED_STATUS. Is it normal? Yes. And my udc is full speed device,but the host still send get DEVICE_QUALIFIER descriptor.Is it