2017-03-06 23:38:37

by An, Tedd

[permalink] [raw]
Subject: [PATCH] tools/bluemoon: Add hw_variant for Intel Bluetooth 9160/9260

From: Tedd Ho-Jeong An <[email protected]>

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

Signed-off-by: Tedd Ho-Jeong An <[email protected]>
---
tools/bluemoon.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/bluemoon.c b/tools/bluemoon.c
index 5fc6269..6051f30 100644
--- a/tools/bluemoon.c
+++ b/tools/bluemoon.c
@@ -621,6 +621,7 @@ static const struct {
{ 0x0a, "iBT 2.1 (AG620)" },
{ 0x0b, "iBT 3.0 (LnP)" },
{ 0x0c, "iBT 3.0 (WsP)" },
+ { 0x12, "iBT 3.5 (ThP)" },
{ }
};

--
2.7.4


2017-03-27 14:17:48

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] tools/bluemoon: Add hw_variant for Intel Bluetooth 9160/9260

Hi Tedd,

> This patch adds hw_variant for Intel Bluetooth 9160/9260 also
> known as ThunderPeak(ThP).
>
> Signed-off-by: Tedd Ho-Jeong An <[email protected]>
> ---
> tools/bluemoon.c | 1 +
> 1 file changed, 1 insertion(+)

patch has been applied (with signed-off-by stripped).

Regards

Marcel