; pmufiltr.inf ; ; (c) Copyright 2005 Dialogue Technology Corp. ; [Version] Signature="$Windows NT$" Provider=%PMUSB.Mfg% ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318} Class=Mouse ;CatalogFile=pmufiltr.cat DriverVer=09/27/2005, 1.0 [DestinationDirs] DefaultDestDir = 12 ; ; Driver information ; [Manufacturer] %PMUSB.Mfg% = PMUSB.Mfg [PMUSB.Mfg] %PMUSB0% = pmufiltr, HID\VID_1204&PID_9998 %PMUSB1% = pmufiltr, HID\VID_14E1&PID_5000 ; ; General installation section ; [pmufiltr] ; perform port related actions from msmouse.inf Include=msmouse.inf Needs=HID_Mouse_Inst.NT CopyFiles=@pmufiltr.sys ; ; Service Installation ; [pmufiltr.Services] include = msmouse.inf Needs = MouClass.Services Needs = HID_Mouse_Inst.Services AddService = pmufiltr, , pmufiltr_Service_Inst [pmufiltr_Service_Inst] DisplayName = %pmufiltr.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Pointer Port ServiceBinary = %12%\pmufiltr.sys [pmufiltr.HW] ; Add the device upper filter AddReg = pmufiltr.HW.AddReg [pmufiltr.HW.AddReg] HKR,,"UpperFilters",0x00010000,"pmufiltr" ; ; Source file information ; [SourceDisksNames] 1 = %DiskId1%,,, [SourceDisksFiles] pmufiltr.sys = 1,, [Strings] ; ; Non-Localizable Strings ; REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 SERVICEROOT = "System\CurrentControlSet\Services" ; ; Localizable Strings ; DiskId1 = "PenMount USB Installation Disk #1 (Mouse)" PMUSB.Mfg = "Dialogue Technology Corp." PMUSB0 = "PenMount USB Mouse" PMUSB1 = "PenMount USB Mouse" pmufiltr.SvcDesc="PenMount USB Mouse Filter"