Adipfusb.inf Driver File Contents (fast1200_USB.zip)

;---------------------------------------------------------------------------------------
;
; ANALOG DEVICES PROPERTIES               
;                                
;       Copyright © 2005 ADI Corporation. All Rights Reserved.
;
;
;
; ABSTRACT:
;       Windows ME and 98 (Second edition) INF file for the ADI RNDIS Compatible Adapter
;
;---------------------------------------------------------------------------------------
[version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %ADI%
DriverVer   = 03/09/2005, 2.0.0.2


[Manufacturer]
%ADI%     = ADI

[ControlFlags]
ExcludeFromSelect =USB\VID_1110&PID_6489

[ADI]
;
; DisplayName           Section       DeviceID
; -----------           -------       --------
%adipfusb.DeviceDesc%  = pfusbins.ndi,  USB\VID_1110&PID_6489
;
; Windows 9X specific entry
;
[pfusbins.ndi]
AddReg    = adipfusb.win.reg,Common.reg,pfusbins.id.reg

CopyFiles = adipfusb.win.sys.CopyFiles,adipfusb.win.CopyFiles
UpdateInis=adiusb.ins.INISection

[pfusbins.id.reg]
HKR, Ndi, DeviceID, 0, "USB\VID_1110&PID_6489"

;win2000
[pfusbins.ndi.NT]
Characteristics = 0x84
BusType         = 15
AddReg          = adipfusb.nt.reg,Common.reg 
Copyfiles 	= adipfusb.nt.CopyFiles,adipfusb.nt.sys.CopyFiles
UpdateInis	= adiusb.ins.INISection

[pfusbins.ndi.NT.Services]
AddService = adipfusb, 2, adipfusb.Service, common.EventLog

;
; adipfusb NT specific
;
[adipfusb.nt.reg]
HKR, Ndi,                       Service,    0, "adipfusb"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
; Set TCP Window Size to 64K
HKLM, System\CurrentControlSet\Services\Tcpip\Parameters, TcpWindowSize, 0x00010001, 65535

[adipfusb.Service]
DisplayName     = %adipfusb.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\adipfusb.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[common.EventLog]
AddReg = common.AddEventLog.reg

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

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001



; adipfusb Win9x specific
[adipfusb.win.reg]

HKR,Ndi,CardType,,"PNP"
HKR,Ndi\Remove,,,"adipfusb.Remove"
; Set TCP Window Size to 64K
HKLM, System\CurrentControlSet\Services\VxD\MSTCP, DefaultRcvWindow, 0, 65535

HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "adipfusb.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
; memphis appears to not support the ndis5 upper range, so use ndis3
HKR, Ndi\Interfaces,DefUpper,           0, "ndis3"
HKR, Ndi\Interfaces,DefLower,           0, "ethernet"
HKR, Ndi\Interfaces,UpperRange,         0, "ndis3"
HKR, Ndi\Interfaces,LowerRange,         0, "ethernet"

HKR, NDIS,          LogDriverName,      0, "adipfusb"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A

HKR, Ndi\Install,   ndis3,              0, "adipfusb.install"

;
; Common registry entries
;
[Common.reg]
HKR, ,   InfPath,0,"adipfusb.inf"

HKR, Ndi\params\TxBufferCount,   ParamDesc,  0, %TxBufferCount%
HKR, Ndi\params\TxBufferCount,   default,    0, "512"
HKR, Ndi\params\TxBufferCount,   min,        0, "1"
HKR, Ndi\params\TxBufferCount,   max,        0, "1024"
HKR, Ndi\params\TxBufferCount,   step,       0, "1"
HKR, Ndi\params\TxBufferCount,   Base,       0, "10"
HKR, Ndi\params\TxBufferCount,   type,       0, "int"

HKR, Ndi\params\RxBufferCount,   ParamDesc,  0, %RxBufferCount%
HKR, Ndi\params\RxBufferCount,   default,    0, "128"
HKR, Ndi\params\RxBufferCount,   min,        0, "1"
HKR, Ndi\params\RxBufferCount,   max,        0, "1024"
HKR, Ndi\params\RxBufferCount,   step,       0, "1"
HKR, Ndi\params\RxBufferCount,   Base,       0, "10"
HKR, Ndi\params\RxBufferCount,   type,       0, "int"

HKR, Ndi\params\DebugLevel,   	 ParamDesc,  0, %DebugLevel%
HKR, Ndi\params\DebugLevel,   	 default,    0, "0"
HKR, Ndi\params\DebugLevel,   	 min,        0, "0"
HKR, Ndi\params\DebugLevel,   	 max,        0, "FFFFFFFF"
HKR, Ndi\params\DebugLevel,   	 step,       0, "1"
HKR, Ndi\params\DebugLevel,   	 Base,       0, "16"
HKR, Ndi\params\DebugLevel,   	 type,       0, "dword"

HKR, Ndi\params\DebugModule,   	 ParamDesc,  0, %DebugModule%
HKR, Ndi\params\DebugModule,   	 default,    0, "FFFFFFFF"
HKR, Ndi\params\DebugModule,  	 min,        0, "0"
HKR, Ndi\params\DebugModule,  	 max,        0, "FFFFFFFF"
HKR, Ndi\params\DebugModule,  	 step,       0, "1"
HKR, Ndi\params\DebugModule,  	 Base,       0, "16"
HKR, Ndi\params\DebugModule,  	 type,       0, "dword"

[adiusb.ins.INISection]
adidsl.ini,"SetupInfo", "DeviceID=*","DeviceID=USB\VID_1110&PID_6489"

;-----------------------------------------------------------------------------
; DestinationDirs
;
[adipfusb.nt.sys.CopyFiles]
adipfusb.sys,,,2

[adipfusb.win.sys.CopyFiles]
adipfusb.sys,,,2

[adipfusb.nt.CopyFiles]

[adipfusb.win.CopyFiles]

[SourceDisksNames]

1= %adipfusb.DiskDesc%,,, 


[SourceDisksFiles]

adipfusb.sys=1

[DestinationDirs]
adipfusb.nt.sys.CopyFiles  = 12
adipfusb.win.sys.CopyFiles = 11
adipfusb.nt.CopyFiles      = 11
adipfusb.win.CopyFiles     = 11

[Strings]

ADI   = "ADI"

TxBufferCount   = "Number of TX Buffers"
RxBufferCount   = "Number of RX Buffers"
Debuglevel	= "Debug Level"
DebugModule	= "Debug Module"

adipfusb.DeviceDesc    = "ADI RNDIS Compatible Adapter"
adipfusb.DiskDesc      = "ADI RNDIS Compatible Driver Installation CD ROM"

adipfusb.Service.DispName = "ADI RNDIS Compatible Adapter"
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: web5, load: 1.12