]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Skip unconfigured init procedure for raw-only devices
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 6 Jul 2014 11:43:20 +0000 (13:43 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 6 Jul 2014 11:57:49 +0000 (14:57 +0300)
commit07d4cee279a4a7f40e0b41f4953e94d78c5f9560
tree0a3ba5aed3385af4c6f4cdb2992acc2618fd635a
parentb406cb5de2cfb2b85d5295414bd76fb0c6f56c85
Bluetooth: Skip unconfigured init procedure for raw-only devices

When the driver sets HCI_QUIRK_RAW_DEVICE, the controller will be set
as unconfigured. However running the unconfigured init procecure is
not useful since raw-only devices are not allowed to change its
configuration. This change skips the init procedure and just allows
user channel operation for this device.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_core.c