From 298d237f9169d0936fada2308c67550acd89ec0b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Feb 2020 03:27:34 +0100 Subject: [PATCH] lib: Add company id for The Linux Foundation --- lib/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.47.3