Chipmunk
490d319ebe
README is copied from the WT1000 repo, but the recovery wim link was removed, as I couldn't find one on the DL801W. The tablets are nearly the same, so I don't know if it's worth making two repos but whatever
83 lines
4 KiB
INI
Executable file
83 lines
4 KiB
INI
Executable file
;/*++
|
|
;
|
|
;Copyright (c) 2009-2012 Intel Corporation All rights Reserved
|
|
;
|
|
;Module Name:
|
|
;
|
|
; iaiogpioe.inf
|
|
;
|
|
;Abstract:
|
|
; INF file for installing SoC GPIO Controller (INT33FC) driver
|
|
;
|
|
;Installation Notes:
|
|
; Using Devcon: Type "devcon update iaiogpioe.inf ACPI\INT33FC" to install
|
|
;
|
|
;--*/
|
|
|
|
[Version]
|
|
Signature="$WINDOWS NT$"
|
|
Class=System
|
|
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
|
Provider=%INTEL%
|
|
DriverVer=05/04/2014,603.9600.2801.42149
|
|
|
|
CatalogFile=iaiogpioe.cat
|
|
PnPLockDown=1
|
|
|
|
[DestinationDirs]
|
|
DefaultDestDir = 12
|
|
|
|
; ================= Class section =====================
|
|
|
|
[SourceDisksNames]
|
|
1 = %DiskId1%,,,""
|
|
|
|
[SourceDisksFiles]
|
|
iaiogpioe.sys = 1,,
|
|
|
|
;*****************************************
|
|
; Install Section
|
|
;*****************************************
|
|
|
|
[Manufacturer]
|
|
%INTEL%=Intel,NTx86
|
|
|
|
[Intel.NTx86]
|
|
; DisplayName Section DeviceId CompatibleId
|
|
; ----------- ------- -------- ------------
|
|
%GPIO.DeviceDesc1%= GPIO_Device, ACPI\INT33FC, ACPI\INT33B2
|
|
|
|
[GPIO_Device.NT]
|
|
AddProperty=WDTFSOCDeviceCategory
|
|
CopyFiles=Drivers_Dir
|
|
Reboot
|
|
|
|
[Drivers_Dir]
|
|
iaiogpioe.sys
|
|
|
|
;-------------- Service installation
|
|
[GPIO_Device.NT.Services]
|
|
AddService = GPIO,%SPSVCINST_ASSOCSERVICE%, GPIO_Service_Inst
|
|
|
|
; -------------- driver install sections
|
|
[GPIO_Service_Inst]
|
|
DisplayName = %GPIO.SVCDESC%
|
|
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
|
StartType = 3 ; SERVICE_DEMAND_START
|
|
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
|
ServiceBinary = %12%\iaiogpioe.sys
|
|
Dependencies = GPIOClx
|
|
|
|
;
|
|
;--- GPIO_Device Coinstaller installation ------
|
|
;
|
|
|
|
[Strings]
|
|
SPSVCINST_ASSOCSERVICE= 0x00000002
|
|
INTEL = "Intel Corporation"
|
|
DiskId1 = "Intel SoC GPIO Controller Installation Disk #1"
|
|
GPIO.SVCDESC = "Intel SoC GPIO Controller Driver"
|
|
GPIO.DeviceDesc1 ="GPIO Controller"
|
|
|
|
[WDTFSOCDeviceCategory]
|
|
{5D078032-6378-437B-8DA5-9B32B7CA3FDD},2,7,,2
|