summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-02-11 03:27:34 +0100
committerMarcel Holtmann <marcel@holtmann.org>2020-02-11 03:27:34 +0100
commit298d237f9169d0936fada2308c67550acd89ec0b (patch)
treecc54ef85a2333875f2db426ecc8dc23194346836 /lib
parent8e100bb8be5261b8270f54f73315b38d0443b118 (diff)
downloadbluez-298d237f9169d0936fada2308c67550acd89ec0b.tar.gz
lib: Add company id for The Linux Foundation
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index 7cba509d8..a73a24a07 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: