From 1ebb5e939840d4be143d086eaa68a1c281084561 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 13 Aug 2003 15:48:33 +0000 Subject: Add new company identifiers --- src/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index af56573b..fedeb384 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -281,6 +281,10 @@ char *bt_compidtostr(int compid) return "Renesas Technology Corp."; case 55: return "Mobilian Corporation"; + case 56: + return "Terax"; + case 57: + return "Integrated System Solution Corp."; case 65535: return "internal use"; default: -- cgit