WBFIR.INF Driver File Contents (4775_FIR.EXE)

;
;  wbfir.INF
;
[Version]
LayoutFile=layout.inf     ; for Windows 95
Signature=$CHICAGO$
Class=Net
Provider="Winbond"


[DestinationDirs]
;
;  Specify destination directories for groups of files.
;  '11' indicates the Windows System directory.
;
DefaultDestDir=11
wbfirpio_CopyFiles=11

[Manufacturer]
;
;  Specify a name and devices section for each supported manufacturer that
;  makes products of this class.
;
"Winbond Electronics Corp."=WB_Devices

[WB_Devices]
;
;  This section describes the devices of this class made by a particular
;  manufacturer.  
;  The first descriptor, delimited by '%', is a symbolic string whose actual
;  value is given in the [Strings] section below. 
;
%StandardExpl510%=wbfir510_Install,*WEC0510
%StandardExpl511%=wbfir511_Install,*WEC0511

[wbfir510_Install]
;
;  This section describes how to install a particular device.
;  It names other sections which detail the registry changes
;  that need to be made and the files that need to be copied.
;
DeviceID=*WEC0510
CopyFiles=wbfir_CopyFiles
AddReg=wbfir_AddReg, wbfir510_AddReg
;LogConfig = wbfir510_LogConfig         ; for PnP
MaxInstance=1

[wbfir511_Install]
;
;  This section describes how to install a particular device.
;  It names other sections which detail the registry changes
;  that need to be made and the files that need to be copied.
;
DeviceID=*WEC0511
CopyFiles=wbfir_CopyFiles
AddReg=wbfir_AddReg, wbfir511_AddReg
;LogConfig = wbfir511_LogConfig         ; for PnP
MaxInstance=1

[wbfir510_LogConfig]
ConfigPriority=HARDRECONFIG
IOConfig=3F8-3FF(3FF::),2F8-2FF(3FF::),3E8-3EF(3FF::),2E8-2EF(3FF::),3E0-3E7(3FF::),2E0-2E7(3FF::)
IRQConfig=3,4,5,7,10,11

[wbfir511_LogConfig]
ConfigPriority=HARDRECONFIG
IOConfig=3F8-3FF(3FF::),2F8-2FF(3FF::),3E8-3EF(3FF::),2E8-2EF(3FF::),3E0-3E7(3FF::),2E0-2E7(3FF::)
IRQConfig=3,4,5,7,10,11
DMAConfig=0,1,3

[wbfir_CopyFiles]
;
;  This section lists the source and destination names of files that need
;  to be copied to the user's drive.  The destination directory is given
;  in the [DestinationDirs] section above.
;
wbfirpio.sys
wbfirdma.sys

[wbfir_AddReg]
;
;  This section describes additions to the Windows registry.
;  See the Windows 95 Resource kit and be sure of what you're
;  doing before making changes.  You can use the regedit.exe tool that
;  comes with Windows 95/NT to browse the registry.
;
HKR,,DevLoader,,*ndis
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00
HKR,Ndi\Interfaces,DefUpper,0,%UpperInterface%
HKR,Ndi\Interfaces,UpperRange,0,%UpperInterface%
HKR,Ndi,CardType,0,FORCEENUM

;
;  This entry is required by the NDI loader, IR_NDI.DLL, 
;  to identify this driver as an infrared miniport driver
;  which must be bound to (only) the Fast Infrared Protocol.
;
HKR,Ndi,AdapterType,,"IrDA Infrared Miniport"

;
;  These entries allow the user to set up the wbfirpio driver for a specific
;  type of infrared transceiver.  Some UART infrared chips have minor
;  idiosyncracies which make them not quite standard, so the driver has
;  to know about it.
;
;  Note that this enumeration must match the wbfirpio.sys source code.
;
HKR,Ndi\params\InfraredTransceiverType,ParamDesc,,"Infrared Transceiver"
HKR,Ndi\params\InfraredTransceiverType,flag,1,20,00,00,00
HKR,Ndi\params\InfraredTransceiverType,default,,0
HKR,Ndi\params\InfraredTransceiverType,type,,enum
HKR,Ndi\params\InfraredTransceiverType\enum,"0",,"HP"
HKR,Ndi\params\InfraredTransceiverType\enum,"1",,"IBM"
HKR,Ndi\params\InfraredTransceiverType\enum,"2",,"SHARP"
HKR,Ndi\params\InfraredTransceiverType\enum,"3",,"TEMIC"
HKR,Ndi\params\InfraredTransceiverType\enum,"4",,"TI"

HKR,Ndi\params\TurnAroundTime,ParamDesc,,"Turn Around Time"
HKR,Ndi\params\TurnAroundTime,flag,1,20,00,00,00
HKR,Ndi\params\TurnAroundTime,default,,3
HKR,Ndi\params\TurnAroundTime,type,,enum
HKR,Ndi\params\TurnAroundTime\enum, "0",," 250 uc"
HKR,Ndi\params\TurnAroundTime\enum, "1",," 500 uc"
HKR,Ndi\params\TurnAroundTime\enum, "2",," 750 uc"
HKR,Ndi\params\TurnAroundTime\enum, "3",,"1000 uc"
HKR,Ndi\params\TurnAroundTime\enum, "4",,"1250 uc"
HKR,Ndi\params\TurnAroundTime\enum, "5",,"1500 uc"
HKR,Ndi\params\TurnAroundTime\enum, "6",,"1750 uc"
HKR,Ndi\params\TurnAroundTime\enum, "7",,"2000 uc"
HKR,Ndi\params\TurnAroundTime\enum, "8",,"2500 uc"
HKR,Ndi\params\TurnAroundTime\enum, "9",,"3000 uc"
HKR,Ndi\params\TurnAroundTime\enum,"10",,"3500 uc"
HKR,Ndi\params\TurnAroundTime\enum,"11",,"4000 uc"
HKR,Ndi\params\TurnAroundTime\enum,"12",,"4500 uc"
HKR,Ndi\params\TurnAroundTime\enum,"13",,"5000 uc"
HKR,Ndi\params\TurnAroundTime\enum,"14",,"6000 uc"
HKR,Ndi\params\TurnAroundTime\enum,"15",,"7000 uc"
HKR,Ndi\params\TurnAroundTime\enum,"16",,"8000 uc"
HKR,Ndi\params\TurnAroundTime\enum,"17",,"9000 uc"

;
; NDI Registry entries
;
; IR_NDI.DLL is the NDI Installer for the IR3.0 NDIS drivers.
; These registry entries direct netdi.dll (the Network Properties handler)
; to call ir_ndi.dll with NDI events for these drivers.  This will allow
; ir_ndi.dll to decide how our drivers are bound.
;
HKR,Ndi,MaxInstance,,0  ;prevent multiple bindings
HKR,Ndi,NdiInstaller,,"ir_ndi.dll,IRMINI_NdiProc"

HKR,Ndi,HelpText,0,%wbfirpio_HELP%

[wbfir510_AddReg]
HKR,Ndi\Install,,0,wbfir510_Install

HKR,,DriverDesc,0,%StandardExpl510%
HKR,Ndi,DeviceID,,"*WEC0510"
HKR,,DeviceVxDs,0,wbfirpio.sys
HKR,Ndi,DeviceID,,*WEC0510
HKR,,AdapterName,0,*WEC0510
HKR,NDIS,LogDriverName,0,*WEC0510

[wbfir511_AddReg]
HKR,Ndi\Install,,0,wbfir511_Install

HKR,,DriverDesc,0,%StandardExpl511%
HKR,Ndi,DeviceID,,"*WEC0511"
HKR,,DeviceVxDs,0,wbfirdma.sys
HKR,Ndi,DeviceID,,*WEC0511
HKR,,AdapterName,0,*WEC0511
HKR,NDIS,LogDriverName,0,*WEC0511

;[SourceDisksNames]
;1=%disk1Name%,,

[SourceDisksFiles]
wbfirpio.sys=1
wbfirdma.sys=1

[Strings]
;
;  This section defines symbolic string constants for use in the rest
;  of the .inf script.  You should create and use symbols for all 
;  translatable strings in order to make localization easier.
;  Also, spaces within strings elsewhere in the script confuse infedit.exe;
;  so use symbolic constants for any multi-word strings.
;
StandardExpl510="Winbond Infrared Controller (PIO)"
StandardExpl511="Winbond Infrared Controller (DMA)"
wbfirpio_HELP="Winbond infrared device transmits infrared pulses. This NDIS miniport driver installs as a network adapter and binds to the Fast IR protocol."
disk1Name="Infrared driver Disk 1"
UpperInterface="ndis3,ndis4"
V_CLASSNAME="Network adapters"
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: web3, load: 2.82