commit | a780efa8124fe7ef23d8ef844d56afe960356615 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 30 12:17:12 2008 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 30 12:17:12 2008 +0100 |
tree | e63fddda9b991d1507890e57865d325912797d67 | |
parent | 2eda66f4a0b9803c6a85d5e5ccd8e802bd23b998 [diff] |
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>