Re: [PATCH 2/2] usb: usbtest: add pattern check on pipe in phase of unlink read

2014-05-23 Thread Huang Rui
Hi Alan, On Fri, May 23, 2014 at 01:20:59AM +0800, Alan Stern wrote: > On Thu, 22 May 2014, Huang Rui wrote: > > > TEST 11 unlinks the URB read request for N times. When host and gadget > > both initialize pattern 1 (mod 63) data series to do IN transfer, the > > host side function should check t

Re: [PATCH 2/2] usb: usbtest: add pattern check on pipe in phase of unlink read

2014-05-22 Thread Alan Stern
On Thu, 22 May 2014, Huang Rui wrote: > TEST 11 unlinks the URB read request for N times. When host and gadget > both initialize pattern 1 (mod 63) data series to do IN transfer, the > host side function should check the data buffer if it is as mod 63 > series, because the data packet which host r

[PATCH 2/2] usb: usbtest: add pattern check on pipe in phase of unlink read

2014-05-22 Thread Huang Rui
TEST 11 unlinks the URB read request for N times. When host and gadget both initialize pattern 1 (mod 63) data series to do IN transfer, the host side function should check the data buffer if it is as mod 63 series, because the data packet which host receivced will follow pattern 1. So this patch a