]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3064140730deadda60862f2f2d52e5180d1ce5ea
tree529c710c2bccd2825f1bcc5d3c248a852aac92f4
parente87187e6d97c146d31483346e3ee90f9d04b2d0e
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