microsoft / hidtools

Human Interface Device (HID) Tools for Windows and Devices
MIT License
146 stars 20 forks source link

HID Usage Tables V.1.3 #2

Closed urusov-a59 closed 2 years ago

urusov-a59 commented 2 years ago

Do you plan improve utility for HID Usage Tables V.1.3 (page 0x84/85)

matwilli commented 2 years ago

Yes, I certainly plan to include all Usages from the new HUT1.3.

Currently, Waratah includes a copy of the HUT JSON. The HUT1.3 PDF includes the .JSON as an internal attachment (HidUsageTables.json). I plan to update Waratah to interrogate the PDF directly for this attachment, and for the user to configure which PDF to interrogate from. This gives Waratah 'one-source-of-truth', which is the public spec.

matwilli commented 2 years ago

I've recently (today) made a change where Waratah will interrogate the PDF directly. I've also updated the embedded file to be the most recent PDF (HUT 1.3) which will address this Issue.

Closing as Resolved