]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btintel: Introduce generic Intel Bluetooth support
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 6 Apr 2015 07:52:11 +0000 (00:52 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Apr 2015 16:48:21 +0000 (18:48 +0200)
commit47a07941fb6c2d39a6ed4607f45847e195ed8b0a
tree5e6788eb7fdbce508c04f0613e8b0a821f8fd367
parent3cce79fcefe329f65a41e51205ec76ceaef3f6e3
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>
drivers/bluetooth/Kconfig
drivers/bluetooth/Makefile
drivers/bluetooth/btintel.c [new file with mode: 0644]
drivers/bluetooth/btintel.h [new file with mode: 0644]