Bluetooth: Handle bulk URBs in btusb driver from notify callback
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 30 Nov 2008 11:17:12 +0000 (12:17 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 30 Nov 2008 11:17:12 +0000 (12:17 +0100)
commita780efa8124fe7ef23d8ef844d56afe960356615
treee63fddda9b991d1507890e57865d325912797d67
parent2eda66f4a0b9803c6a85d5e5ccd8e802bd23b998
Bluetooth: Handle bulk URBs in btusb driver from notify callback

With the addition of usb_unlink_anchored_urbs() it is possible to fully
control the bulk URBs from the notify callback. There is no need to
schedule work and so only do this for the ISOC URBs.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c