summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-09-07 17:55:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-09-07 17:55:45 +0000
commit3d29835ef69b00fa3ed92702727ea2f737f37af2 (patch)
tree5a4d4a5723dc3f3b46a5844379892190d9890e8b
parent2f6b4e4f5e4da2cea6af279b262f81e9d52e78e4 (diff)
Add new company identifiers
-rw-r--r--src/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
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: