summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Mao <[email protected]>2018-06-20 12:30:47 -0700
committerGitHub <[email protected]>2018-06-20 12:30:47 -0700
commit6fb1119a91341f23e3e9732744c11b9a27ff53f8 (patch)
tree3bf9a9d2b1c9cef4f1ff5cbcf7b9b98ec09b0c30
parentdf271b80bdbb556707d9b4af1b06151ded561884 (diff)
[UsbView] Update README.md
Clarify that the sample source code at GitHub is the latest version. The prebuilt binary in WDK is no longer actively maintained.
-rw-r--r--usb/usbview/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/usb/usbview/README.md b/usb/usbview/README.md
index fe1bbbb1..7321146d 100644
--- a/usb/usbview/README.md
+++ b/usb/usbview/README.md
@@ -13,8 +13,6 @@ USBView sample application
Usbview.exe is a Windows GUI application that allows you to browse all USB controllers and connected USB devices on your system. The left pane in the main application window displays a connection-oriented tree view, and the right pane displays the USB data structures pertaining to the selected USB device, such as the Device, Configuration, Interface, and Endpoint Descriptors, as well as the current device configuration.
-**Important** If you need UsbView as a tool, do not download this sample. Instead get UsbView.exe from the [Windows Driver Kit (WDK)](http://go.microsoft.com/fwlink/p?linkid=391063) in the Windows Kits\\*\<version\>*\\Tools\\*\<arch\>* folder. If you need to see the source code for UsbView, open the **Browse code** tab.
-
This functional application sample demonstrates how a user-mode application can enumerate USB host controllers, USB hubs, and attached USB devices, and query information about the devices from the registry and through USB requests to the devices.
The IOCTL calls (see the system include file USBIOCTL.H) demonstrated by this sample include: