SynMouse.inf Driver File Contents (Win9X.zip)

;----------------------------------------------------------------------------
; SynWDM.inf
;
; Installs Synaptics WDM Touchpad driver files on Windows 9x systems.
;----------------------------------------------------------------------------

[Version]
Signature="$Chicago$"
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
Class=Mouse
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
CatalogFile=SynWDM.cat
DriverVer=03/27/2003, 7.4.4.0

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

[Manufacturer]
%SynMfg% = SynMfg ; (Standard types)
%IBMMfg% = IBMMfg ; (IBM Devices)

[IBMMfg]
%PS2.IBMDeviceDesc% = SynPS2_Inst,*IBM0057

[SynMfg]
; PS/2 entries
%PS2.DeviceDesc% = SynPS2_Inst,*PNP0F13
%PS2.DeviceDesc% = SynPS2_Inst,*PNP0F0E
%PS2.DeviceDesc% = SynPS2_Inst,*PNP0F03
%PS2.DeviceDesc% = SynPS2_Inst,*PNP0F12
%PS2.DeviceDesc% = SynPS2_Inst,*SYN0002
; OEM entries
%PS2.DeviceDesc% = SynPS2_Inst,*SYN0100
%PS2.DeviceDesc% = SynPS2_Inst,*SYN0401
%PS2.DeviceDesc% = SynPS2_Inst,*SYN0600,*SYN0601
%PS2.SonyTPDeviceDesc% = SynPS2_Inst,*SNY9003
%PS2.SonyStickDeviceDesc% = SynPS2_Inst,*SNY9005
; Serial entries
%Ser.DeviceDesc% = SynSer_Inst,*PNP0F0C
%Ser.DeviceDesc% = SynSer_Inst,*PNP0F08
%Ser.DeviceDesc% = SynSer_Inst,SERENUM\SYN0001
; USB entries
%HID\Vid_06CB&Pid_0001.DeviceDesc%=HID_Inst, HID\Vid_06CB&Pid_0001
%HID\Vid_06CB&Pid_0002.DeviceDesc%=HID_Inst, HID\Vid_06CB&Pid_0002
%HID\Vid_06CB&Pid_0003.DeviceDesc%=HID_Inst, HID\Vid_06CB&Pid_0003
%HID\Vid_06CB&Pid_0007.DeviceDesc%=HID_Inst, HID\Vid_06CB&Pid_0006
%HID\Vid_06CB&Pid_0007.DeviceDesc%=HID_Inst, HID\Vid_06CB&Pid_0007
%HID\Vid_06CB&Pid_0008.DeviceDesc%=HID_Inst, HID\Vid_06CB&Pid_0008
%HID\Vid_06CB&Pid_0009&MI_00.DeviceDesc%=HID_Inst, HID\Vid_06CB&Pid_0009&MI_00
%HID\Vid_06CB&Pid_0009&MI_01.DeviceDesc%=HID_Inst, HID\Vid_06CB&Pid_0009&MI_01

[ControlFlags]

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

[SourceDisksNames]
101=%DiskName%,,

[SourceDisksFiles]
SynWDM.cat = 101

[DestinationDirs]
DefaultDestDir               = 11; System directory

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

; Don't list copied files in this inf file, import from SynWDM.inf.

[Runonce_AddReg]
; Run the WinNT coinstaller to do driver related installation processing.
; This processing is done for every device so that installation can be
; performed by the device manager's update driver procedure.
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,SynTPCoI,,"rundll32 SynTPCoI.dll,PerformGlobalInstallPostProcessing"

;----------------------------------------------------------------------------
; PS/2 Devices
;----------------------------------------------------------------------------

[SynPS2_Inst]
include = SynWDM.inf
needs = PS2OrSerialMouseInstall
AddReg = SynPS2_AddReg, Runonce_AddReg

[SynPS2_AddReg]
HKR,,DevLoader,,"*ntkern,*vmouse"
HKR,,MouseDriver,,SynShim.vxd
HKR,,NTMPDriver,,SynTP.sys

[SynPS2_Inst.HW]
AddReg = SynPS2_AddReg.HW

[SynPS2_AddReg.HW]
HKR,,SynPortType,0x00010001,1

;----------------------------------------------------------------------------
; Serial Devices
;----------------------------------------------------------------------------

[SynSer_Inst]
include = SynWDM.inf
needs = PS2OrSerialMouseInstall
AddReg = SynSer_AddReg, Runonce_AddReg

[SynSer_AddReg]
HKR,,DevLoader,,"*ntkern,*vmouse"
HKR,,MouseDriver,,SynShim.vxd
HKR,,NTMPDriver,,SynTP.sys
HKR,,MouseType,,"Serial"
HKR,,NoSetupUI,,1

[SynSer_Inst.HW]
AddReg = SynSer_AddReg.HW

[SynSer_AddReg.HW]
HKR,,SynPortType,0x00010001,2

;----------------------------------------------------------------------------
; USB Devices
;----------------------------------------------------------------------------

[HID_Inst]
include = MSMouse.inf, SynWDM.inf
needs = HIDMouse, MouseInstall
AddReg = Runonce_AddReg

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

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

; Driver Information Entries

DriverMfgr="Synaptics"
DriverVersionID="7.4.4"
DriverOEM="Synaptics"
DriverFamily="Mouse"
DriverProduct="Synaptics Pointing Device"
DriverDescription="Synaptics WDM Pointing Device Driver"
DriverOEMVersion="7.4.4"
BaseDriverFileName="SynTP.sys"
BaseDriverFileVersion="7.4.4"

; Device Names

Ser.DeviceDesc = "Synaptics Serial Port Pointing Device"
PS2.DeviceDesc = "Synaptics PS/2 Port Pointing Device"
PS2.SonyTPDeviceDesc = "Synaptics PS/2 TouchPad for VAIO"
PS2.SonyStickDeviceDesc = "Synaptics PS/2 TouchStyk for VAIO"
PS2.IBMDeviceDesc = "IBM ThinkPad UltraNav Pointing Device"
HID\Vid_06CB&Pid_0001.DeviceDesc = "Synaptics USB TouchPad"
HID\Vid_06CB&Pid_0002.DeviceDesc = "Synaptics Integrated USB TouchPad"
HID\Vid_06CB&Pid_0003.DeviceDesc = "Synaptics cPad"
HID\Vid_06CB&Pid_0006.DeviceDesc = "Synaptics TouchScreen"
HID\Vid_06CB&Pid_0007.DeviceDesc = "Synaptics USB Styk"
HID\Vid_06CB&Pid_0008.DeviceDesc = "Synaptics USB WheelPad"
HID\Vid_06CB&Pid_0009&MI_00.DeviceDesc = "Synaptics Composite USB TouchPad"
HID\Vid_06CB&Pid_0009&MI_01.DeviceDesc = "Synaptics Composite USB TouchStyk"
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: 2.29