From 60fb3fc181e391b4696568083694e2896439b4f9 Mon Sep 17 00:00:00 2001 From: Dmitry Fleytman Date: Mon, 28 Dec 2015 10:25:41 +0200 Subject: [PATCH] Docs: Adding documentation for UsbView operation Signed-off-by: Dmitry Fleytman --- Documentation/UsbInfo.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/UsbInfo.txt diff --git a/Documentation/UsbInfo.txt b/Documentation/UsbInfo.txt new file mode 100644 index 0000000..7dce449 --- /dev/null +++ b/Documentation/UsbInfo.txt @@ -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.