AirplaneModeHid.inf Driver File Contents (Airplane.zip)

;*****************************************************************************
;*
;*  AIRPLANEMODEHID.INF  -   Airplane Mode Mini-Driver
;*  Copyright 2012-, Insyde Corp.
;*
;*  INF File for AirplaneMode Miniport Driver
;*
;*****************************************************************************
[Version]
Signature="$Windows NT$"
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%VENDOR%
DriverVer=12/22/2012,%DriverVersion%
CatalogFile=AirplaneModeHid.cat

[SourceDisksFiles]
AirplaneModeHid.sys  = 99
AirplaneModeHid.inf  = 99
DPInst.exe           = 99
uninstall.exe        = 99

[SourceDisksNames]
99 = %DISK_NAME%,,,""

[DestinationDirs]
DriverInstall = 12                        
DrvPkgInstall = 16422, %TargetDir%	; Program file
DrvPkgUninstall = 16422, %TargetDir%	; Program file

[Manufacturer]
%VENDOR%=Vendor, NTx86.6.1, NTamd64.6.1

; For Win7 and later so that we can use inbox HID-KMDF mapper
[Vendor.NTx86.6.1]
%AirplaneModeHid%    = AirplaneModeHid.Inst, ACPI\VEN_PNP&DEV_C000

[Vendor.NTamd64.6.1]
%AirplaneModeHid%    = AirplaneModeHid.Inst.amd64, ACPI\VEN_PNP&DEV_C000

;===============================================================
;   Instead of using hidkmdf.sys as a filter, use the inbox 
;   mshidkmdf.sys as a mapper filter
;===============================================================
[AirplaneModeHid.Inst.NT]
; Just copy the driver. No neeed to copy other system binaries.
CopyFiles = DriverInstall, DrvPkgInstall

[AirplaneModeHid.Inst.NT.HW]
AddReg = SysKeys,UninstallKeys
DelReg = DelRegistryKeys 

[AirplaneModeHid.Inst.amd64.NT]
; Just copy the driver. No neeed to copy other system binaries.
CopyFiles = DriverInstall, DrvPkgInstall

[AirplaneModeHid.Inst.amd64.NT.HW]
AddReg = SysKeys,UninstallKeys
DelReg = DelRegistryKeys 

;
; hidkmdf is the function driver and AirplaneModeHid is the lower filter
;
[AirplaneModeHid.Inst.NT.Services]
AddService = AirplaneModeHid,0x00000002, AirplaneModeHid_Service_Inst

[AirplaneModeHid.Inst.amd64.NT.Services]
AddService = AirplaneModeHid,0x00000002, AirplaneModeHid_Service_Inst

[SysKeys]
HKR,,"UpperFilters",0x00010000,"mshidkmdf"

[UninstallKeys]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\AirplaneModeHid,DisplayName,%REG_SZ%,"%AirplaneModeHid%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\AirplaneModeHid,UninstallString,%REG_SZ%,"%16422%\%TargetDir%\uninstall.exe"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\AirplaneModeHid,DisplayVersion,%REG_SZ%,"%DriverVersion%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\AirplaneModeHid,Publisher,%REG_SZ%,%Publisher%
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\AirplaneModeHid,URLInfoAbout,%REG_SZ%,"www.insyde.com.tw"

[DelRegistryKeys]
HKLM,"SYSTEM\CurrentControlSet\Services\AirplaneModeHid\Parameters",Initialized

;================================================================
; Configurations for Uninstall
;===============================================================

[DefaultUninstall]
DelFiles = DriverInstall, DrvPkgUninstall
DelReg = UninstallKeys, UninstallDelKeys
RunPostSetupCommands = UninstallDelDir

[UninstallDelKeys]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\AirplaneModeHid
HKLM,SYSTEM\CurrentControlSet\Services\AirplaneModeHid

[UninstallDelDir]
rundll32.exe advpack.dll,DelNodeRunDLL32 """%16422%\%TargetDir%""",8

;================================================================
;--- WDF Coinstaller installation ------

[DestinationDirs]
AirplaneModeHid.Inst_CoInstaller_CopyFiles = 11

[AirplaneModeHid.Inst.amd64.NT.CoInstallers]
AddReg=AirplaneModeHid.Inst_CoInstaller_AddReg
CopyFiles=AirplaneModeHid.Inst_CoInstaller_CopyFiles
                                                                  
[AirplaneModeHid.Inst_CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01011.dll,WdfCoInstaller"

[AirplaneModeHid.Inst_CoInstaller_CopyFiles]
WdfCoInstaller01011.dll,,,0x00000010    ;COPYFLG_NO_OVERWRITE (for win2k)

[SourceDisksFiles]
WdfCoInstaller01011.dll=99 ; make sure the number matches with SourceDisksNames

[AirplaneModeHid.Inst.amd64.NT.Wdf]
KmdfService = AirplaneModeHid, RadioSwitchHidUsbFx2_wdfsect

[RadioSwitchHidUsbFx2_wdfsect]
KmdfLibraryVersion = 1.11

;===============================================================
;   Sections common to all OS versions
;===============================================================

[DriverInstall]
AirplaneModeHid.sys

[DrvPkgInstall]
AirplaneModeHid.inf
DPInst.exe
uninstall.exe

[DrvPkgUninstall]
AirplaneModeHid.inf
DPInst.exe
uninstall.exe,,,1

[AirplaneModeHid_Service_Inst]
DisplayName    = %AirplaneModeHid%
ServiceType    = 1      ;SERVICE_KERNEL_DRIVER
StartType      = 3      ;SERVICE_DEMAND_START 
ErrorControl   = 0      ;SERVICE_ERROR_IGNORE 
ServiceBinary  = %12%\AirplaneModeHid.sys 

[Strings] 
;  *******Localizable Strings******* 
VENDOR           = "Insyde" 
Publisher        = "Insyde Corporation"
AirplaneModeHid  = "Insyde Airplane Mode HID Mini-Driver" 
DISK_NAME        = "HID Radio Switch Install Disk"
DriverVersion		 = "1.2.0.0"
TargetDir        = "Insyde\AirplaneModeDriver"  ;Program file

;  *******Non Localizable Strings******* 

;SERVICE_BOOT_START     = 0x0 
;SERVICE_SYSTEM_START   = 0x1 
;SERVICE_AUTO_START     = 0x2 
;SERVICE_DEMAND_START   = 0x3 
;SERVICE_DISABLED       = 0x4 

;SERVICE_KERNEL_DRIVER  = 0x1 
;SERVICE_ERROR_IGNORE   = 0x0 
;SERVICE_ERROR_NORMAL   = 0x1 
;SERVICE_ERROR_SEVERE   = 0x2 
;SERVICE_ERROR_CRITICAL = 0x3 

REG_EXPAND_SZ          = 0x00020000 
REG_DWORD              = 0x00010001 
REG_MULTI_SZ           = 0x00010000
REG_BINARY             = 0x00000001
REG_SZ                 = 0x00000000

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 2.08