commit | f41c70c4d5e3f6c2a7f9e5dfc10af452591a2484 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Mon Nov 12 14:02:14 2012 +0900 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Apr 04 19:16:12 2013 +0300 |
tree | 3b1f92c46f4d9a8b3adc38c8be460f75cf1903ff | |
parent | 7b1abbbed0f2a1bc19bb8c0d48a284466043092a [diff] |
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>