On Sun, Sep 20, 2015 at 11:13:25AM -0500, Felipe Balbi wrote:
> On Fri, Sep 18, 2015 at 08:05:39PM -0700, Greg KH wrote:
> > On Fri, Sep 18, 2015 at 02:30:09PM -0500, Felipe Balbi wrote:
> > > Hi Greg,
> > >
> > > On Tue, Sep 01, 2015 at 09:47:57AM +0800, Peter Chen wrote:
> > > > Alan Stern (1):
On Fri, Sep 18, 2015 at 08:05:39PM -0700, Greg KH wrote:
> On Fri, Sep 18, 2015 at 02:30:09PM -0500, Felipe Balbi wrote:
> > Hi Greg,
> >
> > On Tue, Sep 01, 2015 at 09:47:57AM +0800, Peter Chen wrote:
> > > Alan Stern (1):
> > > usb: misc: usbtest: format the data pattern according to max packe
On Fri, Sep 18, 2015 at 02:30:09PM -0500, Felipe Balbi wrote:
> Hi Greg,
>
> On Tue, Sep 01, 2015 at 09:47:57AM +0800, Peter Chen wrote:
> > Alan Stern (1):
> > usb: misc: usbtest: format the data pattern according to max packet
> > size
> >
> > Peter Chen (6):
> > usb: misc: usbtest: all
Hi Greg,
On Tue, Sep 01, 2015 at 09:47:57AM +0800, Peter Chen wrote:
> Alan Stern (1):
> usb: misc: usbtest: format the data pattern according to max packet
> size
>
> Peter Chen (6):
> usb: misc: usbtest: allocate size of urb array according to user
> parameter
> usb: misc: usbtest
Changes for v2:
- Add le16_to_cpu to read descriptor value [Patch 5/7]
- Add MAX_SGLEN (128 currently) for maximum sglen [Patch 1/7]
- Using local variable to save max macket size value, in case
some compiler create more code for dereferences all the pointers
at every iteration. [Patch 5/7]
H