From 7e5d794489e6dacb2e37553495af61c98cb78fbc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 4 Sep 2005 22:01:16 +0000 Subject: Add two new company identifiers --- src/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bluetooth.c') 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: -- cgit