; GLIDE.INF
; - Installs core mouse support files, etc.
; - Includes drivers for detected & PnP devices
; Copyright (c) 2000 Fellowes Corporation
; WWWCat - 500u - Firmware 5.03 ready
[Version]
Signature = "$Windows NT$"
Class = Mouse
ClassGUID = {4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider = %Provider%
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
[SourceDisksNames]
51 = %Disk_One_Name%,,1
[SourceDisksFiles]
gp8042.sys = 51
gpsermou.sys = 51
gpmoucls.sys = 51
[ControlFlags]
; Exclude all bus mice and InPort mice for all platforms.
ExcludeFromSelect.nt = *PNP0F00,*PNP0F02,*PNP0F0D,*PNP0F11,*PNP0F15,*PNP0F18
;
; Mark any install sections for drivers that also control the i8042 keyboard
; port, so that we can warn the user that they may also be affecting their
; keyboard with a mouse driver change.
;
; NOT_USED
;SharedDriver = PS2_Inst,%PS2_Inst.SharedDriverMsg%
; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%CirqueMfg% = CirqueMfg ; Fellowes
[CirqueMfg]
%*PNP0F01.DeviceDesc% = Ser_Inst,MICROSOFT_SERIAL_MOUSE,*PNP0F01,*PNP0F08,*PNP0F09,*PNP0F0C,*PNP0F0F,*PNP0F17 ; Serial mouse
%*CRQ0010.DeviceDesc% = Ser_Inst,CRQ0010_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL,*CRQ0010
%*CRQ0014.DeviceDesc% = Ser_Inst,CRQ0014_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL,*CRQ0014
%*CRQ0018.DeviceDesc% = Ser_Inst,CRQ0018_-_MICROSOFT_SERIAL_MOUSE_WITH_WHEEL,*CRQ0018
%*PNP0F03.DeviceDesc% = PS2_Inst,MICROSOFT_PS2_MOUSE,*PNP0F03,*PNP0F0E,*PNP0F12,*PNP0F13,*PNP0F19 ; PS/2 mouse
; Install Sections
; ---------------------------------------------------------
; -------------- Disable other drivers
[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
; -------------- Generate Fellowes Device Key
[Add_Cirque_Key]
HKLM,%GlidePointKey%,Model,,%Model%
HKLM,%GlidePointKey%,Config1,1,03,00,00,00
HKLM,%GlidePointKey%,SwapAuxRight,1,1
HKLM,%GlidePointKey%,Buttons,1,3
HKLM,%GlidePointKey%,DimentionX,1,00,80
HKLM,%GlidePointKey%,DimentionY,1,00,60
HKLM,%HardWareConfigKey%,WideZStill,65537,01,00,D8,00
HKLM,%HardWareConfigKey2%,WideZStill,65537,01,00,D8,00
HKLM,%HardWareConfigKey3%,WideZStill,65537,01,00,D8,00
HKLM,%HardWareConfigKey%,CompFlags,65537,E0,03,A5,00
HKLM,%HardWareConfigKey2%,CompFlags,65537,E0,03,A5,00
HKLM,%HardWareConfigKey3%,CompFlags,65537,E0,03,A5,00
HKLM,%HardWareConfigKey2%,zScaler,65537,0E,00,A4,00
[Del_Cirque_Key]
HKLM,%HardWareConfigKey%,zEmpty
HKLM,%HardWareConfigKey2%,zEmpty
HKLM,%HardWareConfigKey3%,zEmpty
HKLM,%HardWareConfigKey%,zFinger
HKLM,%HardWareConfigKey2%,zFinger
HKLM,%HardWareConfigKey3%,zFinger
; -------------- Mouse Class Driver install sections
[gpmoucls_CopyFiles]
gpmoucls.sys
[gpmoucls_Service_Inst]
DisplayName = %gpmoucls.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\gpmoucls.sys
LoadOrderGroup = Pointer Class
[gpmoucls_EventLog_Inst]
AddReg = gpmoucls_EventLog_AddReg
AddReg = Disable_Other_Drivers
AddReg = Add_Cirque_Key
DelReg = Del_Cirque_Key
[gpmoucls_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gpmoucls.sys"
HKR,,TypesSupported,0x00010001,7
; -------------- Serial Mouse
[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 ; Class Driver
[Ser_CopyFiles]
gpsermou.sys
[gpsermou_Service_Inst]
DisplayName = %gpsermou.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\gpsermou.sys
LoadOrderGroup = Pointer Port
[gpsermou_EventLog_Inst]
AddReg = gpsermou_EventLog_AddReg
AddReg = Disable_Other_Drivers
[gpsermou_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gpsermou.sys"
HKR,,TypesSupported,0x00010001,7
; -------------- PS/2 Mouse
[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 = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\gp8042.sys
LoadOrderGroup = Keyboard Port
[gp8042_EventLog_Inst]
AddReg = gp8042_EventLog_AddReg
AddReg = Disable_Other_Drivers
[gp8042_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gp8042.sys"
HKR,,TypesSupported,0x00010001,7
;
; This section is used during startup by the Windows NT Plug&Play Manager
; to simulate enumeration of the mouse based on information retrieved from
; ARC firmware/NTDETECT.
;
;[LegacyXlate.DevId]
;PS2_MOUSE = *PNP0F0E ; Std PS/2 mouse i8042prt
;SERIAL_MOUSE = *PNP0F0C ; Std serial mouse sermouse
;MICROSOFT_PS2_MOUSE = *PNP0F03 ; MS PS/2 mouse i8042prt
;LOGITECH_PS2_MOUSE = *PNP0F12 ; Logi PS/2 mouse i8042prt
;MICROSOFT_INPORT_MOUSE = *PNP0F02 ; MS InPort mouse inport
;MICROSOFT_SERIAL_MOUSE = *PNP0F01 ; MS serial mouse sermouse
;MICROSOFT_BALLPOINT_SERIAL_MOUSE = *PNP0F09 ; MS serial BallPoint sermouse
;LOGITECH_SERIAL_MOUSE = *PNP0F08 ; Logi serial mouse sermouse
;MICROSOFT_BUS_MOUSE = *PNP0F00 ; MS bus mouse busmouse
; User visible strings
; ---------------------------------------------------------
[Strings]
Provider = "Fellowes"
MouseClassName = "Mouse"
; Mfg names
CirqueMfg = "Fellowes"
; Device Names
*PNP0F01.DeviceDesc = "Fellowes Serial Touchpad (WinNT4.0)"
*CRQ0010.DeviceDesc = "Fellowes Serial Touchpad (WinNT4.0)"
*CRQ0014.DeviceDesc = "Fellowes Serial Internet Touchpad (WinNT4.0)"
*CRQ0018.DeviceDesc = "Fellowes Serial Touchpad Keyboard (WinNT4.0)"
*PNP0F03.DeviceDesc = "Fellowes PS/2 Touchpad (WinNT4.0)"
; Service Names
gp8042.SvcDesc = "i8042 Keyboard,PS/2 Mouse (Fellowes)"
gpsermou.SvcDesc = "Serial Mouse Driver (Fellowes)"
gpmoucls.SvcDesc = "Mouse Class Driver (Fellowes)"
; Description of device also controlled by a shared driver
;PS2_Inst.SharedDriverMsg = "keyboard port"
; Source Disk Name
Disk_One_Name = "Fellowes Driver Disk"
; Model & Device
Model = "Fellowes WWW Cat"
GlidePointKey = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters"
HardWareConfigKey = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0010\DeviceSettings"
HardWareConfigKey2 = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0014\DeviceSettings"
HardWareConfigKey3 = "SYSTEM\CurrentControlSet\Services\gpmoucls\parameters\CRQ0018\DeviceSettings"
Download Driver Pack
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.