From fd920beb236c034c779de5ccf4a5d050897d40bc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 16 Apr 2006 19:32:38 +0000 Subject: Add another company identifier --- src/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index 1482a56e..75888730 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -376,6 +376,8 @@ char *bt_compidtostr(int compid) return "Bluetooth SIG, Inc"; case 64: return "Seiko Epson Corporation"; + case 65: + return "Integrated Silicon Solution Taiwain, Inc."; case 65535: return "internal use"; default: -- cgit