Skip to content

Commit

Permalink
Docs: Adding documentation for UsbView operation
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
  • Loading branch information
Dmitry Fleytman committed Dec 28, 2015
1 parent 3b1f461 commit 60fb3fc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/UsbInfo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Collecting Full USB Stack Information
==============================================================================

1. Dumping USB tree

- Obtain the latest USBView tool from Microsoft:

https://msdn.microsoft.com/en-us/library/windows/hardware/ff560019%28v=vs.85%29.aspx

- Run it as following:

usbview /q /f /saveall:MyUsbTree.txt
usbview /q /f /savexml:MyUsbTree.xml

- USB tree dump will be stored in MyUsbTree.txt and MyUsbTree.xml files.

0 comments on commit 60fb3fc

Please sign in to comment.