[zircon][hid-parser] Fix HID wrapper casts
We accidentally cast to input_report_id_t instead of input_report_size_t, which means that any values above 255 were being truncated. TEST: runtests -a -t hid-test ZX-3148 Change-Id: I0c79c5773e2f08d93221c9460c4c08975602fb8b
Please register or sign in to comment