]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btbcm: Introduce generic Broadcom Bluetooth support
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 6 Apr 2015 05:52:10 +0000 (22:52 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Apr 2015 16:47:11 +0000 (18:47 +0200)
commit362701fea2c698708e8b26a38ce427649ba9a4ed
tree10e786a1a8c3d3d0a19d9f6016d0a1e99657170a
parentc3d2fc5e1fd7a7f8e34b3653f8103c847a5d9e30
Bluetooth: btbcm: Introduce generic Broadcom Bluetooth support

The majority of Broadcom Bluetooth vendor commands are shared between
USB and UART transports. This creates a separate module that eventually
will hold all Broadcom 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/btbcm.c [new file with mode: 0644]
drivers/bluetooth/btbcm.h [new file with mode: 0644]