Hi,
John Youn writes:
> On 12/22/2015 9:31 AM, Felipe Balbi wrote:
>>
>> Hi,
>>
>> John Youn writes:
>>> On 12/3/2015 7:18 AM, Felipe Balbi wrote:
So far, dwc3 has always missed request->zero
handling for every endpoint. Let's implement
that so we can handle cases where transfe
On Tue, 22 Dec 2015, John Youn wrote:
> >> The following fixes it:
> >>
> >> - if (ret == 0 && request->zero && (request->length % ep->maxpacket
> >> == 0))
> >> + if (ret == 0 && request->zero && (request->length % ep->maxpacket
> >> == 0) &&
> >> + (request->length != 0))
On 12/22/2015 9:31 AM, Felipe Balbi wrote:
>
> Hi,
>
> John Youn writes:
>> On 12/3/2015 7:18 AM, Felipe Balbi wrote:
>>> So far, dwc3 has always missed request->zero
>>> handling for every endpoint. Let's implement
>>> that so we can handle cases where transfer must
>>> be finished with a ZLP.
Hi,
John Youn writes:
> On 12/3/2015 7:18 AM, Felipe Balbi wrote:
>> So far, dwc3 has always missed request->zero
>> handling for every endpoint. Let's implement
>> that so we can handle cases where transfer must
>> be finished with a ZLP.
>>
>> Note that dwc3 is a little special. Even though
>
On 12/3/2015 7:18 AM, Felipe Balbi wrote:
> So far, dwc3 has always missed request->zero
> handling for every endpoint. Let's implement
> that so we can handle cases where transfer must
> be finished with a ZLP.
>
> Note that dwc3 is a little special. Even though
> we're dealing with a ZLP, we sti