Diff between 96f773cae1ee4e2574c510bdaa8925abd0e34c87 and 7700e97cfc61616dc265c41cac2610d025014498
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/hci.c | +1 | -0 | modified |
Full Patch
diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index e53b829..0fcc9eb 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -2479,6 +2479,7 @@ static inline void event_dump(int level, struct frame *frm)
switch (manufacturer) {
case 0:
+ case 37:
case 48:
frm->ptr += HCI_EVENT_HDR_SIZE;
frm->len -= HCI_EVENT_HDR_SIZE;