summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-06-03 14:04:01 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-06-03 14:04:01 +0000
commit8095772fc06beb7d21bb02c0cc0a2157734e5919 (patch)
treeeceeaa0c70bae5acae982d4663de9d45afa428ea
parent742d032d41631219ddbd39f39b7c70419064acc1 (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 baaf9f7c..f2c13a24 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -275,6 +275,8 @@ char *bt_compidtostr(int compid)
return "Commil Ltd";
case 52:
return "Computer Access Technology Corporation (CATC)";
+ case 53:
+ return "Eclipse (HQ Espana) S.L.";
case 65535:
return "internal use";
default: