Re: [PATCH 1/2] usb: gadget: Add start_frame to usb_request

2018-11-14 Thread Felipe Balbi
Hi, Thinh Nguyen writes: > Hi Felipe, > > On 11/7/2018 11:03 PM, Felipe Balbi wrote: >> Hi, >> >> Thinh Nguyen writes: >>> Similar to URB's start_frame, add a field start_frame to the usb_request >>> to report the scheduled (micro)frame number of an isochronous transfer. >>> This option is us

Re: [PATCH 1/2] usb: gadget: Add start_frame to usb_request

2018-11-14 Thread Thinh Nguyen
Hi Felipe, On 11/7/2018 11:03 PM, Felipe Balbi wrote: > Hi, > > Thinh Nguyen writes: >> Similar to URB's start_frame, add a field start_frame to the usb_request >> to report the scheduled (micro)frame number of an isochronous transfer. >> This option is useful for debugging purposes. >> >> Signed

Re: [PATCH 1/2] usb: gadget: Add start_frame to usb_request

2018-11-08 Thread Thinh Nguyen
Hi, On 11/7/2018 11:03 PM, Felipe Balbi wrote: > Hi, > > Thinh Nguyen writes: >> Similar to URB's start_frame, add a field start_frame to the usb_request >> to report the scheduled (micro)frame number of an isochronous transfer. >> This option is useful for debugging purposes. >> >> Signed-off-by

Re: [PATCH 1/2] usb: gadget: Add start_frame to usb_request

2018-11-07 Thread Felipe Balbi
Hi, Thinh Nguyen writes: > Similar to URB's start_frame, add a field start_frame to the usb_request > to report the scheduled (micro)frame number of an isochronous transfer. > This option is useful for debugging purposes. > > Signed-off-by: Thinh Nguyen > --- > include/linux/usb/gadget.h | 3 +

[PATCH 1/2] usb: gadget: Add start_frame to usb_request

2018-11-07 Thread Thinh Nguyen
Similar to URB's start_frame, add a field start_frame to the usb_request to report the scheduled (micro)frame number of an isochronous transfer. This option is useful for debugging purposes. Signed-off-by: Thinh Nguyen --- include/linux/usb/gadget.h | 3 +++ 1 file changed, 3 insertions(+) diff