From: Martin Fuzzey Date: Sun, 16 Jan 2011 18:17:11 +0000 (+0100) Subject: USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers. X-Git-Tag: v2.6.39-rc1~472^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084fb206a91f72b22c4e2f41709730a81e3e0de6;p=pandora-kernel.git USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers. Add a set of new tests similar to the existing ones but using transfer buffers at an "odd" address [ie offset of +1 from the buffer obtained by kmalloc() or usb_alloc_coherent()] The new tests are: #17 : bulk out (like #1) using kmalloc and DMA mapping by USB core. #18 : bulk in (like #2) using kmalloc and DMA mapping by USB core. #19 : bulk out (like #1) using usb_alloc_coherent() #20 : bulk in (like #2) using usb_alloc_coherent() #21 : control write (like #14) #22 : isochonous out (like #15) #23 : isochonous in (like #16) Signed-off-by: Martin Fuzzey Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed