From 382615bc4b30d8204bdad79643f98cf19656b2a3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 31 Jan 2004 00:55:32 +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 a2aae586..1607c04f 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -289,6 +289,8 @@ char *bt_compidtostr(int compid) return "Matsushita Electric Industrial Co., Ltd."; case 59: return "Gennum Corporation"; + case 60: + return "Research In Motion"; case 65535: return "internal use"; default: -- cgit