summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/hci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci.c b/src/hci.c
index 7d30c552..a064980f 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -505,6 +505,7 @@ static hci_map ver_map[] = {
{ "1.1", 0x01 },
{ "1.2", 0x02 },
{ "2.0", 0x03 },
+ { "2.1", 0x04 },
{ NULL }
};