]> 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)
commit8896cb5b4c6c3e8b4476eb4a6410c7eefef20556
tree10e786a1a8c3d3d0a19d9f6016d0a1e99657170a
parent7866d55c787cf1b5a16fb043229cc2142e36057c
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]