From: Tedd Ho-Jeong An <[email protected]>
This patch adds support for HW variant for Intel Bluetooth 8265
also known as Windstorm Peak (WsP).
---
tools/bluemoon.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/bluemoon.c b/tools/bluemoon.c
index 650ab0c..5fc6269 100644
--- a/tools/bluemoon.c
+++ b/tools/bluemoon.c
@@ -620,6 +620,7 @@ static const struct {
{ 0x09, "iBT 1.5 (AG610)" },
{ 0x0a, "iBT 2.1 (AG620)" },
{ 0x0b, "iBT 3.0 (LnP)" },
+ { 0x0c, "iBT 3.0 (WsP)" },
{ }
};
--
2.4.3
Hi Tedd,
> This patch adds support for HW variant for Intel Bluetooth 8265
> also known as Windstorm Peak (WsP).
> ---
> tools/bluemoon.c | 1 +
> 1 file changed, 1 insertion(+)
patch has been applied.
Regards
Marcel