aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_uart.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-10-20 21:30:45 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-10-21 07:20:44 +0300
commitaee61f7aa89bbfa48b91628291d8685aa61c970f (patch)
tree2b6ff4a1e18228791b30251c457d0ddf6f182f7c /drivers/bluetooth/hci_uart.h
parentBluetooth: l2cap_disconnection_req priority over shutdown (diff)
downloadlinux-dev-aee61f7aa89bbfa48b91628291d8685aa61c970f.tar.xz
linux-dev-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_uart.h')
-rw-r--r--drivers/bluetooth/hci_uart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_uart.h b/drivers/bluetooth/hci_uart.h
index 2f7bb35a890e..82c92f1b65b4 100644
--- a/drivers/bluetooth/hci_uart.h
+++ b/drivers/bluetooth/hci_uart.h
@@ -59,6 +59,7 @@ struct hci_uart;
struct hci_uart_proto {
unsigned int id;
const char *name;
+ unsigned int manufacturer;
unsigned int init_speed;
unsigned int oper_speed;
int (*open)(struct hci_uart *hu);