; pmufiltr.inf ; ; (c) Copyright 2008 PenMount ; [Version] Signature="$Windows NT$" Provider=%PMUSB.Mfg% ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318} Class=Mouse DriverVer=09/03/2008,2.1.2.2 CatalogFile.NTx86 = pmufx86.cat CatalogFile.NTAMD64 = pmufx64.cat [DestinationDirs] DefaultDestDir = 12 ; ; Driver information ; [Manufacturer] %PMUSB.Mfg% = PMUSB.Mfg, NTx86, NTamd64 [PMUSB.Mfg] %PMUSB0% = pmufiltr, HID\VID_1204&PID_9998 %PMUSB1% = pmufiltr, HID\VID_14E1&PID_5000 %PMUSB2% = pmufiltr, HID\VID_14E1&PID_6000 [PMUSB.Mfg.NTx86] %PMUSB0% = pmufiltr, HID\VID_1204&PID_9998 %PMUSB1% = pmufiltr, HID\VID_14E1&PID_5000 %PMUSB2% = pmufiltr, HID\VID_14E1&PID_6000 [PMUSB.Mfg.NTamd64] %PMUSB0% = pmufiltr, HID\VID_1204&PID_9998 %PMUSB1% = pmufiltr, HID\VID_14E1&PID_5000 %PMUSB2% = pmufiltr, HID\VID_14E1&PID_6000 ; ; 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 = HID_Mouse_Inst.NT.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" HKR,,"WaitWakeEnabled",0x00010001,0 ; ; Source file information ; [SourceDisksNames.x86] 1=%PenMountDisk%,,,\i386 [SourceDisksNames.amd64] 1=%PenMountDisk%,,,\amd64 [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 ; PenMountDisk = "PenMount Driven Touch Panel Installation Package" PMUSB.Mfg = "PenMount" PMUSB0 = "PenMount USB Mouse" PMUSB1 = "PenMount USB Mouse" PMUSB2 = "PenMount USB Mouse" pmufiltr.SvcDesc="PenMount Driven Touch Panel"