summaryrefslogtreecommitdiffstats
path: root/src/hci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci.c')
-rw-r--r--src/hci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci.c b/src/hci.c
index f22fcbfc..818c04e5 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -269,6 +269,7 @@ int hci_strtolm(char *str, unsigned int *val)
hci_map ver_map[] = {
{ "1.0b", 0x00 },
{ "1.1", 0x01 },
+ { "1.2", 0x02 },
{ NULL }
};
char *hci_vertostr(unsigned int ver)