Bluetooth: btintel: Introduce generic Intel Bluetooth support

The majority of Intel Bluetooth vendor commands are shared between USB
and UART transports. This creates a separate module that eventually
will hold all Intel specific commands, but for now just start with the
commands to change the Bluetooth public address and check for the
default address.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Dieser Commit ist enthalten in:
Marcel Holtmann
2015-04-06 00:52:11 -07:00
Ursprung 79b8df9362
Commit 48f0ed1bb6
4 geänderte Dateien mit 146 neuen und 0 gelöschten Zeilen

Datei anzeigen

@@ -2,6 +2,9 @@
menu "Bluetooth device drivers"
depends on BT
config BT_INTEL
tristate
config BT_BCM
tristate
select FW_LOADER