From c12c507c9a494cd70e82b01c9856d92ebf36f165 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 26 May 2003 13:10:49 +0000 Subject: Add new company identifiers --- src/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index bc0eb238..baaf9f7c 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -273,6 +273,8 @@ char *bt_compidtostr(int compid) return "Red-M (Communications) Ltd"; case 51: return "Commil Ltd"; + case 52: + return "Computer Access Technology Corporation (CATC)"; case 65535: return "internal use"; default: -- cgit