Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Bluetooth: hci_uart: Add Nokia Protocol identifier

Will be used by hci_nokia extra protocol.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

authored by

Loic Poulain and committed by
Marcel Holtmann
9e69130c 143f0a28

+2 -1
+2 -1
drivers/bluetooth/hci_uart.h
··· 35 35 #define HCIUARTGETFLAGS _IOR('U', 204, int) 36 36 37 37 /* UART protocols */ 38 - #define HCI_UART_MAX_PROTO 10 38 + #define HCI_UART_MAX_PROTO 11 39 39 40 40 #define HCI_UART_H4 0 41 41 #define HCI_UART_BCSP 1 ··· 47 47 #define HCI_UART_BCM 7 48 48 #define HCI_UART_QCA 8 49 49 #define HCI_UART_AG6XX 9 50 + #define HCI_UART_NOKIA 10 50 51 51 52 #define HCI_UART_RAW_DEVICE 0 52 53 #define HCI_UART_RESET_ON_INIT 1