; Copyright 2001 ; Microsoft Corporation ; USB2.INF ; USB 2.0 Add-On Driver support ; For Windows 2000 and Windows XP ; Intel modified 12/11/01 [Version] signature="$Windows NT$" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} Provider=%Msft% DriverVer=08/10/2001,5.1.3538.1 CatalogFile=USB2.CAT [SourceDisksNames] 1=%Distribution%,usbehci.sys,, [SourceDisksFiles] usbehci.sys = 1 usbport.sys = 1 usbhub20.sys = 1 hccoin.dll = 1 [ControlFlags] ExcludeFromSelect = * [DestinationDirs] DefaultDestDir=11 ; LDID_SYS ; ; For Windows NT, all drivers go into %windir%\system32\drivers. Since ; there isn't a DIRID (LDID) that represents this path on both NT and Win95, ; we specify the relative path off of %windir%. ; EHCIXP.CopyFiles.NT = 10, system32\drivers EHCI.CopyFiles.NT = 10, system32\drivers USB.CopyFiles.NT = 10, system32\drivers USBUI.CopyFiles.NT = 11 HUB20.CopyFiles.NT = 10, system32\drivers HUB.CopyFiles.NT = 10, system32\drivers ; desktop, remove after beta USBHCCOIN.copyFiles.NT = 11 ; =================== Table of content ========================= ; note that these are in alphabetical order ; [Manufacturer] %Intel%=Intel, NTx86.5.1 %NEC%=NEC, NTx86.5.1 %AGERE%=AGERE, NTx86.5.1 ; -------------------------------------------------------------- ; EHCI ; -------------------------------------------------------------- ; For Windows XP... [EHCIXP] AddReg=EHCI.AddReg.NT CopyFiles=EHCIXP.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT DelFiles=USB.DelFiles.NT [EHCIXP.Services] AddService = usbehci, 0x00000002, EHCI.AddService ; For Windows 2000... [EHCI.NT] AddReg=EHCI.AddReg.NT CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT DelFiles=USB.DelFiles.NT [EHCI.AddReg.NT] HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider" HKR,,Controller,1,01 [EHCIXP.CopyFiles.NT] usbhub.sys usbport.sys usbehci.sys [EHCI.CopyFiles.NT] usbehci.sys usbport.sys usbhub20.sys [EHCI.NT.Services] AddService = usbehci, 0x00000002, EHCI.AddService [EHCI.AddService] DisplayName = %EHCIMP.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\usbehci.sys LoadOrderGroup = Base [EHCI.NT.CoInstallers] CopyFiles=USBHCCOIN.copyFiles.NT AddReg=EHCI.NT.CoInstallers_AddReg [EHCI.NT.CoInstallers_AddReg] HKR,,CoInstallers32,0x00010000,"hccoin.dll,HCCOIN_Entry" [USB2COINSTALLER] usbehci.sys usbport.sys usbhub20.sys hccoin.dll ; -------------------------------------------------------------- ; USB ROOT HUB (USB 2.0) ; -------------------------------------------------------------- [ROOTHUB2.NT] CopyFiles=HUB20.CopyFiles.NT DelFiles=HUB20.DelFiles.NT,USBINF.DelFiles.NT,USBMON.DelFiles.NT AddReg=ROOTHUB2.AddReg.NT [ROOTHUB2.AddReg.NT] HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider" [ROOTHUB2.NT.Services] AddService = usbhub20, 0x00000002, ROOTHUB2.AddService [ROOTHUB2.AddService] DisplayName = %ROOTHUB2.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\usbhub20.sys LoadOrderGroup = Base ; XP root hub ; xp uses default hub driver [ROOTHUB2XP] CopyFiles=HUB.CopyFiles.NT DelFiles=HUB.DelFiles.NT,USBINF.DelFiles,USBMON.DelFiles AddReg=ROOTHUB2XP.AddReg.NT DelReg=ROOTHUB2XP.DelReg.NT [ROOTHUB2XP.AddReg.NT] HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider" [ROOTHUB2XP.DelReg.NT] HKLM,System\CurrentControlSet\Services\usbhub20 [ROOTHUB2XP.Services] AddService = usbhub, 0x00000002, ROOTHUB2XP.AddService DelService = usbhub20 [ROOTHUB2XP.AddService] DisplayName = %ROOTHUB.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\usbhub.sys LoadOrderGroup = Base ; -------------------------------------------------------------- ; USB 2.0 Hub Support ; -------------------------------------------------------------- ; For Windows NT... [Usb2Hub.Dev.NT] CopyFiles=HUB20.CopyFiles.NT DelFiles=HUB20.DelFiles.NT,USBINF.DelFiles.NT,USBMON.DelFiles.NT AddReg=Usb2Hub.AddReg.NT [Usb2Hub.AddReg.NT] ;; bugbug this may have to change for 2.0 ui HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider" [Usb2Hub.Dev.NT.Services] AddService = usbhub20, 0x00000002, Usb2Hub.AddService [Usb2Hub.AddService] DisplayName = %Hub2.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\usbhub20.sys LoadOrderGroup = Base ; =================== INTEL ================================== [INTEL] ; for Windows 2000 %PCI\VEN_8086&DEV_24CD.DeviceDesc%=EHCI,PCI\VEN_8086&DEV_24CD %USB\ROOT_HUB20.DeviceDesc%=ROOTHUB2,USB\ROOT_HUB20 ; HUBs %USB\HubClass.DeviceDesc%=Usb2Hub.Dev,USB\HubClass [INTEL.NTx86.5.1] ; for Windows XP %PCI\VEN_8086&DEV_24CD.DeviceDesc%=EHCIXP,PCI\VEN_8086&DEV_24CD %USB\ROOT_HUB20.DeviceDesc%=ROOTHUB2XP,USB\ROOT_HUB20 ; =================== NEC ================================== [NEC] ; for Windows 2000 %PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc%=EHCI,PCI\VEN_1033&DEV_00E0&REV_01 %PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc%=EHCI,PCI\VEN_1033&DEV_00E0&REV_02 %USB\ROOT_HUB20.DeviceDesc%=ROOTHUB2,USB\ROOT_HUB20 ; HUBs %USB\HubClass.DeviceDesc%=Usb2Hub.Dev,USB\HubClass [NEC.NTx86.5.1] ; for Windows XP %PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc%=EHCIXP,PCI\VEN_1033&DEV_00E0&REV_01 %PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc%=EHCIXP,PCI\VEN_1033&DEV_00E0&REV_02 %USB\ROOT_HUB20.DeviceDesc%=ROOTHUB2XP,USB\ROOT_HUB20 ; =================== AGERE ================================== [AGERE] ; for Windows 2000 %PCI\VEN_11C1&DEV_5805.DeviceDesc%=EHCIXP,PCI\VEN_11C1&DEV_5805 ; HUBs %USB\HubClass.DeviceDesc%=Usb2Hub.Dev,USB\HubClass [AGERE.NTx86.5.1] ; for Windows XP %PCI\VEN_11C1&DEV_5805.DeviceDesc%=EHCIXP,PCI\VEN_11C1&DEV_5805 %USB\ROOT_HUB20.DeviceDesc%=ROOTHUB2XP,USB\ROOT_HUB20 ; =================== Global ================================== [USB.CopyFiles.NT] [HUB.CopyFiles.NT] ; use usbhub.sys on the system [HUB.DelFiles.NT] ; use usbhub.sys on the system [HUB20.CopyFiles.NT] usbhub20.sys [HUB20.DelFiles.NT] usbhub20.sys [USB.DelFiles.NT] usbhub20.sys,,,1 openhci.sys,,,1 usbohci.sys,,,1 usbport.sys,,,1 uhcd.sys,,,1 usbd.sys,,,1 usbcamd.sys,,,1 imagecls.sys,,,1 hcd.vxd,,,1 usbd.vxd,,,1 usb_enum.vxd,,,1 vtaishid.vxd,,,1 tmusb.sys,,,1 taishid.sys,,,1 usbuidll.dll,,,1 [USBMON.DelFiles] mondrv.sys,,,1 mondll.dll,,,1 [USBMON.DelFiles.NT] mondrv.sys,,,1 mondll.dll,,,1 [USBINF.DelFiles] [USBINF.DelFiles.NT] [USBUI.CopyFiles.NT] ;usbui.dll [USBHCCOIN.copyFiles.NT] hccoin.dll ;------------------------------------------ cut here --------------------------- [Strings] Distribution="USB 2.0 (EHCI) Driver Disk" Msft="Microsoft" USBClassName="Universal Serial Bus controllers" EHCIMP.SvcDesc="Microsoft USB 2.0 Enhanced Host Controller Miniport Driver" Intel="Intel" NEC="NEC" AGERE="Agere" PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc="NEC PCI to USB Enhanced Host Controller B0" PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc="NEC PCI to USB Enhanced Host Controller B1" PCI\VEN_11C1&DEV_5805.DeviceDesc="AGERE PCI to USB Enhanced Host Controller" PCI\VEN_8086&DEV_24CD.DeviceDesc="Intel (R) USB Enhanced Host Controller (ICH4)" USB\ROOT_HUB20.DeviceDesc="USB 2.0 Root Hub" USB\HubClass.DeviceDesc="HUB Support for USB 2.0" ROOTHUB.SvcDesc="USB Root Hub (usbport)" ROOTHUB2.SvcDesc="USB 2.0 Root Hub Support" Hub2.SvcDesc="USB 2.0 Hub Support"Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.