Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
I det här avsnittet beskrivs hid-felsökningstilläggskommandona (Human Interface Device).
KOMMANDONa för HID-felsökningstillägget implementeras i Hidkd.dll. To load the HID commands, enter .load hidkd.dll in the debugger.
Komma igång med HID-tilläggen
To start debugging a HID issue, enter the !hidtree command. The !hidtree command displays a list of commands and addresses that you can use to investigate device objects, preparsed HID data, and HID report descriptors.
I det här avsnittet
| Topic | Description |
|---|---|
The !hidkd.help command displays help for the HID debugger extension commands. |
|
The !hidkd.hidfdo command displays HID information associated with a functional device object (FDO). |
|
The !hidkd.hidpdo command displays HID information associated with a physical device object (PDO). |
|
The !hidkd.hidtree command displays a list of all device nodes that have a HID function driver along with their child nodes. De underordnade noderna har ett fysiskt enhetsobjekt (PDO) som skapades av den överordnade nodens HID-funktionsdrivrutin. |
|
The !hidkd.hidppd command displays HID preparsed data. |
|
The !hidkd.hidrd command displays a HID report descriptor in both raw and parsed format. |