diff options
Diffstat (limited to 'src/hci.c')
| -rw-r--r-- | src/hci.c | 7 | 
1 files changed, 4 insertions, 3 deletions
@@ -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 }  };  | 
