aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_intel.c
diff options
context:
space:
mode:
authorTedd Ho-Jeong An <tedd.an@intel.com>2017-03-06 15:38:35 -0800
committerMarcel Holtmann <marcel@holtmann.org>2017-04-12 22:02:37 +0200
commit6c7bb7ebb58c0e17b11aebf928ffc5c295959a01 (patch)
tree814c24edb2287b51644a0196ce8c5789c247853c /drivers/bluetooth/hci_intel.c
parentBluetooth: hci_intel: Fix firmware file name to use hw_variant (diff)
downloadlinux-dev-6c7bb7ebb58c0e17b11aebf928ffc5c295959a01.tar.xz
linux-dev-6c7bb7ebb58c0e17b11aebf928ffc5c295959a01.zip
Bluetooth: hci_intel: Add support Intel Bluetooth device 9160/9260 for 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>
Diffstat (limited to 'drivers/bluetooth/hci_intel.c')
-rw-r--r--drivers/bluetooth/hci_intel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_intel.c b/drivers/bluetooth/hci_intel.c
index 71d0850fab10..d915e7eee233 100644
--- a/drivers/bluetooth/hci_intel.c
+++ b/drivers/bluetooth/hci_intel.c
@@ -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)",