WebHID followup IDL changes
This modifies the WebHID IDL to address comments in a previous CL: https://chromium-review.googlesource.com/c/chromium/src/+/1559344 In the prior commit, HIDReportItem held raw indices into the USB string table (|stringMinimum| and |stringMaximum|). These members are removed in favor of a new |strings| member which will return the actual device data. |designatorMinimum| and |designatorMaximum|, which held indices into the physical descriptor table, are removed. HIDReportItem held a |unit| member which described the unit factors that make up the unit definition. The member was a 32-bit value composed of 7 4-bit values and 4 reserved bits. These nibbles have been split into separate members for the unit system and unit factor exponents. In HIDCollectionInfo, the |reportIds| member is removed as its utility is duplicated by the report information. BUG=890096 Change-Id: I8403f9b7e275d97e58bb6c9ad73c2e2654f9d3d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583427Reviewed-by:Reilly Grant <reillyg@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#659157}
Showing
Please register or sign in to comment