home *** CD-ROM | disk | FTP | other *** search
- ; HidDigi.INF
- ; Copyright (c) 2000,2002 Microsoft Corporation
-
- [version]
- signature="$WINDOWS NT$"
- Class=HIDClass
- ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
- Provider=%Ntrig%
- DriverVer=06/21/2006,6.0.6001.18000
-
- [ControlFlags]
- ExcludeFromSelect=*
-
- [DestinationDirs]
- DefaultDestDir =11 ;LDID_SYS
- ntrigdigiInst.NT.Copy =12 ;LDID_DRIVERS
-
- [SourceDisksNames]
- 3426=windows cd
-
- [SourceDisksFiles]
- ntrigdigi.sys = 3426
-
-
- ; Drivers
- ;----------------------------------------------------------
- [Manufacturer]
- %Ntrig%=Ntrig
-
- [Ntrig]
- %ACPI\NTR0001.DeviceDesc% =ntrigdigiInst,ACPI\NTR0001
-
- [ntrigdigiInst]
- CopyFiles =ntrigdigiInst.NT.Copy
-
- [ntrigdigiInst.NT.Copy]
- ntrigdigi.sys
-
- [ntrigdigiInst.HW]
- AddReg =SerialInst.NT.HW.AddReg
-
- [ntrigdigiInst.Services]
- AddService =ntrigdigi,0x00000002,ntrigdigiServiceInst,NtrigEventLogInst
- AddService =Serial,,SerialServiceInst, SerialEventLogInst
-
- [NtrigEventLogInst]
- AddReg =NtrigEventLogAddReg
-
- [NtrigEventLogAddReg]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\ntrigdigi.sys"
- HKR,,TypesSupported,0x00010001,7
-
- ; -------------- Ntrig Pen Driver install section
- [ntrigdigiServiceInst]
- DisplayName = %ntrigdigi.SVCDESC%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ;
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\ntrigdigi.sys
- LoadOrderGroup = Extended Base
-
- [SerialInst.NT.HW.AddReg]
- HKR,,"LowerFilters",0x00010000,"serial"
- HKR,,"MultiportDevice",0x00010001,0
- HKR,,"SerialRelinquishPowerPolicy",0x00010001,1
-
- [SerialEventLogInst]
- AddReg = SerialEventLogAddReg
-
- [SerialEventLogAddReg]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\serial.sys"
- HKR,,TypesSupported,0x00010001,7
-
- ; -------------- Serial Port Driver install sections
- [SerialServiceInst]
- DisplayName = %Serial.SVCDESC%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- ServiceBinary = %12%\serial.sys
- LoadOrderGroup = Extended base
-
- [Strings]
- ;Non-localized strings
- DiskId = "NTRIG DISK"
- Ntrig="N-trig Innovative Technologies"
- ACPI\NTR0001.DeviceDesc="N-Trig HID Tablet Digitizer"
- ntrigdigi.SVCDESC="N-trig HID Tablet Driver"
- Serial.SVCDESC="Serial Port Driver"
-
- ;Localized strings
-
-