From: Mauro Carvalho Chehab Date: Fri, 10 Jan 2014 08:43:09 +0000 (-0300) Subject: [media] em28xx-audio: use bInterval on em28xx-audio X-Git-Tag: v3.14-rc1~20^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2849fa59d79dea7a6deeef13cc3efaafab3bf63;p=pandora-kernel.git [media] em28xx-audio: use bInterval on em28xx-audio Just filling urb->interval with 1 is wrong, and causes a different behaviour with xHCI. With EHCI, the URB size is typically 192 bytes. However, as xHCI specifies intervals in microframes, the URB size becomes too short (24 bytes). With this patch, the interval will be properly initialized, and the device will behave the same if connected into a xHCI or an EHCI device port. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed