Bluetooth: Submit bulk URBs along with interrupt URBs
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 4 Feb 2009 16:41:38 +0000 (17:41 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Feb 2009 05:14:36 +0000 (06:14 +0100)
commit43c2e57f94c15744495fee564610aa24602b3824
tree529c710c2bccd2825f1bcc5d3c248a852aac92f4
parent6e1031a40029492c10509e8c3dcac9b611438ccb
Bluetooth: Submit bulk URBs along with interrupt URBs

Submitting the bulk URBs for ACL data transfers only on demand has no
real benefit compared to just submit them when a Bluetooth device gets
opened. So when submitting the interrupt URBs for HCI events, just
submit the bulk URBs, too.

This solves a problem with some Bluetooth USB dongles that has been
reported over the last few month. These devices require that the bulk
URBs are actually present. These devices are really broken, but there
is nothing we can do about it.

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