提交 6c7bb7eb 编写于 作者: T Tedd Ho-Jeong An 提交者: Marcel Holtmann

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: NTedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 b7da6a69
...@@ -610,6 +610,7 @@ static int intel_setup(struct hci_uart *hu) ...@@ -610,6 +610,7 @@ static int intel_setup(struct hci_uart *hu)
switch (ver.hw_variant) { switch (ver.hw_variant) {
case 0x0b: /* LnP */ case 0x0b: /* LnP */
case 0x0c: /* WsP */ case 0x0c: /* WsP */
case 0x12: /* ThP */
break; break;
default: default:
bt_dev_err(hdev, "Unsupported Intel hardware variant (%u)", bt_dev_err(hdev, "Unsupported Intel hardware variant (%u)",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册