* [PATCH 4/4] Bluetooth: hci_intel: Add support Intel Bluetooth device 9160/9260 for UART
@ 2017-03-06 23:38 Tedd Ho-Jeong An
0 siblings, 0 replies; only message in thread
From: Tedd Ho-Jeong An @ 2017-03-06 23:38 UTC (permalink / raw)
To: linux-bluetooth@vger.kernel.org, Marcel Holtmann
Cc: Tedd Ho-Jeong An, jaya.p.g
From: Tedd Ho-Jeong An <tedd.an@intel.com>
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>
---
drivers/bluetooth/hci_intel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/bluetooth/hci_intel.c b/drivers/bluetooth/hci_intel.c
index 63970d0..831c934 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: /* 8260 LnP */
case 0x0c: /* 8260 WsP */
+ case 0x12: /* 9160/9260 ThP */
break;
default:
bt_dev_err(hdev, "Unsupported Intel hardware variant (%u)",
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-06 23:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 23:38 [PATCH 4/4] Bluetooth: hci_intel: Add support Intel Bluetooth device 9160/9260 for UART Tedd Ho-Jeong An
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).