ÿþ; USBPORT.INF -- This file contains descriptions of all the ; USB Host Controllers that use USBPORT ; [Version] signature="$CHICAGO$" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} Provider=%Msft% LayoutFile=LAYOUT.INF DriverVer=07/01/2001,5.1.2600.2180 [ControlFlags] ExcludeFromSelect = * AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_01, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_03, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_00, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_02, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_04, 0x1 AllowUpgrade = PCI\VEN_1106&DEV_3038&CC_0C0300, 0x1 [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%. ; EHCI.CopyFiles.NT = 10, system32\drivers OHCI.CopyFiles.NT = 10, system32\drivers UHCI.CopyFiles.NT = 10, system32\drivers USB.CopyFiles.NT = 10, system32\drivers USBUI.CopyFiles.NT = 11 HCCOIN.CopyFiles.NT = 11 HUB20.CopyFiles.NT = 10, system32\drivers ; =================== Class Sections =========================== [ClassInstall] Addreg=USBClassReg [USBClassReg] HKR,,,,%USBClassName% HKR,,Icon,,-20 HKR,,NoInstallClass,,1 [ClassInstall32] Addreg=USBClassReg ; =================== Table of content ========================= ; note that these are in alphabetical order ; [Manufacturer] %AMD.Mfg%=AMD.Section %ACER.Mfg%=ACER.Section %Compaq.Mfg%=Compaq.Section %CMD.Mfg%=CMD.Section %Cypress.Mfg%=Cypress.Section %Generic.Mfg%=Generic.Section %Intel.Mfg%=Intel.Section %Lucent.Mfg%=Lucent.Section %NEC.Mfg%=NEC.Section %Microsoft.Mfg%=Microsoft.Section %OPTi.Mfg%=OPTi.Section %Philips.Mfg%=Philips.Section %Reliance.Mfg%=Reliance.Section %SIS.Mfg%=SIS.Section %SMSC.Mfg%=SMSC.Section %Symbios.Mfg%=Symbios.Section %VIA.Mfg%=VIA.Section ; =================== Generic ================================== [Generic.Section] %PCI\CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\CC_0C0300 %PCI\CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\CC_0C0310 %USB\ROOT_HUB.DeviceDesc%=ROOTHUB.Dev,USB\ROOT_HUB %PCI\CC_0C0320.DeviceDesc%=EHCI.Dev,PCI\CC_0C0320 ; provides backward compatibilty with USB2.0 on WinMe and ; Windows 2000 %USB\ROOT_HUB20.DeviceDesc%=ROOTHUB.Dev,USB\ROOT_HUB20 ; -------------------------------------------------------------- ; EHCI ; -------------------------------------------------------------- ; For Win95... [EHCI.Dev] AddReg=EHCI.AddReg, USB.AddReg CopyFiles=OHCI.CopyFiles,USB.CopyFiles DelFiles=USB.DelFiles [EHCI.AddReg] HKR,,NTMPDriver,,usbehci.sys HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider" [EHCI.CopyFiles] usbehci.sys usbport.sys ; For Windows NT... [EHCI.Dev.NT] DriverVer=06/01/2002,5.1.2600 AddReg=EHCI.AddReg.NT CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT,HCCOIN.CopyFiles.NT DelFiles=USB.DelFiles.NT [EHCI.AddReg.NT] HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider" HKR,,Controller,1,01 [EHCI.CopyFiles.NT] usbehci.sys usbport.sys [EHCI.Dev.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.Dev.NT.CoInstallers] CopyFiles=HCCOIN.CopyFiles.NT AddReg=EHCI.CoInstallers_AddReg [EHCI.CoInstallers_AddReg] HKR,,CoInstallers32,0x00010000,"hccoin.dll,HCCOIN_Entry" [EHCI.UnsupportedDev.NT] ; Do-nothing section used to avoid "Unknown hardware" installation prompts. DeviceUpgradeUnsupported=1 [EHCI.UnsupportedDev.NT.Services] AddService = , 0x00000002 ; null service install ; -------------------------------------------------------------- ; OHCI ; -------------------------------------------------------------- ; For Win95... [OHCI.Dev] AddReg=OHCI.AddReg, USB.AddReg CopyFiles=OHCI.CopyFiles,USB.CopyFiles DelFiles=USB.DelFiles [OHCI.AddReg] HKR,,NTMPDriver,,usbohci.sys HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider" [OHCI.CopyFiles] usbohci.sys usbport.sys ; For Windows NT... [OHCI.Dev.NT] AddReg=OHCI.AddReg.NT CopyFiles=OHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT DelFiles=USB.DelFiles.NT [OHCI.AddReg.NT] HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider" HKR,,Controller,1,01 [OHCI.CopyFiles.NT] usbohci.sys usbport.sys [OHCI.Dev.NT.Services] AddService = usbohci, 0x00000002, OHCI.AddService DelService = openhci [OHCI.AddService] DisplayName = %OHCIMP.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\usbohci.sys LoadOrderGroup = Base [OHCI.UnsupportedDev.NT] ; Do-nothing section used to avoid "Unknown hardware" installation prompts. DeviceUpgradeUnsupported=1 [OHCI.UnsupportedDev.NT.Services] AddService = , 0x00000002 ; null service install ; ; OHCI core flavors ; [OHCI_HYDRA.Dev.NT] Needs=OHCI.Dev.NT AddReg=OHCI_HYDRA.AddReg.NT [OHCI_HYDRA.AddReg.NT] ;hydra flavor HKR,,"HcFlavor",0x00010001,101 [OHCI_HYDRA.Dev.NT.Services] Needs=OHCI.Dev.NT.Services [OHCI_NEC.Dev.NT] Needs=OHCI.Dev.NT AddReg=OHCI_NEC.AddReg.NT [OHCI_NEC.AddReg.NT] ;nec flavor HKR,,"HcFlavor",0x00010001,102 [OHCI_NEC.Dev.NT.Services] Needs=OHCI.Dev.NT.Services [OHCI_NOCC.Dev.NT] Needs=OHCI.Dev.NT AddReg=OHCI_NOCC.AddReg.NT [OHCI_NOCC.AddReg.NT] ;nec companion, disable cc detect HKR,,"Usb2cc",0x00010001,-1 [OHCI_NOCC.Dev.NT.Services] Needs=OHCI.Dev.NT.Services ; -------------------------------------------------------------- ; UHCI ; -------------------------------------------------------------- ; For Win95... [UHCI.Dev] AddReg=OHCI.AddReg, USB.AddReg CopyFiles=UHCI.CopyFiles,USB.CopyFiles DelFiles=USB.DelFiles [UHCI.AddReg] HKR,,NTMPDriver,,usbuhci.sys HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider" [UHCI.CopyFiles] usbuhci.sys usbport.sys ; For Windows NT... [UHCI.Dev.NT] AddReg=UHCI.AddReg.NT CopyFiles=UHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT DelFiles=USB.DelFiles.NT [UHCI.AddReg.NT] HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider" HKR,,Controller,1,01 [UHCI.CopyFiles.NT] usbuhci.sys usbport.sys [UHCI.Dev.NT.Services] AddService = usbuhci, 0x00000002, UHCI.AddService DelService = uhcd [UHCI.AddService] DisplayName = %UHCIMP.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\usbuhci.sys LoadOrderGroup = Base [UHCI.UnsupportedDev.NT] ; Do-nothing section used to avoid "Unknown hardware" installation prompts. DeviceUpgradeUnsupported=1 DelReg=UHCI.UnsupportedDev.DelReg.NT [UHCI.UnsupportedDev.NT.Services] AddService = , 0x00000002 ; null service install [UHCI.UnsupportedDev.DelReg.NT] HKLM,"System\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#CC_0C0300" ; -------------------------------------------------------------- ; USB ROOT HUB ; -------------------------------------------------------------- [ROOTHUB.Dev.NT] CopyFiles=Hub20.CopyFiles.NT DelFiles=Hub20.DelFiles,USBINF.DelFiles.NT,USBMON.DelFiles.NT AddReg=ROOTHUB.AddReg.NT [ROOTHUB.AddReg.NT] HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider" [ROOTHUB.Dev.NT.Services] AddService = usbhub, 0x00000002, ROOTHUB.AddService [ROOTHUB.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 [ACER.Section] %PCI\VEN_10B9&DEV_5237&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_10B9&DEV_5237&CC_0C0310 ; =================== AMD =================================== [AMD.Section] %PCI\VEN_1022&DEV_740C&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1022&DEV_740C&CC_0C0310 ; =================== CMD ================================== [CMD.Section] %PCI\VEN_1095&DEV_0670&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1095&DEV_0670&CC_0C0310 %PCI\VEN_1095&DEV_0673&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1095&DEV_0673&CC_0C0310 ; =================== Compaq =================================== [Compaq.Section] %PCI\VEN_0E11&DEV_A0F8&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_0E11&DEV_A0F8&CC_0C0310 ; =================== Cypress =================================== [Cypress.Section] %PCI\VEN_1080&DEV_C693&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1080&DEV_C693&CC_0C0310 ; =================== Intel ==================================== [Intel.Section] %PCI\VEN_8086&DEV_2412&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2412&CC_0C0300 %PCI\VEN_8086&DEV_2422&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2422&CC_0C0300 %PCI\VEN_8086&DEV_2442&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2442&CC_0C0300 %PCI\VEN_8086&DEV_2444&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2444&CC_0C0300 %PCI\VEN_8086&DEV_2482.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2482 %PCI\VEN_8086&DEV_2484.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2484 %PCI\VEN_8086&DEV_2487.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2487 %PCI\VEN_8086&DEV_24C2&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C2&CC_0C0300 %PCI\VEN_8086&DEV_24C4&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C4&CC_0C0300 %PCI\VEN_8086&DEV_24C7&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C7&CC_0C0300 %PCI\VEN_8086&DEV_24CD&CC_0C0320.DeviceDesc%=EHCI.Dev,PCI\VEN_8086&DEV_24CD&CC_0C0320 %PCI\VEN_8086&DEV_24D2.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24D2 %PCI\VEN_8086&DEV_24D4.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24D4 %PCI\VEN_8086&DEV_24D7.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24D7 %PCI\VEN_8086&DEV_24DE.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24DE %PCI\VEN_8086&DEV_24DD.DeviceDesc%=EHCI.Dev,PCI\VEN_8086&DEV_24DD %PCI\VEN_8086&DEV_25A9.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_25A9 %PCI\VEN_8086&DEV_25AA.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_25AA %PCI\VEN_8086&DEV_25AD.DeviceDesc%=EHCI.Dev,PCI\VEN_8086&DEV_25AD %PCI\VEN_8086&DEV_2658.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2658 %PCI\VEN_8086&DEV_2659.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2659 %PCI\VEN_8086&DEV_265A.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_265A %PCI\VEN_8086&DEV_265B.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_265B %PCI\VEN_8086&DEV_265C.DeviceDesc%=EHCI.Dev,PCI\VEN_8086&DEV_265C %PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7020&CC_0C0300 %PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7112&CC_0C0300 %PCI\VEN_8086&DEV_719A&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_719A&CC_0C0300 %PCI\VEN_8086&DEV_7602&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7602&CC_0C0300 ; =================== Lucent ================================== [Lucent.Section] %PCI\VEN_11C1&DEV_5801&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5801&CC_0C0310 %PCI\VEN_11C1&DEV_5802&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5802&CC_0C0310 %PCI\VEN_11C1&DEV_5803&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5803&CC_0C0310 ; =================== Microsoft =================================== [Microsoft.Section] ; =================== NEC ================================== [NEC.Section] %PCI\VEN_1033&DEV_0035&CC_0C0310.DeviceDesc%=OHCI_NEC.Dev,PCI\VEN_1033&DEV_0035&CC_0C0310 %PCI\VEN_1033&DEV_0035&REV_02.DeviceDesc%=OHCI_NEC.Dev,PCI\VEN_1033&DEV_0035&REV_02 %PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41.DeviceDesc%=OHCI_NOCC.Dev,PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41 ;USB2 Companion %PCI\VEN_1033&DEV_0035&REV_41.DeviceDesc%=OHCI.Dev,PCI\VEN_1033&DEV_0035&REV_41 ;USB2 controllers %PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0&REV_01 %PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0&REV_02 ; =================== OPTi ===================================== [OPTi.Section] %PCI\VEN_1045&DEV_C861&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1045&DEV_C861&CC_0C0310 ; =================== Philips ===================================== [Philips.Section] ; =================== Reliance ===================================== [Reliance.Section] %PCI\VEN_1166&DEV_0220&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1166&DEV_0220&CC_0C0310 ; =================== SIS ====================================== [SIS.Section] %PCI\VEN_1039&DEV_7001&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1039&DEV_7001&CC_0C0310 %PCI\VEN_1039&DEV_7002.DeviceDesc%=EHCI.Dev,PCI\VEN_1039&DEV_7002 ; =================== SMSC ====================================== [SMSC.Section] %PCI\VEN_1055&DEV_9462.DeviceDesc%=OHCI.Dev,PCI\VEN_1055&DEV_9462 ; =================== Symbios ====================================== [Symbios.Section] %PCI\VEN_1000&DEV_0901&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1000&DEV_0901&CC_0C0310 ; =================== VIA ==================================== [VIA.Section] %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00 %PCI\VEN_1106&DEV_3038&REV_00.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_00 %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01 %PCI\VEN_1106&DEV_3038&REV_01.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_01 %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02 %PCI\VEN_1106&DEV_3038&REV_02.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_02 %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03 %PCI\VEN_1106&DEV_3038&REV_03.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_03 %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04 %PCI\VEN_1106&DEV_3038&REV_04.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_04 %PCI\VEN_1106&DEV_3038&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&CC_0C0300 %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50 %PCI\VEN_1106&DEV_3038&REV_50.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_50 ;USB2 controllers %PCI\VEN_1106&DEV_3104&REV_51.DeviceDesc%=EHCI.Dev,PCI\VEN_1106&DEV_3104&REV_51 %PCI\VEN_1106&DEV_3104&REV_51.DeviceDesc%=EHCI.Dev,PCI\VEN_1106&DEV_3104 ; =================== Global ================================== [USB.AddReg] HKR,,DevLoader,,*NTKERN [USB.CopyFiles] ;usbd.sys usbhub.sys [USB.DelFiles] usbhub.sys,,,1 openhci.sys,,,1 usbohci.sys,,,1 usbport.sys,,,1 uhcd.sys,,,1 usbd.sys,,,1 imagecls.sys,,,1 hcd.vxd,,,1 usbd.vxd,,,1 usb_enum.vxd,,,1 vtaishid.vxd,,,1 tmusb.sys,,,1 taishid.sys,,,1 usbhub20.sys,,,1 [USB.CopyFiles.NT] ;usbd.sys usbhub.sys [USB.DelFiles.NT] usbhub.sys,,,1 openhci.sys,,,1 usbohci.sys,,,1 usbport.sys,,,1 uhcd.sys,,,1 usbd.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 usbhub20.sys,,,1 [USBMON.DelFiles] mondrv.sys,,,1 mondll.dll,,,1 [USBMON.DelFiles.NT] mondrv.sys,,,1 mondll.dll,,,1 [USBINF.DelFiles] propext.inf,,,1 tmusb.inf,,,1 ehidmous.inf,,,1 ehidkbd.inf,,,1 ehidjoy.inf,,,1 [USBINF.DelFiles.NT] propext.inf,,,1 tmusb.inf,,,1 ehidmous.inf,,,1 ehidkbd.inf,,,1 ehidjoy.inf,,,1 [HUB20.AddReg] HKR,,DevLoader,,*NTKERN HKR,,NTMPDriver,,usbhub.sys [HUB20.CopyFiles] usbhub.sys usbd.sys [HUB20.CopyFiles.NT] usbhub.sys usbd.sys [USBUI.CopyFiles.NT] usbui.dll [HCCOIN.CopyFiles.NT] hccoin.dll [Strings] Msft="Microsoft" USBClassName="Controladoras de bus serie universal" EHCIMP.SvcDesc="Controlador minipuerto de la controladora mejorada USB 2.0 de Microsoft" OHCIMP.SvcDesc="Controlador minipuerto de la controladora de host abierto USB de Microsoft" UHCIMP.SvcDesc="Controlador minipuerto de la controladora de host universal USB de Microsoft" ROOTHUB.SvcDesc="Concentrador habilitado USB2" GenericHub.Mfg="(Concentrador USB genérico)" USB\ROOT_HUB.DeviceDesc="Concentrador raíz USB" USB\ROOT_HUB20.DeviceDesc="Concentrador raíz USB" Generic.Mfg="(Controladora de host USB estándar)" PCI\CC_0C0310.DeviceDesc="Controladora de host USB OpenHCD estándar" PCI\CC_0C0300.DeviceDesc="Controladora de host PCI a USB estándar universal" PCI\CC_0C0320.DeviceDesc="Controlador de host de PCI a USB mejorado" ACER.Mfg="ACER Labs Inc." PCI\VEN_10B9&DEV_5237&CC_0C0310.DeviceDesc="Controladora de host abierto ALi PCI a USB" AMD.Mfg="Advanced Micro Devices (AMD)" PCI\VEN_1022&DEV_740C&CC_0C0310.DeviceDesc="Controladora de host abierto PCI a USB AMD 756" Compaq.Mfg="Compaq" PCI\VEN_0E11&DEV_A0F8&CC_0C0310.DeviceDesc="Controladora de host abierto Compaq PCI a USB" CMD.Mfg="CMD Technology" PCI\VEN_1095&DEV_0670&CC_0C0310.DeviceDesc="Controladora de host abierto PCI a USB CMD USB0670" PCI\VEN_1095&DEV_0673&CC_0C0310.DeviceDesc="Controladora de host abierto CMD USB0673 PCI a USB" Cypress.Mfg="Cypress Semiconductor Corporation" PCI\VEN_1080&DEV_C693&CC_0C0310.DeviceDesc="Controladora de host abierto USB Cypress" Intel.Mfg="Intel" PCI\VEN_8086&DEV_2412&CC_0C0300.DeviceDesc="Controladora de host universal USB Intel(R) 82801AA" PCI\VEN_8086&DEV_2422&CC_0C0300.DeviceDesc="Controladora de host universal USB Intel(R) 82801AB" PCI\VEN_8086&DEV_2442&CC_0C0300.DeviceDesc="Controladora de host universal USB Intel(R) 82801BA/BAM - 2442" PCI\VEN_8086&DEV_2444&CC_0C0300.DeviceDesc="Controladora de host universal USB Intel (R) 82801BA/BAM - 2444" PCI\VEN_8086&DEV_2482.DeviceDesc="Controladora de host universal USB Intel (R) 82801CA/CAM - 2482" PCI\VEN_8086&DEV_2484.DeviceDesc="Controladora de host universal USB Intel (R) 82801CA/CAM - 2484" PCI\VEN_8086&DEV_2487.DeviceDesc="Controladora de host universal USB Intel (R) 82801CA/CAM - 2487" PCI\VEN_8086&DEV_24C2&CC_0C0300.DeviceDesc="Controladora de host universal USB Intel (R) 82801DB/DBM - 24C2" PCI\VEN_8086&DEV_24C4&CC_0C0300.DeviceDesc="Controladora de host universal USB Intel (R) 82801DB/DBM - 24C4" PCI\VEN_8086&DEV_24C7&CC_0C0300.DeviceDesc="Controladora de host universal USB Intel (R) 82801DB/DBM - 24C7" PCI\VEN_8086&DEV_24CD&CC_0C0320.DeviceDesc="Controladora de host universal mejorado 2.0 USB Intel (R) 82801DB/DBM - 24CD" PCI\VEN_8086&DEV_24D2.DeviceDesc="Controladora de host universal USB Intel (R) 82801EB - 24D2" PCI\VEN_8086&DEV_24D4.DeviceDesc="Controladora de host universal USB Intel (R) 82801EB - 24D4" PCI\VEN_8086&DEV_24D7.DeviceDesc="Controladora de host universal USB Intel (R) 82801EB - 24D7" PCI\VEN_8086&DEV_24DE.DeviceDesc="Controladora de host universal USB Intel (R) 82801EB - 24DE" PCI\VEN_8086&DEV_24DD.DeviceDesc="Controladora de host universal USB2 Intel (R) 82801EB - 24DD" PCI\VEN_8086&DEV_25A9.DeviceDesc="Controladora de host universal USB Intel (R) 6300ESB - 25A9" PCI\VEN_8086&DEV_25AA.DeviceDesc="Controladora de host universal USB Intel (R) 6300ESB - 25AA" PCI\VEN_8086&DEV_25AD.DeviceDesc="Controladora de host mejorado USB2 Intel (R) 6300ESB - 25AD" PCI\VEN_8086&DEV_2658.DeviceDesc="Controladora de host universal USB Intel (R) 82801 FB/FBM - 2658" PCI\VEN_8086&DEV_2659.DeviceDesc="Controladora de host universal USB Intel (R) 82801 FB/FBM - 2659" PCI\VEN_8086&DEV_265A.DeviceDesc="Controladora de host universal USB Intel (R) 82801 FB/FBM - 265A" PCI\VEN_8086&DEV_265B.DeviceDesc="Controladora de host universal USB Intel (R) 82801 FB/FBM - 265B" PCI\VEN_8086&DEV_265C.DeviceDesc="Controladora de host universal USB Intel (R) 82801 FB/FBM - 265C" PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc="Controladora de host universal de PCI a USB Intel(R) 82371SB" PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc="Controladora de host universal de PCI a USB Intel(R) 82371AB/EB" PCI\VEN_8086&DEV_719A&CC_0C0300.DeviceDesc="Controladora de host universal USB Intel(R) 82440MX" PCI\VEN_8086&DEV_7602&CC_0C0300.DeviceDesc="Controladora de host universal de PCI a USB Intel(R) 82372FB" PCI\VEN_8086&DEV_6960.DeviceDesc="Emulador EHCI 960 de Intel" Lucent.Mfg="Lucent Technology" PCI\VEN_11C1&DEV_5801&CC_0C0310.DeviceDesc="Controladora de host abierto USB Lucent" PCI\VEN_11C1&DEV_5802&CC_0C0310.DeviceDesc="Controladora de host abierto USB Lucent" PCI\VEN_11C1&DEV_5803&CC_0C0310.DeviceDesc="Controlador de host abierto USB de Lucent QuadraBus" Microsoft.Mfg="Microsoft" NEC.Mfg="NEC" PCI\VEN_1033&DEV_0035&CC_0C0310.DeviceDesc="Controladora de host abierto NEC PCI a USB" PCI\VEN_1033&DEV_0035&REV_02.DeviceDesc="Controladora de host abierto NEC PCI a USB" PCI\VEN_1033&DEV_0035&REV_41.DeviceDesc="Controladora de host abierto NEC PCI a USB" PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41.DeviceDesc="Controladora de host abierto NEC PCI a USB" PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc="Controladora de host mejorado NEC PCI a USB (B0)" PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc="Controlador de host mejorado NEC PCI a USB (B1)" OPTi.MFG="OPTi" PCI\VEN_1045&DEV_C861&CC_0C0310.DeviceDesc="Controladora de host abierto OPTi 82C861 PCI a USB" Philips.MFG="Philips" PCI\VEN_1131&DEV_1234.DeviceDesc="Controlador USB 2.0 de Philips EHCI" Reliance.Mfg="ServerWorks (RCC)" PCI\VEN_1166&DEV_0220&CC_0C0310.DeviceDesc="Controlador de host abierto PCI a USB ServerWorks (RCC)" SIS.Mfg="Silicon Integrated Systems" PCI\VEN_1039&DEV_7001&CC_0C0310.DeviceDesc="Controladora de host abierto SiS 7001 PCI a USB" PCI\VEN_1039&DEV_7002.DeviceDesc="Controlador de host mejorado PCI a USB SiS" Symbios.Mfg="Symbios Logic" PCI\VEN_1000&DEV_0901&CC_0C0310.DeviceDesc="Controladora de host USB Symbios Logic SYM61C102" SMSC.Mfg="Standard Microsystems Corp." PCI\VEN_1055&DEV_9462.DeviceDesc="Controlador de host abierto PCI a USB SMSC SLC90E66" VIA.Mfg="VIA Technologies" PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00.DeviceDesc="Controlador de host universal USB VIA Rev 0" PCI\VEN_1106&DEV_3038&REV_00.DeviceDesc="Controladora de host USB VIA Rev 0" PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01.DeviceDesc="Controlador de host universal USB VIA Rev 1" PCI\VEN_1106&DEV_3038&REV_01.DeviceDesc="Controlador de host universal USB VIA Rev 1" PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02.DeviceDesc="Controlador de host universal USB VIA Rev 2" PCI\VEN_1106&DEV_3038&REV_02.DeviceDesc="Controlador de host universal USB VIA Rev 2" PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03.DeviceDesc="Controlador de host universal USB VIA Rev 3" PCI\VEN_1106&DEV_3038&REV_03.DeviceDesc="Controlador de host universal USB VIA Rev 3" PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04.DeviceDesc="Controlador de host universal USB VIA Rev 4" PCI\VEN_1106&DEV_3038&REV_04.DeviceDesc="Controlador de host universal USB VIA Rev 4" PCI\VEN_1106&DEV_3038&CC_0C0300.DeviceDesc="Controlador de host universal USB VIA Rev 5 o posterior" PCI\VEN_1106&DEV_3104&REV_51.DeviceDesc="Controlador de host mejorado USB VIA" PCI\VEN_1106&DEV_3038&REV_50.DeviceDesc="Controlador complementario de host universal USB VIA Rev 5 o posterior" PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50.DeviceDesc="Controlador complementario de host universal USB VIA Rev 5 o posterior"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.