Hi Greg
2016-12-08 19:40 GMT+09:00 Greg KH :
> On Thu, Dec 08, 2016 at 05:20:28PM +0900, Jae Joong Kim wrote:
>> Hi Greg
>>
>> I think 'urb->transfer_flags' also has URB_ZERO_PACKET flag to handle
>> the data is aligned to an endpoint packet boun
Hi Greg,
It was my fault to reply email to you except Linux USB mailing list.
So, I resend a reply email :)
2016-12-08 9:45 GMT+09:00 Jae Joong Kim :
> Hi Greg
>
> 2016-12-07 23:50 GMT+09:00 Greg KH :
>>
>> On Wed, Dec 07, 2016 at 08:12:10PM +0900, Kim Jae Joong wrote:
>&
Hi Greg
I think 'urb->transfer_flags' also has URB_ZERO_PACKET flag to handle
the data is aligned to an endpoint packet boundary.
How do you think this change?
diff --git a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c
index 5133a07..e5c9261b 100644
--- a/drivers/usb/usb-skeleton.c
+++