Re: Query: usbtest: Test 13: Endpoint Halt Test: At Super Speed does not work

2012-09-26 Thread Pratyush Anand
On 9/25/2012 9:29 PM, Sarah Sharp wrote: Can Pratyush recompile his Linux host side kernel with CONFIG_USB_DEBUG and CONFIG_USB_XHCI_HCD_DEBUGGING and send me the dmesg? Ok, I ll do that. -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to

Query: usbtest: Test 13: Endpoint Halt Test: At Super Speed does not work

2012-09-25 Thread Pratyush Anand
Hi , I use 3.5.3-1.fc17 kernel on my host test PC. I use dwc3 in Super speed mode as usb device, however the issue which I see is not related to usb device. I have observed that testusb (test13, EP halt test) never passes in Supper Speed mode. When simple_io is called second time from

Re: Query: usbtest: Test 13: Endpoint Halt Test: At Super Speed does not work

2012-09-25 Thread Pratyush Anand
On 9/25/2012 4:49 PM, Felipe Balbi wrote: Can you post dwc3's logs ? We need to see if it executed set_halt() or set_wedge(). Host Does SET FEATURE(ENDPOINT_HALT). dwc3 codes calls __dwc3_gadget_ep_set_halt with correct dep for the specified endpoint. I do not think that dwc3 is doing

Re: Query: usbtest: Test 13: Endpoint Halt Test: At Super Speed does not work

2012-09-25 Thread Felipe Balbi
Hi, On Tue, Sep 25, 2012 at 05:24:25PM +0530, Pratyush Anand wrote: On 9/25/2012 4:49 PM, Felipe Balbi wrote: Can you post dwc3's logs ? We need to see if it executed set_halt() or set_wedge(). Host Does SET FEATURE(ENDPOINT_HALT). dwc3 codes calls __dwc3_gadget_ep_set_halt with correct

Re: Query: usbtest: Test 13: Endpoint Halt Test: At Super Speed does not work

2012-09-25 Thread Sarah Sharp
On Tue, Sep 25, 2012 at 03:07:46PM +0300, Felipe Balbi wrote: Hi, On Tue, Sep 25, 2012 at 05:24:25PM +0530, Pratyush Anand wrote: On 9/25/2012 4:49 PM, Felipe Balbi wrote: Can you post dwc3's logs ? We need to see if it executed set_halt() or set_wedge(). Host Does SET

Re: Query: usbtest: Test 13: Endpoint Halt Test: At Super Speed does not work

2012-09-25 Thread Alan Stern
On Tue, 25 Sep 2012, Pratyush Anand wrote: Hi , I use 3.5.3-1.fc17 kernel on my host test PC. I use dwc3 in Super speed mode as usb device, however the issue which I see is not related to usb device. I have observed that testusb (test13, EP halt test) never passes in Supper Speed mode.