projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7da6a6
)
Bluetooth: hci_intel: Add support Intel Bluetooth device 9160/9260 for UART
author
Tedd Ho-Jeong An
<tedd.an@intel.com>
Mon, 6 Mar 2017 23:38:35 +0000
(15:38 -0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 12 Apr 2017 20:02:37 +0000
(22:02 +0200)
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>
drivers/bluetooth/hci_intel.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_intel.c
b/drivers/bluetooth/hci_intel.c
index 71d0850fab1072b8d0c01fcc26dd227f5a4279bf..d915e7eee233e11c67b9ca15c169e439a871ebef 100644
(file)
--- 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)",