usbport.inf Driver File Contents (CN-014_V2.03.exe)

; 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=10/14/1999,5.00.2152.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%.
;
EHCI.CopyFiles.NT         = 10, system32\drivers
OHCI.CopyFiles.NT         = 10, system32\drivers
USB.CopyFiles.NT          = 10, system32\drivers
USBUI.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]
%Compaq.Mfg%=Compaq.Section
%Generic.Mfg%=Generic.Section
%Intel.Mfg%=Intel.Section
%Microsoft.Mfg%=Microsoft.Section
%NEC.Mfg%=NEC.Section
%OPTi.Mfg%=OPTi.Section
%Philips.Mfg%=Philips.Section

; =================== Generic ==================================

[Generic.Section]
;%PCI\CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\CC_0C0310
%USB\PORT_ROOT_HUB.DeviceDesc%=ROOTHUB.Dev,USB\PORT_ROOT_HUB

; --------------------------------------------------------------
; 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]
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

[EHCI.CopyFiles.NT]
usbehci.sys
usbport.sys

[EHCI.Dev.NT.Services]
AddService = usbehci, 0x00000002, EHCI.AddService

[EHCI.AddService]
DisplayName    = %EHCIDMP.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\usbehci.sys
LoadOrderGroup = Base

[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

[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


; --------------------------------------------------------------
; 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 = usbhub20, 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%\usbhub20.sys
LoadOrderGroup = Base


; =================== Microsoft ===================================

[Microsoft.Section]

; =================== Intel ====================================
[Intel.Section]
%PCI\VEN_8086&DEV_6960.DeviceDesc%=EHCI.Dev,PCI\VEN_8086&DEV_6960

; =================== Compaq ===================================

[Compaq.Section]
%PCI\VEN_0E11&DEV_A0F8&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_0E11&DEV_A0F8&CC_0C0310

; =================== NEC ==================================
[NEC.Section]
%PCI\VEN_1033&DEV_0035.DeviceDesc%=OHCI.Dev,PCI\VEN_1033&DEV_0035
%PCI\VEN_1033&DEV_00E0.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0


; =================== OPTi =====================================

[OPTi.Section]
%PCI\VEN_1045&DEV_C861&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1045&DEV_C861&CC_0C0310
%USB\PORT_ROOT_HUB&VID1045&PIDC861.DeviceDesc%=ROOTHUB.Dev,USB\PORT_ROOT_HUB&VID1045&PIDC861

; =================== Philips =====================================

[Philips.Section]
%PCI\VEN_1131&DEV_1234.DeviceDesc%=EHCI.Dev,PCI\VEN_1131&DEV_1234



; =================== Global ==================================

[USB.AddReg]
HKR,,DevLoader,,*NTKERN

[USB.CopyFiles]
;usbd.sys
usbhub20.sys

[USB.DelFiles]
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

[USB.CopyFiles.NT]
;usbd.sys
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]
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,,usbhub20.sys

[HUB20.CopyFiles]
usbhub20.sys

[HUB20.CopyFiles.NT]
usbhub20.sys

[USBUI.CopyFiles.NT]
usbui.dll


[Strings] 
Msft="Microsoft"
USBClassName="Universal Serial Bus controllers"

EHCIDMP.SvcDesc="Microsoft USB 2.0 Enhanced Host Controller Miniport Driver"
OHCIMP.SvcDesc="Microsoft USB Open Host Controller Miniport Driver"
ROOTHUB.SvcDesc="USB2 Enabled Hub"

USB\PORT_ROOT_HUB.DeviceDesc="USB 2.0 Enabled Root Hub"

Compaq.Mfg="Compaq"
PCI\VEN_0E11&DEV_A0F8&CC_0C0310.DeviceDesc="Compaq PCI to USB Open Host Controller (Miniport)"

Intel.Mfg="Intel"
PCI\VEN_8086&DEV_6960.DeviceDesc="Intel EHCI 960 Emulator (Miniport)"

Microsoft.Mfg="Microsoft"

NEC.Mfg="NEC"
PCI\VEN_1033&DEV_0035.DeviceDesc="NEC PCI to USB Open Host Controller (Miniport)"
PCI\VEN_1033&DEV_00E0.DeviceDesc="NEC PCI to USB Enhanced Host Controller (Miniport)"

OPTi.MFG="OPTi"
PCI\VEN_1045&DEV_C861&CC_0C0310.DeviceDesc="OPTi 82C861 PCI to USB Open Host Controller (Miniport)"
USB\PORT_ROOT_HUB&VID1045&PIDC861.DeviceDesc="Opti vid1045 pidC861 Root Hub"

Philips.MFG="Philips"
PCI\VEN_1131&DEV_1234.DeviceDesc="Philips EHCI USB 2.0 Controller (Miniport)"

Download Driver Pack

How To Update Drivers Manually

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.

server: ftp, load: 3.28