Hi Daniel,
On Tue, Jan 03, 2012, Daniel Wagner wrote:
From: Daniel Wagner <redacted>
[ 2096.384084] btusb_send_frame:684: hci0
[ 2096.384087] usb 3-1: BOGUS urb flags, 2 --> 0
[ 2096.384091] Bluetooth: hci0 urb ffff8801b61d3a80 submission failed (22)
According the documentation in usb_submit_urb() URB_ISO_ASAP
flag is only allowed for endpoints of type USB_ENDPOINT_XFER_ISOC.
This reverts commit b8aabfc92249b239c425da7e4ca85b7e4855e984.
Signed-off-by: Daniel Wagner <redacted>
---
forgot the sign-off :)
drivers/bluetooth/btusb.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
The patch has been applied to my bluetooth-next tree. Thanks.
Johan