Fix duplicate ordinals in HidReportItem
Two fields were given the ordinal @21. Due to a bug in the bindings generator, this was allowed. In practice this meant the ordinal for the second @21 field was actually @22, and all subsequent ordinals should be bumped by one. This CL corrects the assigned ordinals to reflect the reality of the generated code. The stable format of this structure is unaffected by this change. NOPRESUBMIT=True Bug: None Change-Id: I82591eb4f36fa8e1121d5c0edfbfaa1656f57e31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422482 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#809546}
Showing
Please register or sign in to comment