Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.4 KiB

  1. HID Descriptor Tool V0.3
  2. Provided by Steve McGowan at Intel Architecture Lab.
  3. OVERVIEW
  4. This is a Beta version of the HID Descriptor Tool. It supports:
  5. 1) Improved editing: Item Insert and Edit.
  6. 2) Improved formating: Indentation as a funciton of collections.
  7. 3) HID Version 1.0 Usage pages: Gerneric Desktop, Keyboard, LED and
  8. Button. As well as VR, Vehicle, Sport and Game Control Usage pages.
  9. OPERATION
  10. To add items to your Report descriptor double click on an Item in
  11. the HID Items window.
  12. To insert an item in a Report Descriptor click on an item in
  13. the Report Descriptor window to select a position then double click
  14. on an Item in the HID Items window that you want to insert. Or you
  15. can right click on the line below where you want to insert a line
  16. and select "Insert".
  17. To modify an item in the Report Descriptor double click on an
  18. item in the Report Descriptor window. Or you can right click on
  19. the line below where you want to modify and select "Edit".
  20. Note: Clearing a descriptor leaves the .HID file open.
  21. RELEASE NOTES FOR V0.3
  22. - Indentation as a function of collections does not always work
  23. right. If you want something nice to print out. Save the file
  24. and read it back in again.
  25. - Once you start inserting you cannot insert an item after the
  26. last line.
  27. - The Parse Descriptor command has not been tested.
  28. Please send any comments or suggestions to
  29. [email protected]