EtronXHCI.INF Driver File Contents (USB3_Etron_Win7-64_Win7_Vista64_Vista_XP64_XP_v0.96_WHQL_.zip)

; Etron USB 3.0 host controller
; Copyright(c) 2009, Etron Technology Inc.
;

[Version]
Signature="$CHICAGO$"
Provider=%Etron%
Class=USB
ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
DriverVer = 01/28/2011,1.00.0000.0096
CatalogFile.ntx86=EtronXHCI.cat
CatalogFile.ntamd64=EtronXHCI.cat

[SourceDisksNames]
 1 = %Etron_DISKID%

[SourceDisksFiles]
 EtronXHCI.sys = 1
 EtronHub3.sys = 1

 [DestinationDirs]
 DefaultDestDir = 12

[ClassInstall32]
Addreg=USBClassReg

[USBClassReg]
HKR,,,,%USBClassName%
HKR,,Icon,,-20
HKR,,NoInstallClass,,1




[Manufacturer]
%Etron.Mfg%=Etron.Section,NTAMD64

[Etron.Section]
%Etron_XHCI.DeviceDesc%=EtronXHCI,PCI\VEN_1B6F&DEV_7023&CC_0C0330	; Etron xHCI
%Etron_RTH3.DeviceDesc%=EtronHub3,ENUSB3\ROOT_HUB30
%Etron_HUB1.DeviceDesc%=EtronHub3,ENUSB3\EXT_HUB10
%Etron_HUB2.DeviceDesc%=EtronHub3,ENUSB3\EXT_HUB20
%Etron_HUB3.DeviceDesc%=EtronHub3,ENUSB3\EXT_HUB30

[Etron.Section.NTAMD64]
%Etron_XHCI.DeviceDesc%=EtronXHCI,PCI\VEN_1B6F&DEV_7023&CC_0C0330	; Etron xHCI
%Etron_RTH3.DeviceDesc%=EtronHub3,ENUSB3\ROOT_HUB30
%Etron_HUB1.DeviceDesc%=EtronHub3,ENUSB3\EXT_HUB10
%Etron_HUB2.DeviceDesc%=EtronHub3,ENUSB3\EXT_HUB20
%Etron_HUB3.DeviceDesc%=EtronHub3,ENUSB3\EXT_HUB30



; --------------------------------------------------------------
; xHCI
; --------------------------------------------------------------
[EtronXHCI.NT]
CopyFiles=xHCI.CopyFiles
AddReg=xHCI.AddReg
DelFiles=xHCI.DelFiles

[EtronXHCI.NT.HW]
Include=machine.inf
Needs=PciIoSpaceNotRequired
Addreg=MSIInterrupts.reg

[EtronXHCI.NT.Services]
AddService = EtronXHCI, 0x00000002, EtronXHCI.AddService


[EtronXHCI.NTAMD64]
CopyFiles=xHCI.CopyFiles
AddReg=xHCI.AddReg
DelFiles=xHCI.DelFiles

[EtronXHCI.NTAMD64.HW]
Include=machine.inf
Needs=PciIoSpaceNotRequired
Addreg=MSIInterrupts.reg

[EtronXHCI.NTAMD64.Services]
AddService = EtronXHCI, 0x00000002, EtronXHCI.AddService


[EtronXHCI.AddService]
DisplayName    = %Etron_XHCI.DriverDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\EtronXHCI.sys
LoadOrderGroup = Base

[xHCI.CopyFiles]
EtronXHCI.sys

[xHCI.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,EtronXHCI.sys

[xHCI.DelFiles]
EtronXHCI.sys,,,1

[MSIInterrupts.reg]
HKR, "Interrupt Management", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MessageNumberLimit, 0x00010001, 1


; --------------------------------------------------------------
; Hub3
; --------------------------------------------------------------
[EtronHub3.NT]
CopyFiles=Hub3.CopyFiles
AddReg=Hub3.AddReg
;DelFiles=Hub3.DelFiles

[EtronHub3.NTAMD64]
CopyFiles=Hub3.CopyFiles
AddReg=Hub3.AddReg
;DelFiles=Hub3.DelFiles

[EtronHub3.NT.Services]
AddService = EtronHub3, 0x00000002, EtronHub3.AddService

[EtronHub3.NTAMD64.Services]
AddService = EtronHub3, 0x00000002, EtronHub3.AddService

[EtronHub3.AddService]
DisplayName    = %Etron_HUB3.DriverDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\EtronHub3.sys
LoadOrderGroup = Base

[Hub3.CopyFiles]
EtronHub3.sys

[Hub3.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,EtronHub3.sys

[Hub3.DelFiles]
EtronHub3.sys,,,1




; --------------------------------------------------------------
; Common
; --------------------------------------------------------------
[DestinationDirs]
XHCI.CopyFiles = 10,SYSTEM32\DRIVERS
XHCI.DelFiles  = 10,SYSTEM32\DRIVERS
Hub3.CopyFiles = 10,SYSTEM32\DRIVERS
Hub3.DelFiles  = 10,SYSTEM32\DRIVERS




[Strings]
Etron="Etron Technology Inc."
Etron.Mfg="Etron Technology Inc."
Etron_DISKID = "Etron USB 3.0 Device Driver Installation Disk"
Etron_XHCI.DriverDesc="Etron USB 3.0 Extensible Host Controller Driver"
Etron_HUB3.DriverDesc="Etron USB 3.0 Extensible Hub Driver"
Etron_XHCI.DeviceDesc="Etron USB 3.0 Extensible Host Controller"
Etron_RTH3.DeviceDesc="Etron USB 3.0 Extensible Root Hub"
Etron_HUB1.DeviceDesc="Etron USB1 (FS) Hub"
Etron_HUB2.DeviceDesc="Etron USB2 (HS) Hub"
Etron_HUB3.DeviceDesc="Etron USB3 (SS) Hub"
USBClassName="Universal Serial Bus controllers"
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: web2, load: 0.98