Diff between 4085678fd495405abfb8785930579e13ecd10c40 and 905935a11c15e723feed6dba84141d197110ed50
Changed Files
| File | Additions | Deletions | Status |
| lib/hci.c | +1 | -0 | modified |
Full Patch
diff --git a/lib/hci.c b/lib/hci.c
index 6e37836..005578a 100644
--- a/lib/hci.c
+++ b/lib/hci.c
@@ -649,6 +649,7 @@ static hci_map ver_map[] = {
{ "2.1", 0x04 },
{ "3.0", 0x05 },
{ "4.0", 0x06 },
+ { "4.1", 0x07 },
{ NULL }
};