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
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",
"Keypress Notification",
"Remote Host Supported Features Notification",
"LE Meta Event",
+ "Unknown",
"Physical Link Complete",
"Channel Selected",
"Disconnection Physical Link Complete",