GLIDEUSB.INF Driver File Contents (EasyCat2.0.zip)

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

[Version]
;CatalogFile = glide.cat
Signature    = "$CHICAGO$"
Class        = HID
ClassGUID    = {745A17A0-74D3-11D0-B6FE-00A0C90F57DA}
Provider     = %Provider%
LayoutFile   = layout.inf,layout2.inf
DriverVer    = 01/15/2001,2.0.0.17

[SourceDisksNames]
1 = %SetupDisk%,,

[SourceDisksFiles]
;glide.cat   = 1
glide.vxd    = 1
glideapi.dll = 1
glideusb.sys = 1
glidew32.exe = 1

[DestinationDirs]
DefaultDestDir  = 11                  ; system
Glide_USB_Files = 10,system32\drivers ; system32\drivers

[ControlFlags]
ExcludeFromSelect = *

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

[Manufacturer]
%Mfg% = CirqueMfg

[CirqueMfg]
; USB
%USB\VID_0488&PID_0000.DeviceDesc% = Glide_USB_Inst, USB\VID_0488&PID_0000 ; Legacy
%USB\VID_0488&PID_0010.DeviceDesc% = Glide_USB_Inst, USB\VID_0488&PID_0010 ; Easy   Cat
%USB\VID_0488&PID_0014.DeviceDesc% = Glide_USB_Inst, USB\VID_0488&PID_0014 ; Cruise Cat
%USB\VID_0488&PID_0018.DeviceDesc% = Glide_USB_Inst, USB\VID_0488&PID_0018 ; Smooth Cat
%USB\VID_0488&PID_0020.DeviceDesc% = Glide_USB_Inst, USB\VID_0488&PID_0020 ; Easy   Cat
%USB\VID_0488&PID_0024.DeviceDesc% = Glide_USB_Inst, USB\VID_0488&PID_0024 ; Cruise Cat

; ===================== USB GlidePoint ========================================

[Glide_USB_Inst]
Include   = HIDDEV.INF
Needs     = USBHIDDevice
AddReg    = Glide.AddReg
CopyFiles = Glide_Files, Glide_VxD_Files, Glide_USB_Files

[Glide_USB_Inst.HW]
AddReg = Glide_USB_Inst.HW.AddReg

[Glide_USB_Inst.HW.AddReg]
HKR,,LowerFilters,,"glideusb.sys,glide.vxd"

[Glide_USB_Files]
glideusb.sys,,,0x00000004

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

[Glide_Files]
glidew32.exe,,,0x00000020
glideapi.dll,,,0x00000020

[Glide_VxD_Files]
glide.vxd,,,0x00000004

[Glide.AddReg]
; Assumes Cruise Cat default settings
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
; Compensation On The Fly (COTF) Settings
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,%HWConfigKeyCRQ0024%,WideZStill,0x00010001,01,00,BC,00
HKLM,%HWConfigKeyCRQ0028%,WideZStill,0x00010001,01,00,BC,00
HKLM,%HWConfigKeyCRQ0020%,CompFlags, 0x00010001,E0,03,B5,00
HKLM,%HWConfigKeyCRQ0024%,CompFlags, 0x00010001,E0,03,B5,00
HKLM,%HWConfigKeyCRQ0028%,CompFlags, 0x00010001,E0,03,B5,00
HKLM,%HWConfigKeyCRQ0024%,zScaler,   0x00010001,0E,00,B4,00

HKLM,%GlideRunKey%,Glide,,"glidew32.exe"

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

[Strings]

Provider                         = "Cirque"
Mfg                              = "Cirque"
SetupDisk                        = "Glidepoint Setup Disk"

GlideRunKey                      = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"

DefaultModel                     = "Cirque GlidePoint Device"
HWConfigKey                      = "SOFTWARE\Cirque\GlidePoint"
HWConfigKeyCRQ0010               = "SOFTWARE\Cirque\GlidePoint\CRQ0010\DeviceSettings"
HWConfigKeyCRQ0014               = "SOFTWARE\Cirque\GlidePoint\CRQ0014\DeviceSettings"
HWConfigKeyCRQ0018               = "SOFTWARE\Cirque\GlidePoint\CRQ0018\DeviceSettings"
HWConfigKeyCRQ0020               = "SOFTWARE\Cirque\GlidePoint\CRQ0020\DeviceSettings"
HWConfigKeyCRQ0024               = "SOFTWARE\Cirque\GlidePoint\CRQ0024\DeviceSettings"
HWConfigKeyCRQ0028               = "SOFTWARE\Cirque\GlidePoint\CRQ0028\DeviceSettings"

USB\VID_0488&PID_0000.DeviceDesc = "Cirque USB GlidePoint"
USB\VID_0488&PID_0010.DeviceDesc = "Cirque USB Easy Cat"
USB\VID_0488&PID_0014.DeviceDesc = "Cirque USB Cruise Cat"
USB\VID_0488&PID_0018.DeviceDesc = "Cirque USB Smooth Cat"
USB\VID_0488&PID_0020.DeviceDesc = "Cirque USB Easy Cat"
USB\VID_0488&PID_0024.DeviceDesc = "Cirque USB Cruise Cat"
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: web5, load: 1.20