home *** CD-ROM | disk | FTP | other *** search
- ; INF file for LINKSYS USB-NDIS Cable Gateway Miniport Driver for Windows 98/SE/ME & Windows 2000/XP
- ;
-
-
- [Version]
- ;LayoutFile=layout.inf
- Signature="$Chicago$"
- Compatible=1
- Class=Net
- ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
- Provider=%V_LINKSYS%
- CatalogFile = WCG200B.cat ;; for WHQL certified
- DriverVer=12/21/2002,1.10.00.0000
-
- [Manufacturer]
- %V_LINKSYS%=LINKSYS, NT.5.1
-
- [ControlFlags]
- ExcludeFromSelect = USB\VID_077B&PID_08B7
-
- [LINKSYS]
- %WCG200B.DeviceDesc%=WCG200B.ndi, USB\VID_077B&PID_08B7
-
- [LINKSYS.NT.5.1]
- %WCG200B.DeviceDesc%=WCG200BXP.ndi, USB\VID_077B&PID_08B7
-
-
- ;*******************************************************************************
- ; Win98 main sections
-
- [WCG200B.ndi]
- AddReg = WCG200B.ndi.reg, WCG200B.Params,USBCM_Uninstall.reg
- CopyFiles = WCG200B.Copyfiles,USBCM.Uninstall
-
-
- ;*******************************************************************************
- ; NT main sections
-
- [WCG200B.ndi.NT]
- AddReg = WCG200B.NT.reg, WCG200B.Params,USBCM_Uninstall.reg
- CopyFiles = WCG200B.NT.CopyFiles,USBCM.Uninstall
- Characteristics = 0x84
- BusType = 15
-
- [WCG200B.ndi.NT.Services]
- AddService = WCG200B, 2, WCG200B.Service, WCG200B.EventLog
-
- ;*******************************************************************************
- ; XP main sections
-
- [WCG200BXP.ndi.NT]
- AddReg = WCG200B.NT.reg, WCG200B.Params,USBCM_Uninstall.reg
- CopyFiles = WCG200B.XP.CopyFiles,USBCM.Uninstall
- Characteristics = 0x84
- BusType = 15
-
- [WCG200BXP.ndi.NT.Services]
- AddService = WCG200BXP, 2, WCG200BXP.Service, WCG200B.EventLog
-
-
-
- ;*******************************************************************************
- ; Windows 98 section
- ;*******************************************************************************
-
- [WCG200B.ndi.reg]
- HKR, Ndi, DeviceId, 0,"USB\VID_077B&PID_08B7"
- HKR,,DevLoader,0,"*ndis"
- HKR,,DeviceVxDs,0,"WCG200B.sys"
- HKR,,EnumPropPages,0,"netdi.dll,EnumPropPages"
-
- HKR,,AdapterName,,WCG200B
- HKR,Ndi,CardType,,"PNP"
-
- ; NDIS info
- HKR,NDIS,LogDriverName,0,"WCG200B"
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0a
-
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,0,"ndis3"
- HKR,Ndi\Interfaces,DefLower,0,"ethernet"
- HKR,Ndi\Interfaces,UpperRange,0,"ndis3"
- HKR,Ndi\Interfaces,LowerRange,0,"ethernet"
-
- ; Install sections
- HKR,Ndi\Install,ndis3,,"cme.install"
- HKR,Ndi,HelpText,,"Linksys WCG200 Wireless-G Cable Gateway(B)"
-
-
- ;*******************************************************************************
- ; Driver parameters
- ;*******************************************************************************
-
- [WCG200B.Params]
-
- HKR, Ndi\params\NumRxBuffers,ParamDesc,0, "NumRxBuffers"
- HKR, Ndi\params\NumRxBuffers,default, 0, "32"
- HKR, Ndi\params\NumRxBuffers,min, 0, "1"
- HKR, Ndi\params\NumRxBuffers,max, 0, "00001024"
- HKR, Ndi\params\NumRxBuffers,step, 0, "1"
- HKR, Ndi\params\NumRxBuffers,Base, 0, "10"
- HKR, Ndi\params\NumRxBuffers,type, 0, "int"
-
- HKR, Ndi\params\NumTxBuffers,ParamDesc,0, "NumTxBuffers"
- HKR, Ndi\params\NumTxBuffers,default, 0, "32"
- HKR, Ndi\params\NumTxBuffers,min, 0, "1"
- HKR, Ndi\params\NumTxBuffers,max, 0, "00001024"
- HKR, Ndi\params\NumTxBuffers,step, 0, "1"
- HKR, Ndi\params\NumTxBuffers,Base, 0, "10"
- HKR, Ndi\params\NumTxBuffers,type, 0, "int"
-
- ;*******************************************************************************
- ; Install section for OSR2 and Windows 98
- ;*******************************************************************************
-
- ;[cme.install]
- ;CopyFiles = WCG200B.CopyFiles
-
- [WCG200B.CopyFiles]
- WCG200B.sys,,,2
-
- [USBCM.Uninstall]
- UNWCGB.EXE
-
-
- ;*******************************************************************************
- ; Install section for Windows NT 5
- ;*******************************************************************************
-
- ;-------------------------------------------------------------------------------
- ; LINKSYS NDIS-USB Cable Modem Service and Driver
- ;
- [WCG200B.NT.reg]
- HKR, Ndi, Service, 0, "WCG200B"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [WCG200B.Service]
- DisplayName = %WCG200B.DeviceDesc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\WCG200B.sys
- LoadOrderGroup = NDIS
- AddReg = TextModeFlags.reg
-
-
- ;*******************************************************************************
- ; Install section for Windows XP
- ;*******************************************************************************
-
- [WCG200BXP.Service]
- DisplayName = %WCG200B.DeviceDesc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\WCGBXP.sys
- LoadOrderGroup = NDIS
- AddReg = TextModeFlags.reg
-
-
-
- [WCG200B.EventLog]
- AddReg = WCG200B.AddEventLog.reg
-
- [WCG200B.AddEventLog.reg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR,, TypesSupported, 0x00010001, 7
-
-
- [TextModeFlags.reg]
- HKR, , TextModeFlags, 0x00010001, 0x0001
-
-
- [WCG200B.NT.CopyFiles]
- WCG200B.sys,,,2
-
- [WCG200B.XP.CopyFiles]
- WCGBXP.sys,,,2
-
-
- ;-------------------------------------------------
- [USBCM_Uninstall.reg]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",DisplayName,,"%CM_Uninstall%"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",UninstallString,,"UNWCGB.EXE"
-
- ;*******************************************************************************
- ; Destination directories
- ;*******************************************************************************
- [DestinationDirs]
- USBCM.Uninstall= 10
- WCG200B.CopyFiles = 11
- WCG200B.NT.CopyFiles = 12
- WCG200B.XP.CopyFiles = 12
- DefaultDestDir = 11 ; LDID_SYS
-
- [SourceDisksNames]
- ; Cabinet file names and associated disks
- ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
- ;50="Driver Diskette",, 0
- 1=%DisketteName%,,,
-
- [SourceDisksFiles]
- ;<file> = <cabinet number>,<subdir>,<filename>,<size>
- ;Note: File is not in a cabinet if cab# is 0
- WCG200B.sys = 1
- WCGBXP.sys = 1
- UNWCGB.EXE = 1
-
- ; Local Strings
- ; Provideer
- [strings]
- V_LINKSYS="Linksys Corporation"
-
- ;;source Disk name
- DisketteName= "USB Cable Gateway Adapter Driver Diskette"
-
- ; Devices
- WCG200B.DeviceDesc="Linksys WCG200 Wireless-G Cable Gateway(B)"
-
- ;;Uninstall
- CM_String="Linksys WCG200B Uninstall"
- CM_Uninstall="Linksys WCG200 Wireless-G Cable Gateway(B)"
-