diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-07-11 07:12:58 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2014-07-11 13:59:50 +0300 |
commit | 6afd04ad6b6608fe2d9abce120bd8c0bc6aba287 (patch) | |
tree | ea6db944fcaa7b9e1c01bfaa06f93b232ed031e6 /drivers/bluetooth/hci_uart.h | |
parent | bb72bd68fd87a4347b2a891ab16aac6014e69a00 (diff) | |
download | talos-obmc-linux-6afd04ad6b6608fe2d9abce120bd8c0bc6aba287.tar.gz talos-obmc-linux-6afd04ad6b6608fe2d9abce120bd8c0bc6aba287.zip |
Bluetooth: Add support for external configuration with UART driver
The quirk for enabling external configuration with UART needs to be
provided via the HCI UART flags. Add a new flag for it and declare
it as valid.
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_uart.h b/drivers/bluetooth/hci_uart.h index 12df101ca942..247488edcbf9 100644 --- a/drivers/bluetooth/hci_uart.h +++ b/drivers/bluetooth/hci_uart.h @@ -48,6 +48,7 @@ #define HCI_UART_RESET_ON_INIT 1 #define HCI_UART_CREATE_AMP 2 #define HCI_UART_INIT_PENDING 3 +#define HCI_UART_EXT_CONFIG 4 struct hci_uart; |