From a01d0b2417283b208e951db3a950cc0374b44b61 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 26 Oct 2004 13:36:41 +0000 Subject: Add another company identifier --- src/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/bluetooth.c b/src/bluetooth.c index 1cd247d6..22957c7f 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -297,6 +297,8 @@ char *bt_compidtostr(int compid) return "Gennum Corporation"; case 60: return "Research In Motion"; + case 61: + return "IPextreme, Inc."; case 65535: return "internal use"; default: -- cgit