diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-11-13 14:43:56 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-11-13 14:43:56 +0000 |
commit | e0cbfd7cc76db2b084c1218408e71838d3c4e3b0 (patch) | |
tree | 705080d0a87e1a949b6423ce06dbb4a1ab8cca97 /tools/csr.c | |
parent | 895c3c7805f472daacca50e08014b4eeae6dce1a (diff) |
Add HCI 18.3 firmware build ids
Diffstat (limited to 'tools/csr.c')
-rw-r--r-- | tools/csr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/csr.c b/tools/csr.c index 6d9185e1..d5737fd9 100644 --- a/tools/csr.c +++ b/tools/csr.c @@ -246,6 +246,10 @@ static struct { { 1169, "HCI 18.1" }, { 1392, "HCI 18.2" }, { 1393, "HCI 18.2" }, + { 1733, "HCI 18.3" }, + { 1734, "HCI 18.3" }, + { 1735, "HCI 18.3" }, + { 1737, "HCI 18.3" }, { 0, } }; |