From 7e2df7ddca88aa74c4eb54139c93a3dcc74490aa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 27 Jul 2008 03:03:57 +0200 Subject: Add two additional company identifiers --- lib/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index f7a46bcf..5e7311ad 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -440,6 +440,10 @@ char *bt_compidtostr(int compid) return "Avago Technologies"; case 79: return "APT Ltd."; + case 80: + return "SiRF Technology, Inc."; + case 81: + return "Tzero Technologies, Inc."; case 65535: return "internal use"; default: -- cgit