Docs: Adding documentation for UsbView operation

Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
Dmitry Fleytman 2015-12-28 10:25:41 +02:00
parent 3b1f461d5c
commit 60fb3fc181

15
Documentation/UsbInfo.txt Normal file
View file

@ -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.