From a1b95e6f01957e2e5c3a9950a6da307e9ada285b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Dec 2003 11:58:54 +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 9c4536fc..a2aae586 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -287,6 +287,8 @@ char *bt_compidtostr(int compid) return "Integrated System Solution Corp."; case 58: return "Matsushita Electric Industrial Co., Ltd."; + case 59: + return "Gennum Corporation"; case 65535: return "internal use"; default: -- cgit