From: Bing Zhao Date: Wed, 21 Dec 2011 02:19:00 +0000 (-0800) Subject: Bluetooth: btusb: fix bInterval for high/super speed isochronous endpoints X-Git-Tag: v3.3-rc1~182^2~44^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa0fb93f2ac308a76fa64eb57c18511dadf97089;p=pandora-kernel.git Bluetooth: btusb: fix bInterval for high/super speed isochronous endpoints For high-speed/super-speed isochronous endpoints, the bInterval value is used as exponent, 2^(bInterval-1). Luckily we have usb_fill_int_urb() function that handles it correctly. So we just call this function to fill in the RX URB. Cc: Marcel Holtmann Signed-off-by: Bing Zhao Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed