Expilu2.inf Driver File Contents (U10H015.Utility2.0.zip)

;/*++
;
;Copyright (c) 2004 HON HAI PRECISION IND. CO., LTD. All Rights Reserved
;
;Module Name:
;
;    Expilu2.inf
;
;Abstract:
;    LAN-Express IL 802.11 USB 2.0 Adapter installation script for Win9x/ME.
;
;--*/

[Version]
 Signature           = "$Chicago$"
 Compatible          = 1
 Class               = Net
 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider            = %VER_VENDOR_STR%
 DriverVer           = 08/05/2004, 3.00.22.0   ; Recognized by Windows 2000/XP only
;CatalogFile         = Expilu2.cat
 MillenniumPreferred = .ME

[ControlFlags]
;Exclude all PNP adapters from user selection
 ExcludeFromSelect   = *

[Manufacturer]
 %VER_VENDOR_STR% = DeviceList

[DeviceList]
; DisplayName               Section             DeviceID
; -----------               -------             --------
 %USB2_01_DESC_STR%         = LEX_USB2_01,      USB\VID_09AA&PID_1000
 %USB2_02_DESC_STR%         = LEX_USB2_02,      USB\VID_0915&PID_2000   ; F
 %USB2_03_DESC_STR%         = LEX_USB2_03,      USB\VID_0915&PID_2002
 %USB2_04_DESC_STR%         = LEX_USB2_04,      USB\VID_0572&PID_2000
 %USB2_05_DESC_STR%         = LEX_USB2_05,      USB\VID_0572&PID_2002
 %USB2_06_DESC_STR%         = LEX_USB2_06,      USB\VID_0CDE&PID_0006   
 %USB2_07_DESC_STR%         = LEX_USB2_07,      USB\VID_0CDE&PID_0008   ; Z

;==========
[LEX_USB2_01]       ; Win9x
 AddReg         = LEX_USB2_01.reg, COMMON_USB2.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_01.ME]    ; WinMe
 AddReg         = LEX_USB2_01.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_01.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = LEX_USB2_01.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_01.NT]    ; Win2K/XP
 AddReg         = LEX_USB2_01.reg, COMMON_USB2.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.NT
 DelFiles       = USB2_DRIVER.DelFiles.NT
 BusType        = 15 ; PNP (allows USB)
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[LEX_USB2_01.NT.Services]
 AddService= "LEX_ILU2", 2, LEX_ILU2.Service, LEX_ILU2.EventLog

[LEX_USB2_01.reg]
 HKR,Ndi,DeviceID,0,"USB\VID_09AA&PID_1000"
; 0x3890 = 14480 0x2280 = 8832
 HKR,,PlatformID,0,14480
 HKR,,UsbVariant,0,8832
 HKR,,VendorDesc,0,%USB2_01_DESC_STR%
 HKR,,FWFileName,0,%FWFileName%
 
;==========
[LEX_USB2_02]       ; Win9x
 AddReg         = LEX_USB2_02.reg, COMMON_USB2.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_02.ME]    ; WinMe
 AddReg         = LEX_USB2_02.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_02.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = LEX_USB2_02.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_02.NT]    ; Win2K/XP
 AddReg         = LEX_USB2_02.reg, COMMON_USB2.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.NT
 DelFiles       = USB2_DRIVER.DelFiles.NT
 BusType        = 15 ; PNP (allows USB)
 Characteristics= 0x84

[LEX_USB2_02.NT.Services]
 AddService= "LEX_ILU2", 2, LEX_ILU2.Service, LEX_ILU2.EventLog

[LEX_USB2_02.reg]
 HKR,Ndi,DeviceID,0,"USB\VID_0915&PID_2000"
; 0x3890 = 14480 0x3887 = 14471
 HKR,,PlatformID,0,14480
 HKR,,UsbVariant,0,14471
 HKR,,VendorDesc,0,%USB2_02_DESC_STR%
 HKR,,FWFileName,0,%FWFileName%

;==========
[LEX_USB2_03]       ; Win9x
 AddReg         = LEX_USB2_03.reg, COMMON_USB2.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_03.ME]    ; WinMe
 AddReg         = LEX_USB2_03.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_03.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = LEX_USB2_03.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_03.NT]    ; Win2K/XP
 AddReg         = LEX_USB2_03.reg, COMMON_USB2.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.NT
 DelFiles       = USB2_DRIVER.DelFiles.NT
 BusType        = 15 ; PNP (allows USB)
 Characteristics= 0x84

[LEX_USB2_03.NT.Services]
 AddService= "LEX_ILU2", 2, LEX_ILU2.Service, LEX_ILU2.EventLog

[LEX_USB2_03.reg]
 HKR,Ndi,DeviceID,0,"USB\VID_0915&PID_2002"
; 0x3890 = 14480 0x3887 = 14471
 HKR,,PlatformID,0,14480
 HKR,,UsbVariant,0,14471
 HKR,,VendorDesc,0,%USB2_03_DESC_STR%
 HKR,,FWFileName,0,%FWFileName%

;==========
[LEX_USB2_04]       ; Win9x
 AddReg         = LEX_USB2_04.reg, COMMON_USB2.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_04.ME]    ; WinMe
 AddReg         = LEX_USB2_04.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_04.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = LEX_USB2_04.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_04.NT]    ; Win2K/XP
 AddReg         = LEX_USB2_04.reg, COMMON_USB2.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.NT
 DelFiles       = USB2_DRIVER.DelFiles.NT
 BusType        = 15 ; PNP (allows USB)
 Characteristics= 0x84

[LEX_USB2_04.NT.Services]
 AddService= "LEX_ILU2", 2, LEX_ILU2.Service, LEX_ILU2.EventLog

[LEX_USB2_04.reg]
 HKR,Ndi,DeviceID,0,"USB\VID_0572&PID_2000"
; 0x3890 = 14480 0x3887 = 14471
 HKR,,PlatformID,0,14480
 HKR,,UsbVariant,0,14471
 HKR,,VendorDesc,0,%USB2_04_DESC_STR%
 HKR,,FWFileName,0,%FWFileName%

;==========
[LEX_USB2_05]       ; Win9x
 AddReg         = LEX_USB2_05.reg, COMMON_USB2.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_05.ME]    ; WinMe
 AddReg         = LEX_USB2_05.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_05.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = LEX_USB2_05.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_05.NT]    ; Win2K/XP
 AddReg         = LEX_USB2_05.reg, COMMON_USB2.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.NT
 DelFiles       = USB2_DRIVER.DelFiles.NT
 BusType        = 15 ; PNP (allows USB)
 Characteristics= 0x84

[LEX_USB2_05.NT.Services]
 AddService= "LEX_ILU2", 2, LEX_ILU2.Service, LEX_ILU2.EventLog

[LEX_USB2_05.reg]
 HKR,Ndi,DeviceID,0,"USB\VID_0572&PID_2002"
; 0x3890 = 14480 0x3887 = 14471
 HKR,,PlatformID,0,14480
 HKR,,UsbVariant,0,14471
 HKR,,VendorDesc,0,%USB2_05_DESC_STR%
 HKR,,FWFileName,0,%FWFileName%

;==========
[LEX_USB2_06]       ; Win9x
 AddReg         = LEX_USB2_06.reg, COMMON_USB2.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_06.ME]    ; WinMe
 AddReg         = LEX_USB2_06.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_06.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = LEX_USB2_06.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_06.NT]    ; Win2K/XP
 AddReg         = LEX_USB2_06.reg, COMMON_USB2.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.NT
 DelFiles       = USB2_DRIVER.DelFiles.NT
 BusType        = 15 ; PNP (allows USB)
 Characteristics= 0x84

[LEX_USB2_06.NT.Services]
 AddService= "LEX_ILU2", 2, LEX_ILU2.Service, LEX_ILU2.EventLog

[LEX_USB2_06.reg]
 HKR,Ndi,DeviceID,0,"USB\VID_0CDE&PID_0006"
; 0x3890 = 14480 0x2280 = 8832
 HKR,,PlatformID,0,14480
 HKR,,UsbVariant,0,8832
 HKR,,VendorDesc,0,%USB2_06_DESC_STR%
 HKR,,FWFileName,0,%FWFileName%
 
;==========
[LEX_USB2_07]       ; Win9x
 AddReg         = LEX_USB2_07.reg, COMMON_USB2.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_07.ME]    ; WinMe
 AddReg         = LEX_USB2_07.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_07.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = LEX_USB2_07.reg, COMMON_USB2.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.ME
 DelFiles       = USB2_DRIVER.DelFiles.9x
 DriverVer      = 08/05/2004, 3.00.22.0   ; Recognized by Windows 98/ME here

[LEX_USB2_07.NT]    ; Win2K/XP
 AddReg         = LEX_USB2_07.reg, COMMON_USB2.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = USB2_DRIVER.copy.NT
 DelFiles       = USB2_DRIVER.DelFiles.NT
 BusType        = 15 ; PNP (allows USB)
 Characteristics= 0x84

[LEX_USB2_07.NT.Services]
 AddService= "LEX_ILU2", 2, LEX_ILU2.Service, LEX_ILU2.EventLog

[LEX_USB2_07.reg]
 HKR,Ndi,DeviceID,0,"USB\VID_0CDE&PID_0008"
; 0x3890 = 14480 0x3887 = 14471
 HKR,,PlatformID,0,14480
 HKR,,UsbVariant,0,14471
 HKR,,VendorDesc,0,%USB2_07_DESC_STR%
 HKR,,FWFileName,0,%FWFileName%
  
;###############################################################################
[LEX_ILU2.Service]
 DisplayName    = %LEX_ILU2_SERVICE_STR%
 Description    = "%HelpText%"
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\Expilu2.sys
 LoadOrderGroup = NDIS

[LEX_ILU2.EventLog]
 AddReg         = LEX_ILU2.EventLog.reg

[LEX_ILU2.EventLog.reg]
 HKR,           ,EventMessageFile       ,0x00020000     ,"%%SystemRoot%%\System32\netevent.dll"
 HKR,           ,TypesSupported         ,0x00010001     ,7

;###############################################################################

[COMMON_USB2.reg]
 HKR,NDI                ,CardType               ,0      ,"USB"
 HKR,                   ,BusType                ,0      ,"0"  ; Inconsistency with earlier definition is needed.

[COMMON_NDIS.reg]
; Win9X
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
 HKR,                   ,DeviceVxDs             ,0      ,"Expilu2.sys"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI\Interfaces     ,DefUpper               ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,DefLower               ,0      ,"ethernet"
 HKR,NDIS               ,LogDriverName          ,0      ,"EXPILU2"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,04
 HKR,NDIS               ,MinorNdisVersion       ,1      ,00

[COMMON_NDIS.reg.ME]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
 HKR,                   ,DeviceVxDs             ,0      ,"Expilu2.sys"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis5"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI\Interfaces     ,DefUpper               ,0      ,"ndis5"
 HKR,NDI\Interfaces     ,DefLower               ,0      ,"ethernet"
 HKR,NDIS               ,LogDriverName          ,0      ,"EXPILU2"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,04
 HKR,NDIS               ,MinorNdisVersion       ,1      ,00

[COMMON_NDIS.reg.NT]
 HKR,NDI                ,Service                ,0      ,"LEX_ILU2"
 HKR,Ndi                ,HelpText               ,0      ,"%HelpText%"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis5"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"

[COMMON.reg]
 HKR,                   ,LanExpress             ,0      ,"IL01"
 HKR,                   ,SSID                   ,0      ,"LEX-SSID"
 HKR,                   ,SilentInstall          ,0      ,"1"
 HKR,                   ,ConfigProfile          ,0      ,256
 HKR,                   ,NitroMode              ,0      ,1
 HKR,                   ,PSMode                 ,0      ,1 
 HKR,                   ,PpePdlpEnable          ,0      ,1
 HKR,                   ,PpeCompressEnable      ,0      ,1
 HKR,                   ,PpeConcatEnable        ,0      ,1
 HKR,                   ,PpePiggyBackEnable     ,0      ,1
;HKR,                   ,11dMode                ,0      ,0  ; Default 11dMode to none.

;###############################################################################
[DestinationDirs]
;CopyFiles Section          = Destination Directory ID -- see layout.inf
;-----------------          ------------------------
 DefaultDestDir             = 11 ; Win9x=%windir%\system Win2k=%windir%\system32
 USB2_DRIVER.copy           = 11 ; Win9x=%windir%\system
 USB2_DRIVER.copy.ME        = 11 ; Win9x=%windir%\system
 USB2_DRIVER.DelFiles.9x    = 11 ; Win9x=%windir%\system
 USB2_DRIVER.copy.NT        = 12 ; Win2k=%windir%\system32\drivers
 USB2_DRIVER.DelFiles.NT    = 12 ; Win2k=%windir%\system32\drivers

[USB2_DRIVER.copy]
 Expilu2.sys,,,0x00000004   ; COPYFLG_NOVERSIONCHECK

[USB2_DRIVER.copy.ME]
 Expilu2.sys,,,0x00000004   ; COPYFLG_NOVERSIONCHECK

[USB2_DRIVER.copy.NT]
 Expilu2.sys,,,0x00000004   ; COPYFLG_NOVERSIONCHECK

[USB2_DRIVER.DelFiles.9x]
 %FWFileName%,,,1
 
[USB2_DRIVER.DelFiles.NT]
 %FWFileName%,,,1
 
 
[SourceDisksNames]
;Source Disk ID         = Disk Name
;--------------           ---------
 1                      = %INSTALL_DISK_STR%,,,

[SourceDisksFiles]      ; Win9x
;File Name              = Source Disk ID
;---------                --------------
 Expilu2.sys           = 1

[SourceDisksFiles.ME]   ; WinMe
 Expilu2.sys           = 1

[SourceDisksFiles.X86]  ; Win2K/XP
 Expilu2.sys           = 1


;###############################################################################
[Strings]
;String ID               = String Text
;---------                 -----------
 VER_VENDOR_STR          = "LAN-Express"
 INSTALL_DISK_STR        = "LAN-Express IL 802.11a/g USB 2.0 Driver Disk"

 USB2_01_DESC_STR        = "LAN-Express IL 802.11 USB 2.0 Adapter"
 USB2_02_DESC_STR        = "LAN-Express IL 802.11 USB 2.0 Adapter"
 USB2_03_DESC_STR        = "LAN-Express IL 802.11 USB 2.0 Adapter"
 USB2_04_DESC_STR        = "LAN-Express IL 802.11 USB 2.0 Adapter"
 USB2_05_DESC_STR        = "LAN-Express IL 802.11 USB 2.0 Adapter"
 USB2_06_DESC_STR        = "LAN-Express IL 802.11 USB 2.0 Adapter"
 USB2_07_DESC_STR        = "LAN-Express IL 802.11 USB 2.0 Adapter"
 LEX_ILU2_SERVICE_STR    = "LAN-Express IL 802.11 USB 2.0 Driver"
 HelpText                = "LAN-Express IL 802.11 USB 2.0 Adapter provides wireless local area networking."

 FWFileName              = "Expilu2.arm"

 ON_STR                  = "On"
 OFF_STR                 = "Off"
 POWER_SAVE_STR          = "Power Save Mode"
 POWER_SAVE_OFF_STR      = "Disabled"
 POWER_SAVE_DYN_STR      = "Dynamic"
 POWER_SAVE_MAX_STR      = "Maximum"
 CONFIG_PROFILE          = "Configuration Profile"
 CONFIG_PROF_B_ONLY      = "B only"
 CONFIG_PROF_MIXED       = "Mixed"
 CONFIG_PROF_MIXED_LONG  = "Mixed Long"
 CONFIG_PROF_G_ONLY      = "G only"
 CONFIG_PROF_TEST        = "Test"
 CONFIG_PROF_B_WIFI      = "B WiFi"
 CONFIG_PROF_MIXED_SHORT = "Mixed Short"
 CONFIG_PROF_WIFI_SPEC   = "WiFi Spec"
 NITRO_MODE              = "Nitro Mode"
 PPE_PDLP                = "Direct Link"
 PPE_COMPRESS            = "Compression"
 PPE_CONCAT              = "Concatenation"
 PPE_PIGGYBACK           = "PiggyBack"

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: web2, load: 9.77