glideNT.inf Driver File Contents (glidepoint22nomsi.zip)

; glident.inf
;
; GlidePoint Touchpad Installation Information
;
; (C) Copyright 2000-2001 Cirque Corporation
;

[Version]
Signature       = "$Windows NT$"
Class           = Mouse
ClassGUID       = {4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider        = %Provider%
;CatalogFile.NT = glide.cat
DriverVer       = 08/27/2001,2.0.0.18

[SourceDisksNames]
1 = %SetupDisk%,,

[SourceDisksFiles]
gp8042.sys   = 1
gpsermou.sys = 1
gpmoucls.sys = 1

[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS

[ControlFlags]
ExcludeFromSelect.NT = *

; ===================== Manufacturer ==========================================

[Manufacturer]
%Mfg% = CirqueMfg

[CirqueMfg]
%*PNP0F03.DeviceDescDesc% = PS2_Inst, MICROSOFT_PS2_MOUSE,*PNP0F03,*PNP0F0E,*PNP0F12,*PNP0F13,*PNP0F19 ; PS/2 mouse
%*PNP0F01.DeviceDescDesc% = Ser_Inst, MICROSOFT_SERIAL_MOUSE,*PNP0F01,*PNP0F08,*PNP0F09,*PNP0F0C,*PNP0F0F,*PNP0F17 ; Serial mouse
%*CRQ0010.DeviceDescDesc% = Ser_Inst, CRQ0010_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL, *CRQ0010
%*CRQ0014.DeviceDescDesc% = Ser_Inst, CRQ0014_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL, *CRQ0014
%*CRQ0018.DeviceDescDesc% = Ser_Inst, CRQ0018_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL, *CRQ0018
%*CRQ0020.DeviceDescDesc% = Ser_Inst, CRQ0020_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL, *CRQ0020
%*CRQ0022.DeviceDescDesc% = Ser_Inst, CRQ0022_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL, *CRQ0022
%*CRQ0024.DeviceDescDesc% = Ser_Inst, CRQ0024_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL, *CRQ0024
%*CRQ0028.DeviceDescDesc% = Ser_Inst, CRQ0028_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL, *CRQ0028

; ===================== Mouse Class Driver Installation =======================

[gpmoucls_CopyFiles]
gpmoucls.sys

[gpmoucls_Service_Inst]
DisplayName    = %gpmoucls.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\gpmoucls.sys
LoadOrderGroup = Pointer Class

[gpmoucls_EventLog_Inst]
AddReg = Disable_Other_Drivers, Add_Cirque_Key, gpmoucls_EventLog_AddReg
DelReg = Del_Cirque_Key

[gpmoucls_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gpmoucls.sys"
HKR,,TypesSupported,0x00010001,7

; ===================== PS/2 GlidePoint =======================================

[PS2_Inst]
CopyFiles = PS2_CopyFiles, Ser_CopyFiles, gpmoucls_CopyFiles

[PS2_Inst.Services]
AddService = gp8042,   0x00000003, gp8042_Service_Inst,   gp8042_EventLog_Inst   ; PS/2 Port Driver
AddService = gpsermou, 0x00000001, gpsermou_Service_Inst, gpsermou_EventLog_Inst ; Serial Port Driver
AddService = gpmoucls, 0x00000001, gpmoucls_Service_Inst, gpmoucls_EventLog_Inst ; Mouse Class Driver

[PS2_CopyFiles]
gp8042.sys

[gp8042_Service_Inst]
DisplayName    = %gp8042.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\gp8042.sys
LoadOrderGroup = Keyboard Port

[gp8042_EventLog_Inst]
AddReg = Disable_Other_Drivers, gp8042_EventLog_AddReg

[gp8042_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gp8042.sys"
HKR,,TypesSupported,0x00010001,7

; ===================== Serial GlidePoint =====================================

[Ser_Inst]
CopyFiles = Ser_CopyFiles, PS2_CopyFiles, gpmoucls_CopyFiles
;AddReg   = Ser_AddReg, gpmoucls_AddReg

[Ser_Inst.Services]
AddService = gpsermou, 0x00000003, gpsermou_Service_Inst, gpsermou_EventLog_Inst ; Serial Port Driver
AddService = gp8042,   0x00000001, gp8042_Service_Inst,   gp8042_EventLog_Inst   ; PS/2 Port Driver
AddService = gpmoucls, 0x00000001, gpmoucls_Service_Inst, gpmoucls_EventLog_Inst ; Mouse Class Driver

[Ser_CopyFiles]
gpsermou.sys

[gpsermou_Service_Inst]
DisplayName    = %gpsermou.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\gpsermou.sys
LoadOrderGroup = Pointer Port

[gpsermou_EventLog_Inst]
AddReg = Disable_Other_Drivers, gpsermou_EventLog_AddReg

[gpsermou_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gpsermou.sys"
HKR,,TypesSupported,0x00010001,7

; ===================== Common to all cats ====================================

[Disable_Other_Drivers]
HKLM,SYSTEM\CurrentControlSet\Services\i8042prt,Start,0x00010001,0x00000004 ; Standard PS/2 port
HKLM,SYSTEM\CurrentControlSet\Services\sermouse,Start,0x00010001,0x00000004 ; Standard Serial port
HKLM,SYSTEM\CurrentControlSet\Services\mouclass,Start,0x00010001,0x00000004 ; Standard Mouse Class
HKLM,SYSTEM\CurrentControlSet\Services\msi8042, Start,0x00010001,0x00000004 ; IntelliPoint PS/2 port
HKLM,SYSTEM\CurrentControlSet\Services\mssermou,Start,0x00010001,0x00000004 ; IntelliPoint Serial port
HKLM,SYSTEM\CurrentControlSet\Services\l8042prt,Start,0x00010001,0x00000004 ; Logitech PS/2 port
HKLM,SYSTEM\CurrentControlSet\Services\lsermous,Start,0x00010001,0x00000004 ; Logitech Serial port
HKLM,SYSTEM\CurrentControlSet\Services\lmoufltr,Start,0x00010001,0x00000004 ; Logitech Mouse Class Filter

[Del_Cirque_Key]
HKLM,%HWConfigKeyCRQ0010%,zEmpty
HKLM,%HWConfigKeyCRQ0014%,zEmpty
HKLM,%HWConfigKeyCRQ0018%,zEmpty
HKLM,%HWConfigKeyCRQ0010%,zFinger
HKLM,%HWConfigKeyCRQ0014%,zFinger
HKLM,%HWConfigKeyCRQ0018%,zFinger

[Add_Cirque_Key]
HKLM,%HWConfigKey%,Model,,%DefaultModel%
HKLM,%HWConfigKey%,Config1,1,03,00,00,00
HKLM,%HWConfigKey%,SwapAuxRight,1,1
HKLM,%HWConfigKey%,Buttons,1,3
HKLM,%HWConfigKey%,DimentionX,1,00,80
HKLM,%HWConfigKey%,DimentionY,1,00,60
HKLM,%HWConfigKeyCRQ0010%,WideZStill,0x00010001,01,00,D8,00
HKLM,%HWConfigKeyCRQ0014%,WideZStill,0x00010001,01,00,D8,00
HKLM,%HWConfigKeyCRQ0018%,WideZStill,0x00010001,01,00,D8,00
HKLM,%HWConfigKeyCRQ0010%,CompFlags, 0x00010001,E0,03,A5,00
HKLM,%HWConfigKeyCRQ0014%,CompFlags, 0x00010001,E0,03,A5,00
HKLM,%HWConfigKeyCRQ0018%,CompFlags, 0x00010001,E0,03,A5,00
HKLM,%HWConfigKeyCRQ0014%,zScaler,   0x00010001,0E,00,A4,00
HKLM,%HWConfigKeyCRQ0020%,WideZStill,0x00010001,01,00,BC,00
HKLM,%HWConfigKeyCRQ0022%,WideZStill,0x00010001,01,00,BC,00
HKLM,%HWConfigKeyCRQ0024%,WideZStill,0x00010001,01,00,BC,00
HKLM,%HWConfigKeyCRQ0028%,WideZStill,0x00010001,01,00,BC,00
HKLM,%HWConfigKeyCRQ0020%,CompFlags, 0x00010001,E0,03,B5,00
HKLM,%HWConfigKeyCRQ0022%,CompFlags, 0x00010001,E0,03,B5,00
HKLM,%HWConfigKeyCRQ0024%,CompFlags, 0x00010001,E0,03,B5,00
HKLM,%HWConfigKeyCRQ0028%,CompFlags, 0x00010001,E0,03,B5,00
HKLM,%HWConfigKeyCRQ0022%,zScaler,   0x00010001,0E,00,B4,00
HKLM,%HWConfigKeyCRQ0024%,zScaler,   0x00010001,0E,00,B4,00

; ===================== Strings ===============================================

[Strings]
Provider                = "Cirque"
Mfg                     = "Cirque"
SetupDisk               = "Glidepoint Setup Disk"

DefaultModel            = "Cirque GlidePoint Device"
HWConfigKey             = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters"
HWConfigKeyCRQ0010      = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0010\DeviceSettings"
HWConfigKeyCRQ0014      = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0014\DeviceSettings"
HWConfigKeyCRQ0018      = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0018\DeviceSettings"
HWConfigKeyCRQ0020      = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0020\DeviceSettings"
HWConfigKeyCRQ0022	= "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0022\DeviceSettings"
HWConfigKeyCRQ0024      = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0024\DeviceSettings"
HWConfigKeyCRQ0028      = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0028\DeviceSettings"

*PNP0F03.DeviceDescDesc = "PS/2 GlidePoint Touchpad (WinNT)"
*PNP0F01.DeviceDescDesc = "Serial GlidePoint Touchpad (WinNT)"
*CRQ0010.DeviceDescDesc = "Cirque Serial EasyCat Touchpad (WinNT)"
*CRQ0014.DeviceDescDesc = "Cirque Serial CruiseCat Touchpad (WinNT)"
*CRQ0018.DeviceDescDesc = "Cirque Serial SmoothCat Touchpad (WinNT)"
*CRQ0020.DeviceDescDesc = "Cirque Serial EasyCat Touchpad (WinNT)"
*CRQ0028.DeviceDescDesc = "Cirque Serial CruiseCat Touchpad (WinNT)"
*CRQ0024.DeviceDescDesc = "Cirque Serial SmoothCat Touchpad (WinNT)"
*CRQ0022.DeviceDescDesc = "Cirque Serial SmartCat Touchpad (WinNT)"

gp8042.SvcDesc          = "GlidePoint PS2 Touchpad Service"
gpsermou.SvcDesc        = "GlidePoint Serial Touchpad Service"
gpmoucls.SvcDesc        = "GlidePoint Mouseclass Service"

; ===================== Standard defs =========================================

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
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: web3, load: 3.15