summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-04-16 19:32:38 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-04-16 19:32:38 +0000
commitfd920beb236c034c779de5ccf4a5d050897d40bc (patch)
tree367c249417543f5e357893e023b44bc6c50de309
parent630e9b79dee2c26759fb8650444cb113714bba0d (diff)
Add another company identifier
-rw-r--r--src/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c
index 1482a56e..75888730 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -376,6 +376,8 @@ char *bt_compidtostr(int compid)
return "Bluetooth SIG, Inc";
case 64:
return "Seiko Epson Corporation";
+ case 65:
+ return "Integrated Silicon Solution Taiwain, Inc.";
case 65535:
return "internal use";
default: