Diff between c6b9a502a070bac72c08c9100923aed120dc6ad7 and c71e098d2eb384fe0048141c8dfa68872eeb3a4e
Changed Files
| File | Additions | Deletions | Status |
| lib/bluetooth.c | +8 | -0 | modified |
Full Patch
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index b51df84..adf2c5c 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -673,6 +673,14 @@ const char *bt_compidtostr(int compid)
return "Beats Electronics";
case 205:
return "Microchip Technology Inc.";
+ case 206:
+ return "Elgato Systems GmbH";
+ case 207:
+ return "ARCHOS SA";
+ case 209:
+ return "Polar Electro Europe B.V.";
+ case 210:
+ return "Dialog Semiconductor B.V.";
case 65535:
return "internal use";
default: