Skip to content

Commit

Permalink
Bluetooth: hci_intel: Add support Intel Bluetooth device 9160/9260 fo…
Browse files Browse the repository at this point in the history
…r UART

This patch adds support for Intel Bluetooth device 9160/9260 also
known as ThunderPeak(ThP) for UART.

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
tedd-an authored and holtmann committed Apr 12, 2017
1 parent b7da6a6 commit 6c7bb7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/bluetooth/hci_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ static int intel_setup(struct hci_uart *hu)
switch (ver.hw_variant) {
case 0x0b: /* LnP */
case 0x0c: /* WsP */
case 0x12: /* ThP */
break;
default:
bt_dev_err(hdev, "Unsupported Intel hardware variant (%u)",
Expand Down

0 comments on commit 6c7bb7e

Please sign in to comment.