From 7822123d08b176ef8b3e8aaecbc3c8ff25a33483 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 17 Jun 2011 10:14:15 -0700 Subject: [PATCH] Update company identifiers --- lib/bluetooth.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 72ee456f8..db7bbe1b1 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -462,6 +462,32 @@ char *bt_compidtostr(int compid) return "RDA Microelectronics"; case 98: return "Gibson Guitars"; + case 99: + return "MiCommand Inc."; + case 100: + return "Band XI International, LLC"; + case 101: + return "Hewlett-Packard Company"; + case 102: + return "9Solutions Oy"; + case 103: + return "GN Netcom A/S"; + case 104: + return "General Motors"; + case 105: + return "A&D Engineering, Inc."; + case 106: + return "MindTree Ltd."; + case 107: + return "Polar Electro OY"; + case 108: + return "Beautiful Enterprise Co., Ltd."; + case 109: + return "BriarTek, Inc."; + case 110: + return "Summit Data Communications, Inc."; + case 111: + return "Sound ID"; case 65535: return "internal use"; default: -- 2.47.3