Amouse.inf Driver File Contents (aor3d127.exe)

;------------------------------------------------------------------------
;     Amouse.inf
;     Mouse Setup Information File For Windows 2000
;------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=Mouse
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
LayoutFile=layout.inf
DriverVer=02/18/2000,5.00.3000.0

[ClassInstall32.NT]
AddReg=mouse_class_addreg

[mouse_class_addreg]
HKR,,Icon,,"-2"
HKR,,Installer32,,"SysSetup.Dll,MouseClassInstaller"
HKR,,NoInstallClass,,"1"

[DestinationDirs]
DefaultDestDir = 12         ; DIRID_DRIVERS

; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%Mfg%=Mfg

[Mfg]
%PNP0F01.DevDesc%=Ser_Inst,*PNP0F01           
%SERENUM\A4W0005.DevDesc%=Ser_Inst,SERENUM\A4W0005   
%PNP0F13.DevDesc%=PS2Filter_Inst,*PNP0F13,ACPI\PNP0F13                    
%PNP0F03.DevDesc%=PS2Filter_Inst,*PNP0F03,ACPI\PNP0F03                   
%PNP0F0B.DevDesc%=PS2Filter_Inst,*PNP0F0B,ACPI\PNP0F0B                    
%PNP0F0E.DevDesc%=PS2Filter_Inst,*PNP0F0E,ACPI\PNP0F0E                    
%PNP0F12.DevDesc%=PS2Filter_Inst,*PNP0F12,ACPI\PNP0F12                    
%PNP0F1C.DevDesc%=PS2Filter_Inst,*PNP0F1C,ACPI\PNP0F1C                    
%TSB7400.DevDesc%=PS2Filter_Inst,*TSB7400,ACPI\TSB7400                    
%IBM3780.DevDesc%=PS2Filter_Inst,*IBM3780,ACPI\IBM3780                    
%IBM3781.DevDesc%=PS2Filter_Inst,*IBM3781,ACPI\IBM3781                    
%HID\VID_04B4&PID_0001.DeviceDesc%=HID_Mouse_Inst, HID\VID_04B4&PID_0001
%HID\VID_09DA&PID_0006.DeviceDesc%=HID_Mouse_Inst, HID\VID_09DA&PID_0006
%HID\VID_1161&PID_0022&MI_00.DeviceDesc%=HID_Mouse_Inst, HID\VID_1161&PID_0022&MI_00
%HID\VID_2522&PID_0001&MI_00.DeviceDesc%=HID_Mouse_Inst, HID\VID_2522&PID_0001&MI_00
%HID\VID_2522&PID_0002&MI_00.DeviceDesc%=HID_Mouse_Inst, HID\VID_2522&PID_0002&MI_00

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

;----------------------------------------------------------
;    Mouse Class Driver install sections
;----------------------------------------------------------
[mouclass_CopyFiles]
mouclass.sys

[mouclass_Service_Inst]
DisplayName    = %mouclass.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\mouclass.sys
LoadOrderGroup = Pointer Class

[mouclass_EventLog_Inst]
AddReg = mouclass_EventLog_AddReg

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

;--------------------------------------------------------------------------------
;  PS/2 Mouse Driver install sections
;--------------------------------------------------------------------------------
[PS2Filter_Inst]
Include=msmouse.inf
Needs=PS2_Inst
CopyFiles=Amps2prt.CopyFiles

[PS2Filter_Inst.Services]
AddService = Amps2prt,,Amps2prt_Service_Inst
Include=msmouse.inf
Needs=PS2_Inst.Services

[PS2Filter_Inst.HW]
DelReg=PS2Filter_Inst.HW.DelReg
AddReg=PS2Filter_Inst.HW.AddReg
Include=msmouse.inf
Needs=PS2_Inst.HW

[Amps2prt.CopyFiles]
Amps2prt.sys

