summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-09-04 22:01:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-09-04 22:01:16 +0000
commit7e5d794489e6dacb2e37553495af61c98cb78fbc (patch)
treec5907957dd50e9640a61f986a656088f12ef07e6
parent364f4856732744dce0b99182a3b1f8f557fb2a7a (diff)
Add two new company identifiers
-rw-r--r--src/bluetooth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c
index 9ba19c50..36f186c5 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -377,6 +377,10 @@ char *bt_compidtostr(int compid)
return "IPextreme, Inc.";
case 62:
return "Systems and Chips, Inc";
+ case 63:
+ return "Bluetooth SIG, Inc";
+ case 64:
+ return "Seiko Epson Corporation";
case 65535:
return "internal use";
default: