From 3d29835ef69b00fa3ed92702727ea2f737f37af2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 7 Sep 2003 17:55:45 +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 fedeb384..9c4536fc 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -285,6 +285,8 @@ char *bt_compidtostr(int compid) return "Terax"; case 57: return "Integrated System Solution Corp."; + case 58: + return "Matsushita Electric Industrial Co., Ltd."; case 65535: return "internal use"; default: -- cgit