SynSmbDrv.inf Driver File Contents (tp_Synaptics_v19_5_31_16__C__x64__Win10__Signed__msi_PUWP_19.5.3... 9d4.zip)

;----------------------------------------------------------------------------
; SynSmbDrv.inf
;
; Installs the driver in the SYSTEM class for STANDARD PCI enumerated device
; Copyright (c) 1996-2018, Synaptics Incorporated
;----------------------------------------------------------------------------

[Version]
Signature="$Windows NT$"
Class=System
ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
CatalogFile=SynTP.cat
DriverVer=12/11/2018, 19.5.31.16

[SourceDisksNames]
1=%DiskName%,,

[SourceDisksFiles]
Smb_driver_AMDASFUWP.sys = 1
Smb_driver_IntelUWP.sys = 1

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

[Manufacturer]
%SynMfg% = SynMfg, NTx86, NTamd64

[SynMfg.NTx86]
; No support

[SynMfg.NTamd64]
%SynDeviceDesc% = SynapticsInstallAMDASF, ACPI\SMB0001
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_1C22&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_1E22&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_2930&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_3B30&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_8C22&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_9C22&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_0F12&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_9CA2&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_2292&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_9D23&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_A123&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_5AD4&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_A2A3&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_31D4&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_A323&CC_0C05
%SynDeviceDesc% = SynapticsInstallIntel, PCI\VEN_8086&DEV_9DA3&CC_0C05
;----------------------------------------------------------------------------
; Install Sections
;----------------------------------------------------------------------------
[DestinationDirs]
CopyFiles_Drivers_AMDASF    = 12 ; Drivers directory
CopyFiles_Drivers_Intel     = 12 ; Drivers directory

[SynapticsInstallAMDASF]
CopyFiles = CopyFiles_Drivers_AMDASF
AddReg= SynaSmb_Addreg

[CopyFiles_Drivers_AMDASF]
Smb_driver_AMDASF.sys,Smb_driver_AMDASFUWP.sys,,0x00000001

[SynapticsInstallIntel]
CopyFiles = CopyFiles_Drivers_Intel
AddReg = SynaSmb_Addreg
FeatureScore = 0x80

[CopyFiles_Drivers_Intel]
Smb_driver_Intel.sys,Smb_driver_IntelUWP.sys,,0x00000001

[SynaSmb_Addreg]

;----------------------------------------------------------------------------
; Services Sections
;----------------------------------------------------------------------------
[SynapticsInstallAMDASF.Services]
AddService = SmbDrv,%SPSVCINST_ASSOCSERVICE%,SynaSmb_Service_Inst_AMDASF

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

[SynapticsInstallIntel.Services]
AddService = SmbDrvI,%SPSVCINST_ASSOCSERVICE%,SynaSmb_Service_Inst_Intel

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

;----------------------------------------------------------------------------
; User visible strings
;----------------------------------------------------------------------------
[Strings]
Provider = "Synaptics"
SynMfg = "Synaptics"
DiskName = "Synaptics SMBus Driver Installation Disk"
SynDeviceDesc = "Synaptics SMBus Driver"

;
; 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
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: web1, load: 1.15