From 24d9643a103f934e6588762213e9e953b4a74561 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Sep 2013 00:05:50 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 83e809f75..bdc611a19 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -737,6 +737,16 @@ const char *bt_compidtostr(int compid) return "Jolly Logic, LLC"; case 238: return "Above Average Outcomes, Inc."; + case 239: + return "Bitsplitters GmbH"; + case 240: + return "PayPal, Inc."; + case 241: + return "Witron Technology Limited"; + case 242: + return "Morse Project Inc."; + case 243: + return "Kent Displays Inc."; case 65535: return "internal use"; default: -- 2.47.3