USB-HID: Tertiery is usually three

(cherry picked from commit 976738cd6c)
This commit is contained in:
Jaap Keuter 2020-12-10 21:35:43 +00:00
parent 655cb724fd
commit 18ada21232
1 changed files with 1 additions and 1 deletions

View File

@ -4871,7 +4871,7 @@ dissect_usb_hid_button_page(tvbuff_t *tvb, packet_info _U_ *pinfo,
proto_item_append_text(ti, " (primary/trigger)");
else if (usage == 2)
proto_item_append_text(ti, " (secondary)");
else if (usage == 2)
else if (usage == 3)
proto_item_append_text(ti, " (tertiary)");
proto_item_append_text(ti, " = %s", val ? "DOWN" : "UP");