From: Paul Zimmerman Date: Mon, 16 Apr 2012 21:19:07 +0000 (-0700) Subject: usb: usbtest: two super speed fixes for usbtest X-Git-Tag: v3.5-rc1~149^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a23ccd216b6a8ba2c67a9f9d8969b4431ad2920;p=pandora-kernel.git usb: usbtest: two super speed fixes for usbtest bMaxPacketSize0 field for super speed is a power of 2, not a count. The size itself is always 512. Max packet size for a super speed bulk endpoint is 1024, so allocate the urb size in halt_simple() accordingly. Signed-off-by: Paul Zimmerman Acked-by: Felipe Balbi Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed