; PenMount.INF ; ; Version 4.1, 2005/12/15 ; ; INF file for USB Driver ; ; Copyright (c) 2003, 2004 Dialogue Technology Corp. ; [Version] Signature = "$WINDOWS NT$" Class = HIDClass ClassGuid = {745a17a0-74d3-11d0-b6fe-00a0c90f57da} Provider = %PENMOUNTMfg% CatalogFile = PenMount.CAT DriverVer = 12/15/2005, 4.1 [SourceDisksNames] 1=%PenMountDisk%,, [SourceDisksFiles] pm_lower.sys = 1 [ControlFlags] ExcludeFromSelect = * [DestinationDirs] DefaultDestDir = 10,System32\Drivers ; -------------------------------------------------------------------------------- ; Manufacturer Section ; -------------------------------------------------------------------------------- [Manufacturer] %PENMOUNTMfg% = PENMOUNTMice ; PENMOUNT Touchsystems [PENMOUNTMice] %USB\VID_14E1&PID_5000.DeviceDesc% = PenMountUSB.Install, USB\VID_14E1&PID_5000 %USB\VID_1204&PID_9998.DeviceDesc% = PenMountUSB.Install, USB\VID_1204&PID_9998 ; -------------------------------------------------------------------------------- ; Win XP PenMount USB Install Sections ; -------------------------------------------------------------------------------- [PenMountUSB.Install.NT] Include = input.inf Needs = HID_Inst.NT Copyfiles = PenMountUSB.Install.CopyFiles.NT [PenMountUSB.Install.NT.HW] DelReg = PenMount_HW_DelReg AddReg = PenMount_HW_AddReg ; -------------------------- Copy files --------------- [PenMountUSB.Install.CopyFiles.NT] pm_lower.sys ; ------------------------- Registry ------------------- [PenMount_HW_DelReg] HKR,,"UpperFilters" [PenMount_HW_AddReg] HKR,,"LowerFilters",0x00010000,"pm_lower" HKCU,"Control Panel\Mouse",DoubleClickHeight,0x00000000,"25" HKCU,"Control Panel\Mouse",DoubleClickWidth,0x00000000,"25" HKCU,"Control Panel\Mouse",DoubleClickSpeed,0x00000000,"800" ; ----------------------------- Add services ------------ [PenMountUSB.Install.NT.Services] Include = input.inf Needs = HID_Inst.NT.Services AddService = pm_lower,,pm_lower_Service_Inst include = msmouse.inf needs = MouClass.Services [pm_lower_Service_Inst] DisplayName = "pm_lower" ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_DEMAND_START% ErrorControl = 0 ;%SERVICE_ERROR_IGNORE% ServiceBinary = %12%\pm_lower.sys LoadOrderGroup = extended base ; -------------------------------------------------------------------------------- ; String Section ; -------------------------------------------------------------------------------- [Strings] PenMountDisk="PenMount USB" PENMOUNTMfg="Dialogue Technology Corp." USB\VID_14E1&PID_5000.DeviceDesc="PenMount USB" USB\VID_1204&PID_9998.DeviceDesc="PenMount USB" PENMOUNT.SvcDesc="PenMount HID driver"