diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-11-29 07:24:42 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-11-29 07:24:42 -0800 |
commit | c5b9aa22638c588114eb49a712baed5444ac515d (patch) | |
tree | 2904896e2e98c110e2d0d6d70f3d37a6c27e8259 /lib | |
parent | d48132c844ff7e287e13ba16f01697738d89c132 (diff) |
lib: Update company identifiers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bluetooth.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 5598ccfd6..6693f652a 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -793,6 +793,18 @@ const char *bt_compidtostr(int compid) return "Atus BV"; case 266: return "Codegate Ltd."; + case 267: + return "ERi, Inc."; + case 268: + return "Transducers Direct, LLC"; + case 269: + return "Fujitsu Ten Limited"; + case 270: + return "Audi AG"; + case 271: + return "HiSilicon Technologies Co., Ltd."; + case 272: + return "Nippon Seiki Co., Ltd."; case 65535: return "internal use"; default: |