synhid.inf Driver File Contents (R141208.EXE)

;----------------------------------------------------------------------------
; SynHID.inf
;
; Installs Synaptics USB filter driver.
;----------------------------------------------------------------------------


[Version]
Signature="$Windows NT$"
Class=HIDClass
ClassGUID={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%Provider%
CatalogFile=SynTP.cat
DriverVer=11/06/2006, 9.0.1.3

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


[Manufacturer]
%SynMfg% = SynMfg, NTamd64 ; (Standard types)

[SynMfg.NTamd64]
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0001
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0002
%USB.SynDeviceDesc%=USB_cPad_Inst, USB\Vid_06CB&Pid_0003
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0006
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0007
%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0008
%USB_Comp.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0009&MI_00
%USB_Comp.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_0009&MI_01
;%USB.SynDeviceDesc%=USB_Inst, USB\Vid_06CB&Pid_000E
;%USB.SynDeviceDesc%=USB_Inst,GENERIC_HID_DEVICE,USB\Class_03&SubClass_01,USB\Class_03

; DisplayPad (pre-release test version)
%USB.SynDeviceDesc%=USB_DisplayPad.0_Inst, USB\Vid_04B4&Pid_1006
%USB.SynDeviceDesc%=USB_DisplayPad_Inst, USB\Vid_06CB&Pid_0013

; Wireless TouchPad (pre-release test version)
%USB_Comp.SynDeviceDesc%=USB_Generic_Inst, USB\Vid_06CB&Pid_0010&MI_00
%USB_Comp.SynDeviceDesc%=USB_WirelessTouchPad_Inst, USB\Vid_06CB&Pid_0010&MI_01

[ControlFlags]
ExcludeFromSelect=*

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

[SourceDisksNames]
1=%DiskName%,,

[SourceDisksFiles]
SynTP.sys = 1
WdfCoInstaller01000.dll = 1

[DestinationDirs]
DefaultDestDir = 12 ; Drivers directory
CopyFiles_Drivers = 12 ; Drivers directory
CopyFiles_CoInstaller = 11 ; System directory

; Service Installation Sections

[SynTP_Service_Inst]
DisplayName    = %SynTP.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\SynTP.sys
LoadOrderGroup = extended base
AddReg	       = Service_AddReg

[Service_AddReg]

;----------------------------------------------------------------------------
; Common File Copy and Registry Operations for All TouchPads
;----------------------------------------------------------------------------

; Drivers directory
[CopyFiles_Drivers]
SynTP.sys

; System directory
[CopyFiles_CoInstaller]
WdfCoInstaller01000.dll

;----------------------------------------------------------------------------
; USB Generic
;----------------------------------------------------------------------------

[USB_Generic_Inst]
include = Input.inf
needs = HID_Inst.nt

[USB_Generic_Inst.Services]
AddService = HidUsb,%SPSVCINST_ASSOCSERVICE%,HID_Service_Inst

[USB_Generic_Inst.HW]

;----------------------------------------------------------------------------
; USB TouchPad
;----------------------------------------------------------------------------

[USB_Inst]
include = Input.inf
needs = HID_Inst.nt
CopyFiles = CopyFiles_Drivers

[USB_Inst.Services]
AddService = HidUsb,%SPSVCINST_ASSOCSERVICE%,HID_Service_Inst
AddService = SynTP,,SynTP_Service_Inst

[USB_Inst.HW]
AddReg = USB_AddReg.HW

[USB_AddReg.HW]
; Install filter driver below hidusb.
HKR,,"LowerFilters",0x00010000,"SynTP"
HKR,,SynPortType,0x00010001,3
HKR,,SelectiveSuspendEnabled,0x00010001,0

; WDF Coinstaller installation
[USB_Inst.CoInstallers]
AddReg = USB_Inst.CoInstaller_AddReg
CopyFiles = CopyFiles_CoInstaller

[USB_Inst.CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000,"WdfCoInstaller01000.dll,WdfCoInstaller"

[USB_Inst.Wdf]
KmdfService = SynTP, SynTP_WdfSect

[SynTP_WdfSect]
KmdfLibraryVersion = 1.0

; Should not install on generic USB HID devices by default.
; Labelling with an old date will then prefer the system generic driver.
[USB_GenericInst]
driverver = 00/00/0000
include = Input.inf
needs = HID_Inst.nt
CopyFiles = CopyFiles_Drivers

[USB_GenericInst.Services]
AddService = HidUsb,%SPSVCINST_ASSOCSERVICE%,HID_Service_Inst
AddService = SynTP,,SynTP_Service_Inst

[USB_GenericInst.HW]
AddReg = USB_AddReg.HW

;
; cPad
;
[USB_cPad_Inst]
include = Input.inf
needs = HID_Inst.nt
CopyFiles = CopyFiles_Drivers

[USB_cPad_Inst.Services]
AddService = HidUsb,%SPSVCINST_ASSOCSERVICE%,HID_Service_Inst
AddService = SynTP,,SynTP_Service_Inst

[USB_cPad_Inst.HW]
AddReg = USB_AddReg.HW,USB_cPad_AddReg.HW

[USB_cPad_AddReg.HW]
HKR,,DisplayColumns,0x00010001,240
HKR,,DisplayRows,0x00010001,160
HKR,,DisplayBitplaneInfo,0x00010001,0x10000001
HKR,,DisplayMaxBufferSize,0x00010001,4096

; WDF Coinstaller installation
[USB_cPad_Inst.CoInstallers]
AddReg = USB_Inst.CoInstaller_AddReg
CopyFiles = CopyFiles_CoInstaller

[USB_cPad_Inst.Wdf]
KmdfService = SynTP, SynTP_WdfSect

;
; DisplayPad (pre-release test version)
;
[USB_DisplayPad.0_Inst]
include = Input.inf
needs = HID_Inst.nt
CopyFiles = CopyFiles_Drivers

[USB_DisplayPad.0_Inst.Services]
AddService = HidUsb,%SPSVCINST_ASSOCSERVICE%,HID_Service_Inst
AddService = SynTP,,SynTP_Service_Inst

[USB_DisplayPad.0_Inst.HW]
AddReg = USB_AddReg.HW,USB_DisplayPad.0_AddReg.HW

[USB_DisplayPad.0_AddReg.HW]
HKR,,ReadVendorRequest,0x00010001,1
HKR,,req00$cmd00,0x00000001,00,00,06,05,62,A4,B1,00
HKR,,req00$cmd01,0x00000001,00,00,53,66,44,95,4C,00
HKR,,req00$cmd02,0x00000001,00,00,00,13,10,00,00,00
HKR,,req00$cmd04,0x00000001,00,02,6f,00,84,dd,2e,00
HKR,,DisplayColumns,0x00010001,320
HKR,,DisplayRows,0x00010001,240
HKR,,DisplayBitplaneInfo,0x00010001,0xA0050605
HKR,,DisplayMaxBufferSize,0x00010001,0xFFFE

; WDF Coinstaller installation
[USB_DisplayPad.0_Inst.CoInstallers]
AddReg = USB_Inst.CoInstaller_AddReg
CopyFiles = CopyFiles_CoInstaller

[USB_DisplayPad.0_Inst.Wdf]
KmdfService = SynTP, SynTP_WdfSect

;
; DisplayPad (pre-release test version)
;
[USB_DisplayPad_Inst]
include = Input.inf
needs = HID_Inst.nt
CopyFiles = CopyFiles_Drivers

[USB_DisplayPad_Inst.Services]
AddService = HidUsb,%SPSVCINST_ASSOCSERVICE%,HID_Service_Inst
AddService = SynTP,,SynTP_Service_Inst

[USB_DisplayPad_Inst.HW]
AddReg = USB_AddReg.HW,USB_DisplayPad_AddReg.HW

[USB_DisplayPad_AddReg.HW]
HKR,,ReadVendorRequest,0x00010001,1
HKR,,req00$cmd00,0x00000001,00,00,06,05,62,A4,B1,00
HKR,,req00$cmd01,0x00000001,00,00,53,66,44,95,4C,00
HKR,,req00$cmd02,0x00000001,00,00,00,13,10,00,00,00
HKR,,req00$cmd04,0x00000001,00,02,6f,00,84,dd,2e,00
HKR,,DisplayColumns,0x00010001,320
HKR,,DisplayRows,0x00010001,240
HKR,,DisplayBitplaneInfo,0x00010001,0x80040404
HKR,,DisplayMaxBufferSize,0x00010001,0x4B00

; WDF Coinstaller installation
[USB_DisplayPad_Inst.CoInstallers]
AddReg = USB_Inst.CoInstaller_AddReg
CopyFiles = CopyFiles_CoInstaller

[USB_DisplayPad_Inst.Wdf]
KmdfService = SynTP, SynTP_WdfSect

;
; Wireless TouchPad (pre-release test version)
;
[USB_WirelessTouchPad_Inst]
include = Input.inf
needs = HID_Inst.nt
CopyFiles = CopyFiles_Drivers

[USB_WirelessTouchPad_Inst.Services]
AddService = HidUsb,%SPSVCINST_ASSOCSERVICE%,HID_Service_Inst
AddService = SynTP,,SynTP_Service_Inst

[USB_WirelessTouchPad_Inst.HW]
AddReg = USB_AddReg.HW,USB_WirelessTouchPad_AddReg.HW

[USB_WirelessTouchPad_AddReg.HW]
HKR,,ReadVendorRequest,0x00010001,1
HKR,,req00$cmd00,0x00000001,00,00,20,06,60,10,A1,00
HKR,,req00$cmd01,0x00000001,00,00,55,5E,00,00,00,00
HKR,,req00$cmd02,0x00000001,00,00,00,53,00,00,00,00
HKR,,req00$cmd03,0x00000001,00,7B,17,F0,00,00,00,00
HKR,,req00$cmd04,0x00000001,00,00,00,00,00,00,00,00
HKR,,AbsoluteSuperPacketFormat,0x00010001,1

; WDF Coinstaller installation
[USB_WirelessTouchPad_Inst.CoInstallers]
AddReg = USB_Inst.CoInstaller_AddReg
CopyFiles = CopyFiles_CoInstaller

[USB_WirelessTouchPad_Inst.Wdf]
KmdfService = SynTP, SynTP_WdfSect

;----------------------------------------------------------------------------
; User visible strings
;----------------------------------------------------------------------------

[Strings]
Provider = "Synaptics"
SynMfg = "Synaptics"
DiskName = "Synaptics Driver Installation Disk"

; Driver Information Entries
DriverMfgr="Synaptics"
DriverVersionID="9.0.1.3"
DriverOEM="Synaptics"
DriverFamily="Mouse"
DriverProduct="WDM USB HID Device"
DriverDescription="Synaptics WDM USB HID Device Driver"
DriverOEMVersion="9.0.1.3"
BaseDriverFileName="SynTP.sys"
BaseDriverFileVersion="9.0.1.3"

; Device Names

USB.SynDeviceDesc = "Synaptics USB Human Interface Device"
USB_Comp.SynDeviceDesc = "Synaptics Composite USB Human Interface Device"

; Service Names

SynTP.SvcDesc = "Synaptics Pointing Device Driver"

; Substitutable parameters

SPSVCINST_TAGTOFRONT  = 0x00000001
SPSVCINST_ASSOCSERVICE= 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START    = 0
SERVICE_SYSTEM_START  = 1
SERVICE_AUTO_START    = 2
SERVICE_DEMAND_START  = 3
SERVICE_ERROR_NORMAL  = 1
SERVICE_ERROR_IGNORE  = 0
REG_EXPAND_SZ         = 0x00020000
REG_DWORD             = 0x00010001
REG_SZ                = 0x00000000
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: 0.98