Re: add URB_ZERO_PACKET in transfer_flags for usb-skeleton.c

2016-12-08 Thread Jae Joong Kim
Hi Greg 2016-12-08 19:40 GMT+09:00 Greg KH <gre...@linuxfoundation.org>: > 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 endpoi

Re: [PATCH] usb: misc: rio500: fix result type for error message

2016-12-08 Thread Jae Joong Kim
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 <climbbb@gmail.com>: > Hi Greg > > 2016-12-07 23:50 GMT+09:00 Greg KH <g...@kroah.com>: >> >> On Wed, Dec 07,

add URB_ZERO_PACKET in transfer_flags for usb-skeleton.c

2016-12-08 Thread Jae Joong Kim
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