diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-10-20 21:30:45 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-10-21 06:20:44 +0200 |
commit | aee61f7aa89bbfa48b91628291d8685aa61c970f (patch) | |
tree | 2b6ff4a1e18228791b30251c457d0ddf6f182f7c /drivers/bluetooth/hci_qca.c | |
parent | Bluetooth: l2cap_disconnection_req priority over shutdown (diff) | |
download | linux-aee61f7aa89bbfa48b91628291d8685aa61c970f.tar.xz linux-aee61f7aa89bbfa48b91628291d8685aa61c970f.zip |
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_qca.c')
-rw-r--r-- | drivers/bluetooth/hci_qca.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c index b4a0393b2862..77eae64000b3 100644 --- a/drivers/bluetooth/hci_qca.c +++ b/drivers/bluetooth/hci_qca.c @@ -947,6 +947,7 @@ static int qca_setup(struct hci_uart *hu) static struct hci_uart_proto qca_proto = { .id = HCI_UART_QCA, .name = "QCA", + .manufacturer = 29, .init_speed = 115200, .oper_speed = 3000000, .open = qca_open, |