[PS2Filter_Inst.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"Amps2prt"
HKR,,"EnableWheelDetection",0x00010003,2
HKR,,"MouseInitializePolled",0x00010003,0
HKR,,"DisableInitializePolledUI",0x00010003,1 
HKR,,"SampleRate",0x00010003,100

[PS2Filter_Inst.HW.DelReg]
HKR,,UpperFilters
HKR,,EnableWheelDetection
HKR,,MouseInitializePolled
HKR,,DisableInitializePolledUI
HKR,,SampleRate

[Amps2prt_Service_Inst]
DisplayName    = %Amps2prt.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\Amps2prt.sys

;--------------------------------------------------------------------------------
;  Driver for Serial and HID mouse
;--------------------------------------------------------------------------------
[Amfilter.CopyFiles]
Amfilter.sys

[Amfilter_Service_Inst]
DisplayName    = %Amfilter.SvcDesc%
ServiceType    = 1             ; SERVICE_KERNEL_DRIVER
StartType      = 1             ; SERVICE_SYSTEM_START
ErrorControl   = 0             ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\Amfilter.sys
LoadOrderGroup = Pointer Class

;----------------------------------------------------------
;  Serial Mouse install sections
;----------------------------------------------------------
[Ser_Inst]
CopyFiles = Ser_CopyFiles, Amfilter.CopyFiles, mouclass_CopyFiles

[Ser_Inst.MigrateToDevnode]
Amserprt=NumberOfButtons,SampleRate

[Ser_Inst.HW]
AddReg = Ser_Inst.HW.AddReg

[Ser_Inst.HW.AddReg]
HKR,,"NumberOfButtons",0x00010003,2
HKR,,"SampleRate",0x00010003,40
; To turn off mouse removal detection, uncomment the following line
; HKR,,"WaitEventMask",0x00010001,0xFFFFFFFF

[Ser_Inst.Services]
AddService = Amserprt, 0x00000002, Amserprt_Service_Inst, Amserprt_EventLog_Inst ; Port Driver
AddService = Amfilter,, Amfilter_Service_Inst  
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst            ; Class Driver

[Ser_CopyFiles]
Amserprt.sys

[Amserprt_Service_Inst]
DisplayName    = %Amserprt.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\Amserprt.sys
LoadOrderGroup = Pointer Port

[Amserprt_EventLog_Inst]
AddReg = Amserprt_EventLog_AddReg

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

;--------------------------------------------------------------------
; HID Mouse Driver install sections
;--------------------------------------------------------------------
[HID_Mouse_Inst]
Copyfiles = HID_Mouse_Inst.CopyFiles, Amfilter.CopyFiles, mouclass_CopyFiles

[HID_Mouse_Inst.CopyFiles]
Amusbprt.sys

[HID_Mouse_Inst.Services]
AddService = Amusbprt,0x00000002, Amusbprt_Service_Inst                      ; Hid Driver
AddService = Amfilter,, Amfilter_Service_Inst  
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst        ; Class Driver

[Amusbprt_Service_Inst]
DisplayName    = %Amusbprt.SvcDesc%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 0               ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\Amusbprt.sys
LoadOrderGroup = Pointer Port
AddReg = Amusbprt_Service_Inst_AddReg

[Amusbprt_Service_Inst_AddReg]
HKR,"Parameters","UseOnlyMice",0x00010001,0
HKR,"Parameters","TreatAbsoluteAsRelative",0x00010001,0
HKR,"Parameters","TreatAbsolutePointerAsAbsolute",0x00010001,0


;--------------------------------------------------------------------------
[Strings]
Mfg="AOpen"
PNP0F01.DevDesc="AOpen Serial Port Mouse"
SERENUM\A4W0005.DevDesc="AOpen Serial Port Wheel Mouse"
Amserprt.SvcDesc = "AOpen Serial Port Mouse Driver"

PNP0F13.DevDesc="AOpen PS/2 Port Mouse"
PNP0F03.DevDesc="AOpen PS/2 Port Mouse"
PNP0F12.DevDesc="AOpen PS/2 Port Mouse"
PNP0F0E.DevDesc="AOpen PS/2 Port Mouse"
PNP0F0B.DevDesc="AOpen PS/2 Port Mouse"
PNP0F1C.DevDesc="AOpen PS/2 Port Mouse"
TSB7400.DevDesc="AOpen PS/2 Port Mouse"
IBM3780.DevDesc="AOpen PS/2 Port Mouse"
IBM3781.DevDesc="AOpen PS/2 Port Mouse"
Amps2prt.SvcDesc = "AOpen PS/2 Port Mouse Filter Driver"

HID\VID_04B4&PID_0001.DeviceDesc="AOpen USB Port Mouse"
HID\VID_09DA&PID_0006.DeviceDesc="AOpen USB Port Mouse"
HID\VID_1161&PID_0022&MI_00.DeviceDesc="AOpen USB Port Mouse"
HID\VID_2522&PID_0001&MI_00.DeviceDesc="AOpen USB Port Mouse"
HID\VID_2522&PID_0002&MI_00.DeviceDesc="AOpen USB Port Mouse"
Amusbprt.SvcDesc = "AOpen HID-compliant mouse driver"

Amfilter.SvcDesc = "AOpen Mouse Filter Driver"
mouclass.SvcDesc = "mouse class driver"

















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.40