Digent USB Devices Driver
As part of the driver package, you provide an.inf file that installs Winusb.sys as the function driver for the USB device. The following example.inf file shows WinUSB installation for most USB devices with some modifications, such as changing USBInstall in section names to an appropriate DDInstall value. These drivers are not needed for newer Garmin devices that use a USB mass storage or Media Transfer Protocol (MTP) interface. These devices (which include the nuvi and zumo series) use drivers that are included with Microsoft Windows. The drivers for Garmin Mode devices are included with the latest versions of Garmin Express and Garmin WebUpdater.
Improvements and fixes
This update includes a fix for an incorrect device driver (“Microsoft – WPD – 2/22/2016 12:00:00 AM - 5.2.5326.4762”) that was released by a third-party on March 8, 2017 that affected a small group of users with USB connected phones or other media devices that rely on Media Transfer Protocol (MTP). If the driver is on your system, when any of these devices are connected, Windows will try to install this driver. These devices will not be connected until the driver is removed. This incorrect driver was removed from Windows Update the same day, but it may have been downloaded to your computer. After installing this update the incorrect driver will be removed.
How to get this update
This update will be downloaded and installed automatically from Windows Update. To get the stand-alone package for this update, go to the Microsoft Update Catalog website.
If you are not able to connect your phone or media device via USB and are not running one of these Windows versions, you can still remove this driver using the process described here:
This topics in this section describe the class drivers, generic client driver, and the parent composite driver that are provided by Microsoft.
Kinds Of Usb Devices
Microsoft-provided USB drivers for controllers and hubs
Microsoft provides these set of drivers:
- For USB host controllers and hubs. For more information, see USB host-side drivers in Windows. You can develop a custom host controller driver that communicates with the USB host controller extension (UCX) driver. For more information, see Developing Windows drivers for USB host controllers.
- For handling common function logic for USB devices. For more information, see USB device-side drivers in Windows.
- For supporting Type-C connectors. For more information, see USB connector manager class extension (UcmCx).
Other Microsoft-provided USB drivers
Device setup class | Microsoft-provided driver and INF | Windows support | Description |
---|---|---|---|
USB | Usbccgp.sys Usb.inf | Windows 8.1 Windows 8 Windows 7 Windows Vista Windows XP | Usbccgp.sys is a parent driver for composite devices that supports multiple functions. For more information, see USB Generic Parent Driver (Usbccgp.sys). |
Biometric | WudfUsbBID.dll WudfUsbBIDAdvanced.inf | Windows 8.1 Windows 8 | Microsoft supports USB biometric devices (fingerprint readers) by providing the Windows Biometric Framework. See the Windows Biometric Framework. |
Media Transfer Protocol Devices | Wpdusb.sys (Obsolete) | Windows Server 2008 Windows Vista Windows Server 2003 Windows XP | Note Starting in Windows 7, Microsoft has replaced the kernel mode component of the Windows Vista USB driver stack (Wpdusb.sys) for Windows Portable Devices (WPD) with the generic Winusb.sys. Microsoft provides the Wpdusb.sys driver to manage portable devices that support the Media Transfer Protocol. See WPD Design Guide. |
USBDevice | Winusb.sys Winusb.inf | Windows 8.1 Windows 8 Windows 7 Windows Vista Windows XP with Service Pack 2 (SP2) | Winusb.sys can be used as the USB device's function driver instead of implementing a driver. See WinUSB. |
Microsoft-provided USB device class drivers
Microsoft provides drivers for several USB device classes approved by USB-IF. These drivers and their installation files are included in Windows. They are available in the WindowsSystem32DriverStoreFileRepository folder.
Digilent Usb Driver
See, USB device class drivers included in Windows.
Digent Usb Devices Drivers
Related topics
What Is A Usb Devices
Universal Serial Bus (USB)
USB Driver Development Guide