Diff between 8e100bb8be5261b8270f54f73315b38d0443b118 and 298d237f9169d0936fada2308c67550acd89ec0b
Changed Files
| File | Additions | Deletions | Status |
| lib/bluetooth.c | +2 | -0 | modified |
Full Patch
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index 7cba509..a73a24a 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -2345,6 +2345,8 @@ const char *bt_compidtostr(int compid)
return "Senix Corporation";
case 1037:
return "NorthStar Battery Company, LLC";
+ case 1521:
+ return "The Linux Foundation";
case 65535:
return "internal use";
default: