Re: commit ef11982dd7a657512c362242508bb4021e0d67b6 breaks musb

2015-03-11 Thread Felipe Balbi
On Wed, Mar 11, 2015 at 09:56:14AM -0500, Felipe Balbi wrote: On Wed, Mar 11, 2015 at 09:03:54AM +0100, Sebastian Andrzej Siewior wrote: On 03/10/2015 10:22 PM, Felipe Balbi wrote: On Thu, Mar 05, 2015 at 12:25:48PM +0530, Amit Virdi wrote: +cc Sebastian, Alan Stern Hello Felipe,

Re: commit ef11982dd7a657512c362242508bb4021e0d67b6 breaks musb

2015-03-11 Thread Felipe Balbi
On Wed, Mar 11, 2015 at 09:03:54AM +0100, Sebastian Andrzej Siewior wrote: On 03/10/2015 10:22 PM, Felipe Balbi wrote: On Thu, Mar 05, 2015 at 12:25:48PM +0530, Amit Virdi wrote: +cc Sebastian, Alan Stern Hello Felipe, On 2/28/2015 3:18 AM, Felipe Balbi wrote: Hi Amit, commit

Re: commit ef11982dd7a657512c362242508bb4021e0d67b6 breaks musb

2015-03-11 Thread Sebastian Andrzej Siewior
On 03/10/2015 10:22 PM, Felipe Balbi wrote: On Thu, Mar 05, 2015 at 12:25:48PM +0530, Amit Virdi wrote: +cc Sebastian, Alan Stern Hello Felipe, On 2/28/2015 3:18 AM, Felipe Balbi wrote: Hi Amit, commit ef11982dd7a657512c362242508bb4021e0d67b6 (Add support for interrupt EP) actually broke

Re: commit ef11982dd7a657512c362242508bb4021e0d67b6 breaks musb

2015-03-10 Thread Felipe Balbi
On Thu, Mar 05, 2015 at 12:25:48PM +0530, Amit Virdi wrote: +cc Sebastian, Alan Stern Hello Felipe, On 2/28/2015 3:18 AM, Felipe Balbi wrote: Hi Amit, commit ef11982dd7a657512c362242508bb4021e0d67b6 (Add support for interrupt EP) actually broke testusb for MUSB when MUSB is the gadget.

Re: commit ef11982dd7a657512c362242508bb4021e0d67b6 breaks musb

2015-03-04 Thread Amit Virdi
+cc Sebastian, Alan Stern Hello Felipe, On 2/28/2015 3:18 AM, Felipe Balbi wrote: Hi Amit, commit ef11982dd7a657512c362242508bb4021e0d67b6 (Add support for interrupt EP) actually broke testusb for MUSB when MUSB is the gadget. The reason is that we're requesting an endpoint with a 64-byte

commit ef11982dd7a657512c362242508bb4021e0d67b6 breaks musb

2015-02-27 Thread Felipe Balbi
Hi Amit, commit ef11982dd7a657512c362242508bb4021e0d67b6 (Add support for interrupt EP) actually broke testusb for MUSB when MUSB is the gadget. The reason is that we're requesting an endpoint with a 64-byte FIFO, but later deciding to use the same endpoint with wMaxPacketSize set to 1024 and