]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add driver setup stage for early init
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 12 Nov 2012 05:02:14 +0000 (14:02 +0900)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 4 Apr 2013 16:16:12 +0000 (19:16 +0300)
commit69f703f189c4faf89f6132d509026598b6cb9779
tree3b1f92c46f4d9a8b3adc38c8be460f75cf1903ff
parent03e07d217c19e2e13e8e60935cb63a86c67096d7
Bluetooth: Add driver setup stage for early init

Some drivers require a special stage for their early init. This is
always specific to the driver or transport. So call back into driver to
allow bringing up the device.

The advantage with this stage is that the Bluetooth core is actually
handling the HCI layer now. This means that command and event processing
is available.

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