From e8c8131bc6c67b3592a5b5ec1882f2d8abf00608 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 19 May 2005 12:20:54 +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 0f4c49e6..c54d63e3 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -364,6 +364,8 @@ char *bt_compidtostr(int compid) return "Research In Motion"; case 61: return "IPextreme, Inc."; + case 62: + return "Systems and Chips, Inc"; case 65535: return "internal use"; default: -- cgit