]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Allow ACL packets over USB in HCI_RAW mode
authorPeter Hurley <peter@hurleysoftware.com>
Thu, 14 Jul 2011 12:48:32 +0000 (08:48 -0400)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 21 Jul 2011 15:05:39 +0000 (12:05 -0300)
commit8518eaa5481f14b43f0fbe732db4afda9eb6875b
tree2ed52cc3b9cb4ef1dd8cfbe5c1db1b9e11259a60
parent0c5c2d93c10ee420717d65d67393584ddd3e46d7
Bluetooth: Allow ACL packets over USB in HCI_RAW mode

Removed tests which prevent transmission of ACL packets
when the device is in HCI_RAW mode. These tests verified that
there are ACL or LE links currently tracked by the HCI
connection manager. However, a HCI_RAW mode device does not
use the connection manager. In these circumstances, the connection
counts will be zero, and thus, transmitted ACL packets dropped.

The acl_num test is actually a vestige of a previous bulk URB
scheme that is no longer used by this driver (bulk URBs were not
started until at least one ACL connection was created). This was
incompatible with some endpoint implementations and was dropped -
see commit 43c2e57f94.

The utility of these tests is marginal - currently, the hci tx
scheduler cannot send an ACL or LE packet for an untracked connection
(except if the device is in HCI_RAW mode).

Lastly, no other transport layer driver enforces these same tests.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Acked-by: Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
drivers/bluetooth/btusb.c