; USB.INF -- This file contains descriptions of all the HDC (USB controller) ; ;*** Created 10/2/95 (Creation Date) [Version] signature="$CHICAGO$" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} Provider=%Msft% LayoutFile=LAYOUT.INF [DestinationDirs] DefaultDestDir=11 ; LDID_SYS ; =================== Class Sections =========================== [ClassInstall] Addreg=USBClassReg [USBClassReg] HKR,,,,%USBClassName% HKR,,Icon,,-20 ; =================== Table of content ========================= [Manufacturer] %Generic.Mfg%=Generic.Section %GenericHub.Mfg%=GenericHub.Section %Compaq.Mfg%=Compaq.Section %Intel.Mfg%=Intel.Section %Kawatsu.Mfg%=Kawatsu.Section %Philips.Mfg%=Philips.Section %TOSHIBA_USB.Mfg%=TOSHIBA_USB.Section %NEC.Mfg%=NEC.Section %PLX.Mfg%=PLX.Section %VIA.Mfg%=VIA.Section %CMD.Mfg%=CMD.Section %NatSemi.Mfg%=NatSemi.Section %SIS.Mfg%=SIS.Section %ACER.Mfg%=ACER.Section ; =================== Generic ================================== [Generic.Section] %PCI\CC_0C0310.DeviceDesc%=OpenHCD.Dev,PCI\CC_0C0310 %PCI\CC_0C0300.DeviceDesc%=UniversalHCD.Dev,PCI\CC_0C0300 %USB\ROOT_HUB.DeviceDesc%=StandardHub.Dev,USB\ROOT_HUB %USB\COMPOSITE.DeviceDesc%=StandardHub.Dev,USB\COMPOSITE ; -------------------------------------------------------------- [OpenHCD.Dev] AddReg=OpenHCD.AddReg, USB.AddReg CopyFiles=OpenHCD.CopyFiles,USB.CopyFiles [OpenHCD.AddReg] HKR,,NTMPDriver,,openhci.sys HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages" [OpenHCD.CopyFiles] openhci.sys ; -------------------------------------------------------------- [UniversalHCD.Dev] AddReg=UniversalHCD.AddReg, USB.AddReg CopyFiles=UniversalHCD.CopyFiles,USB.CopyFiles [UniversalHCD.AddReg] HKR,,NTMPDriver,,uhcd.sys HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages" [UniversalHCD.CopyFiles] uhcd.sys ; -------------------------------------------------------------- [StandardHub.Dev] AddReg=Hub.AddReg CopyFiles=Hub.CopyFiles ; =================== Compaq =================================== [Compaq.Section] %PCI\VEN_0E11&DEV_A0F8.DeviceDesc%=OpenHCD.Dev,PCI\VEN_0E11&DEV_A0F8 ; =================== Intel ==================================== [Intel.Section] %PCI\VEN_8086&DEV_7020.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_7020 %PCI\VEN_8086&DEV_7112.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_7112 %USB\VID_8086&PID_9303.DeviceDesc%=StandardHub.Dev,USB\VID_8086&PID_9303 ; =================== Kawatsu ================================== [Kawatsu.Section] %USB\VID_050F&PID_0001.DeviceDesc%=StandardHub.Dev,USB\VID_050F&PID_0001 ; =================== Philips ================================== [Philips.Section] %USB\VID_0471&PID_0201.DeviceDesc%=StandardHub.Dev,USB\VID_0471&PID_0201 ; =================== NEC ================================== [NEC.Section] %USB\VID_0409&PID_55AA.DeviceDesc%=StandardHub.Dev,USB\VID_0409&PID_55AA %PCI\VEN_1033&DEV_0035.DeviceDesc%=OpenHCD.Dev,PCI\VEN_1033&DEV_0035 ; =================== CMD ================================== [CMD.Section] %PCI\VEN_1095&DEV_0670.DeviceDesc%=OpenHCD.Dev,PCI\VEN_1095&DEV_0670 ; =================== NatSemi ================================== [NatSemi.Section] %PCI\VEN_100B&DEV_0012.DeviceDesc%=OpenHCD.Dev,PCI\VEN_100B&DEV_0012 ; =================== SIS ====================================== [SIS.Section] %PCI\VEN_1039&DEV_7001.DeviceDesc%=OpenHCD.Dev,PCI\VEN_1039&DEV_7001 [ACER.Section] %PCI\VEN_10B9&DEV_5237.DeviceDesc%=OpenHCD.Dev,PCI\VEN_10B9&DEV_5237 ; =================== TOSHIBA_USB ================================== [TOSHIBA_USB.Section] %USB\VID_0480&PID_0001.DeviceDesc%=TOSHIBA_USB.Dev,USB\VID_0480&PID_0001 [TOSHIBA_USB.Dev] AddReg=TOSHIBA_USB.AddReg CopyFiles=TOSHIBA_USB.CopyFiles [TOSHIBA_USB.AddReg] HKR,,DevLoader,,*NTKERN HKR,,NTMPDriver,,T.sys [TOSHIBA_USB.CopyFiles] ;T.sys ; =================== Generic HUB ================================== [GenericHub.Section] %USB\CLASS_09&SUBCLASS_01.DeviceDesc%=StandardHub.Dev,USB\CLASS_09&SUBCLASS_01 %USB\CLASS_09.DeviceDesc%=StandardHub.Dev,USB\CLASS_09 ; =================== PLX ====================================== [PLX.Section] %PCI\VEN_10B5&DEV_9060.DeviceDesc%=PLX.Dev,PCI\VEN_10B5&DEV_9060 [PLX.Dev] AddReg=PLX.AddReg, USB.AddReg CopyFiles=PLX.CopyFiles [PLX.AddReg] HKR,,NTMPDriver,,pcspeak.sys [PLX.CopyFiles] pcspeak.sys ; =================== Intel ==================================== [VIA.Section] %PCI\VEN_1106&DEV_3038.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_1106&DEV_3038 ; =================== Global ================================== [USB.AddReg] HKR,,DevLoader,,*NTKERN [USB.CopyFiles] usbd.sys ; BUGBUG add ",usbhub.sys" when hub driver is ready [HUB.AddReg] HKR,,DevLoader,,*NTKERN HKR,,NTMPDriver,,usbhub.sys [HUB.CopyFiles] [ControlFlags] [DestinationDirs] DefaultDestDir = 11 ; System directory [Strings] Msft="Microsoft" USBClassName="Universal serial bus controller" Generic.Mfg="(Standard USB Host Controller)" PCI\CC_0C0310.DeviceDesc="Standard OpenHCD USB Host Controller" PCI\CC_0C0300.DeviceDesc="Standard Universal PCI to USB Host Controller" USB\ROOT_HUB.DeviceDesc="USB Root Hub" USB\COMPOSITE.DeviceDesc="USB Composite Device" Compaq.Mfg="Compaq" PCI\VEN_0E11&DEV_A0F8.DeviceDesc="Compaq PCI to USB Open Host Controller" Intel.Mfg="Intel" PCI\VEN_8086&DEV_7020.DeviceDesc="Intel 82371SB PCI to USB Universal Host Controller" PCI\VEN_8086&DEV_7112.DeviceDesc="Intel 82731AB PCI to USB Universal Host Controller" USB\VID_8086&PID_9303.DeviceDesc="Intel 8x930Hx USB Hub" Kawatsu.Mfg="Kawatsu" USB\VID_050F&PID_0001.DeviceDesc="Kawatsu USB Hub" Philips.Mfg="Philips" USB\VID_0471&PID_0201.DeviceDesc="Philips USB Hub" NEC.Mfg="NEC" USB\VID_0409&PID_55AA.DeviceDesc="NEC USB Hub" PCI\VEN_1033&DEV_0035.DeviceDesc="NEC PCI to USB Open Host Controller" TOSHIBA_USB.Mfg="TOSHIBA_USB" USB\VID_0480&PID_0001.DeviceDesc="Toshiba USB Personality Module" CMD.Mfg="CMD Technology" PCI\VEN_1095&DEV_0670.DeviceDesc="CMD USB0670 PCI to USB Open Host Controller" NatSemi.Mfg="National Semiconductor" PCI\VEN_100B&DEV_0012.DeviceDesc="National Semiconductor PCI to USB Open Host Controller" SIS.Mfg="Silicon Integrated Systems" PCI\VEN_1039&DEV_7001.DeviceDesc="SiS 7001 PCI to USB Open Host Controller" ACER.Mfg="ACER Labs Inc." PCI\VEN_10B9&DEV_5237.DeviceDesc="ALi PCI to USB Open Host Controller" GenericHub.Mfg="(Generic USB Hub)" USB\CLASS_09&SUBCLASS_01.DeviceDesc="Generic USB Hub" USB\CLASS_09.DeviceDesc="Generic USB Hub" PLX.Mfg="PLX Technology" PCI\VEN_10B5&DEV_9060.DeviceDesc="PLX USB Test Board" VIA.Mfg="VIA Technologies" PCI\VEN_1106&DEV_3038.DeviceDesc="VIA VT83C572/VT82C586 PCI to USB Universal Host Controller"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.