diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-10-20 22:30:45 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-10-21 07:20:44 +0300 |
commit | aee61f7aa89bbfa48b91628291d8685aa61c970f (patch) | |
tree | 2b6ff4a1e18228791b30251c457d0ddf6f182f7c /drivers/bluetooth/hci_bcm.c | |
parent | 9f7378a9d6ced1784e08d3e21a9ddb769523baf2 (diff) | |
download | linux-aee61f7aa89bbfa48b91628291d8685aa61c970f.tar.xz |
Bluetooth: hci_uart: Provide initial manufacturer information
Provide an early indication about the manufacturer information so that
it can be forwarded into monitor channel.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/hci_bcm.c')
-rw-r--r-- | drivers/bluetooth/hci_bcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index 645e66e9a945..1aa88dbd6fec 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -799,6 +799,7 @@ static int bcm_remove(struct platform_device *pdev) static const struct hci_uart_proto bcm_proto = { .id = HCI_UART_BCM, .name = "BCM", + .manufacturer = 15, .init_speed = 115200, .oper_speed = 4000000, .open = bcm_open, |