From: Federico Manzan Date: Fri, 24 May 2013 16:18:48 +0000 (+0200) Subject: usbfs: Increase arbitrary limit for USB 3 isopkt length X-Git-Tag: v3.10-rc5~20^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e2f0ea1c935edcf53feb4c4c8fdb4f86d57dd9;p=pandora-kernel.git usbfs: Increase arbitrary limit for USB 3 isopkt length Increase the current arbitrary limit for isocronous packet size to a value large enough to account for USB 3.0 super bandwidth streams, bMaxBurst (0~15 allowed, 1~16 packets) bmAttributes (bit 1:0, mult 0~2, 1~3 packets) so the size max for one USB 3 isocronous transfer is 1024 byte * 16 * 3 = 49152 byte Acked-by: Alan Stern Signed-off-by: Federico Manzan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed