ETDSMBus.inf Driver File Contents (tp_ETD24.13.4.1_SMBus_Miniport_WHQL_24.13.4.1_0x14e9f8a6.zip)

;============================================================================ 
; ETDSMBus.inf Installation file (.inf) for Windows 7/8/8.1/10.
;
; All Rights Reserved, Copyright(C) ELAN Microelectronics Corp. 2003-2017
;============================================================================

[Version]
Signature="$Windows NT$"
Class=System
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%VenderName%
CatalogFile=ETDSMBus.cat
DriverVer=04/25/2017, 24.12.13.1

[SourceDisksNames]
1=%DiskName%,,

[SourceDisksFiles]
ETDSMBus.sys = 1
WdfCoInstaller01011.dll = 1

;----------------------------------------------------------------------------
; Manufacturer Sections
;----------------------------------------------------------------------------

[Manufacturer]
%VenderName%   = ELANMfg, NTamd64

[ELANMfg.NTamd64]
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_1C22&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_1E22&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_2930&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_3B30&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_8C22&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_9C22&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_9CA2&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_0F12&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_9D23&CC_0C05  ; SkyLake platform
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_A123&CC_0C05  ; SkyLake platform newest
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_2292&CC_0C05
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_23B0&CC_0C05  ; Coleto Creek PCH
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_8CA2&CC_0C05  ; Wildcat Point LP SMBus Controller
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_8D22&CC_0C05  ; Wellsburg PCH
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_8D7D&CC_0C05  ; Wellsburg PCH MS
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_8D7E&CC_0C05  ; Wellsburg PCH MS
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_8D7F&CC_0C05  ; Wellsburg PCH MS
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_31D4&CC_0C05  ; 
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_5AD4&CC_0C05  ; Apollo platform
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_A323&CC_0C05  ; CannonLake platform
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst, PCI\VEN_8086&DEV_31D4&CC_0C05  ; GeminLake platform
%ELANSMBusDeviceDesc% 		= ETDSMBus_Inst_AMD_Channel1, *SMB0001

;----------------------------------------------------------------------------
; Install Sections
;----------------------------------------------------------------------------

[DestinationDirs]
CopyFiles_Drivers	= 12			; Driver directory

[CopyFiles_Drivers]
ETDSMBus.sys,,,0x00000001


;----------------------------------------------------------------------------
[ETDSMBus_Inst]
FeatureScore=80
CopyFiles=CopyFiles_Drivers

AddReg=ETDSMBus_Addreg

[ETDSMBus_Inst.Services]
AddService = ETDSMBus,%SPSVCINST_ASSOCSERVICE%,ETDSMBus_Service_Inst


[ETDSMBus_Inst.Wdf]
KmdfService = ETDSMBus, SMBusDevice_WdfSect


;----------------------------------------------------------------------------
[ETDSMBus_Inst_AMD_Channel1]
FeatureScore=80
CopyFiles=CopyFiles_Drivers

AddReg=ETDSMBus_AMD_Channel1_Addreg

[ETDSMBus_Inst_AMD_Channel1.Services]
AddService = ETDSMBus,%SPSVCINST_ASSOCSERVICE%,ETDSMBus_Service_Inst


[ETDSMBus_Inst_AMD_Channel1.Wdf]
KmdfService = ETDSMBus, SMBusDevice_WdfSect


;----------------------------------------------------------------------------

[SMBusDevice_WdfSect]
KmdfLibraryVersion = 1.11

;----------------------------------------------------------------------------

[ETDSMBus_Addreg]
;HKLM,%ServiceRoot%\Elantech\SMBus,InstallDir,%REG_SZ%,"%%SystemRoot%%"
HKLM,%ServiceRoot%\Elantech\SMBus,DriverVersion,%REG_SZ%,%DriverVersion%
HKLM,%ServiceRoot%\Elantech\SMBus,SMBus_Vendor_Type,%REG_DWORD%,0		; 0 = Intel, 1 = AMD
HKLM,%ServiceRoot%\Elantech\SMBus,AMD_SMBus_Channel_Number,%REG_DWORD%,2	; 0 = Channel0, 1 = Channel1, 2 = From HW Resource

[ETDSMBus_AMD_Channel1_Addreg]
;HKLM,%ServiceRoot%\Elantech\SMBus,InstallDir,%REG_SZ%,"%%SystemRoot%%"
HKLM,%ServiceRoot%\Elantech\SMBus,DriverVersion,%REG_SZ%,%DriverVersion%
HKLM,%ServiceRoot%\Elantech\SMBus,SMBus_Vendor_Type,%REG_DWORD%,1		; 0 = Intel, 1 = AMD
HKLM,%ServiceRoot%\Elantech\SMBus,AMD_SMBus_Channel_Number,%REG_DWORD%,1	; 0 = Channel0, 1 = Channel1, 2 = From HW Resource


;----------------------------------------------------------------------------
; Services Sections
;----------------------------------------------------------------------------

[ETDSMBus_Service_Inst]
ServiceType   	= %SERVICE_KERNEL_DRIVER%
StartType     	= %SERVICE_DEMAND_START%
ErrorControl  	= %SERVICE_ERROR_NORMAL%
LoadOrderGroup 	= "Base"
ServiceBinary 	= %12%\ETDSMBus.sys 

;----------------------------------------------------------------------------
; User visible strings
;----------------------------------------------------------------------------
[Strings]
ELANSMBusDeviceDesc	= "ELAN SMBus Driver"

Publisher 		= "ELAN Microelectronic Corp."
TargetDir		= "Elantech"
DiskName  		= "ELAN SMBus Driver Installation Disk"
VenderName		= "ELAN SMBus"
ServiceRoot 		= "System\CurrentControlSet\Control"

; Registry Type
REG_EXPAND_SZ		= 0x00020000 
REG_DWORD		= 0x00010001 
REG_MULTI_SZ		= 0x00010000
REG_BINARY		= 0x00000001
REG_SZ			= 0x00000000


; The "standard" defines

SPSVCINST_TAGTOFRONT               = 0x00000001
SPSVCINST_ASSOCSERVICE             = 0x00000002
SPSVCINST_DELETEEVENTLOGENTRY      = 0x00000004
SPSVCINST_NOCLOBBER_DISPLAYNAME    = 0x00000008
SPSVCINST_NOCLOBBER_STARTTYPE      = 0x00000010
SPSVCINST_NOCLOBBER_ERRORCONTROL   = 0x00000020
SPSVCINST_NOCLOBBER_LOADORDERGROUP = 0x00000040
SPSVCINST_NOCLOBBER_DEPENDENCIES   = 0x00000080
SPSVCINST_NOCLOBBER_DESCRIPTION    = 0x00000100

COPYFLG_WARN_IF_SKIP         = 0x00000001
COPYFLG_NOSKIP               = 0x00000002
COPYFLG_NOVERSIONCHECK       = 0x00000004
COPYFLG_FORCE_FILE_IN_USE    = 0x00000008
COPYFLG_NO_OVERWRITE         = 0x00000010
COPYFLG_NO_VERSION_DIALOG    = 0x00000020
COPYFLG_OVERWRITE_OLDER_ONLY = 0x00000040
COPYFLG_REPLACEONLY          = 0x00000400
COPYFLG_REPLACE_BOOT_FILE    = 0x00001000
COPYFLG_NOPRUNE              = 0x00002000

SERVICE_KERNEL_DRIVER      = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002

SERVICE_BOOT_START   = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START   = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED     = 0x00000004

SERVICE_ERROR_IGNORE   = 0x00000000
SERVICE_ERROR_NORMAL   = 0x00000001
SERVICE_ERROR_SEVERE   = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003

; ELAN Driver Information
DriverDate		= "04/25/2017"
DriverVersion		= "24.12.13.1"
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: 1.64