Diff between 6e58f66d3003598c16b23be5691f31d72ba12ada and 78df2696c7ed07053078d47f1cbe25dc3df5372e

Changed Files

File Additions Deletions Status
tools/parser/hci.c +2 -1 modified

Full Patch

diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index eb67caf..80ddf48 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -44,7 +44,7 @@ static inline uint16_t get_manufacturer(void)
 	return (manufacturer == DEFAULT_COMPID ? parser.defcompid : manufacturer);
 }
 
-#define EVENT_NUM 76
+#define EVENT_NUM 77
 static char *event_str[EVENT_NUM + 1] = {
 	"Unknown",
 	"Inquiry Complete",
@@ -109,6 +109,7 @@ static char *event_str[EVENT_NUM + 1] = {
 	"Keypress Notification",
 	"Remote Host Supported Features Notification",
 	"LE Meta Event",
+	"Unknown",
 	"Physical Link Complete",
 	"Channel Selected",
 	"Disconnection Physical Link Complete",