Re: [PATCH 1/2] usb: gadget: introduce flag for large request

2020-06-24 Thread Felipe Balbi
Hi, Macpaul Lin writes: > Some USB hardware like DMA engine can help to process (split) the data > of each URB request into small packets. For example, the max packet size > of high speed is 512 bytes. These kinds of hardware can help to split > the continue Tx/Rx data requests into packets

Re: [PATCH 1/2] usb: gadget: introduce flag for large request

2020-06-16 Thread Macpaul Lin
Alan Stern 於 2020年6月16日 週二 下午10:05寫道: > > On Tue, Jun 16, 2020 at 08:34:43PM +0800, Macpaul Lin wrote: > > Some USB hardware like DMA engine can help to process (split) the data > > of each URB request into small packets. For example, the max packet size > > of high speed is 512 bytes. These

Re: [PATCH 1/2] usb: gadget: introduce flag for large request

2020-06-16 Thread Alan Stern
On Tue, Jun 16, 2020 at 08:34:43PM +0800, Macpaul Lin wrote: > Some USB hardware like DMA engine can help to process (split) the data > of each URB request into small packets. For example, the max packet size > of high speed is 512 bytes. These kinds of hardware can help to split > the continue

[PATCH 1/2] usb: gadget: introduce flag for large request

2020-06-16 Thread Macpaul Lin
Some USB hardware like DMA engine can help to process (split) the data of each URB request into small packets. For example, the max packet size of high speed is 512 bytes. These kinds of hardware can help to split the continue Tx/Rx data requests into packets just at the max packet size during