Skip to content
Commit fa0fb93f authored by Bing Zhao's avatar Bing Zhao Committed by Gustavo F. Padovan
Browse files

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 <marcel@holtmann.org>
Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 030013d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment