From 1b64c76ef66c10500f575240bd214c7b38b68a1f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 30 May 2006 10:51:54 +0000 Subject: Add two new company identifiers --- src/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index 75888730..9df142a0 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -378,6 +378,10 @@ char *bt_compidtostr(int compid) return "Seiko Epson Corporation"; case 65: return "Integrated Silicon Solution Taiwain, Inc."; + case 66: + return "CONWISE Technology Corporation Ltd"; + case 67: + return "PARROT SA"; case 65535: return "internal use"; default: -- cgit