summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/hci.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hci.c b/src/hci.c
index 23f890a6..5895563e 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -312,9 +312,10 @@ int hci_strtolm(char *str, unsigned int *val)
/* Version mapping */
static hci_map ver_map[] = {
- { "1.0b", 0x00 },
- { "1.1", 0x01 },
- { "1.2", 0x02 },
+ { "1.0b", 0x00 },
+ { "1.1", 0x01 },
+ { "1.2", 0x02 },
+ { "2.0", 0x03 },
{ NULL }
};