;
; UF100.INF (for Win98 & win 2000)
;
; Copyright 1999, HAWKING Corporation.
; Date : 14-Aug-2001
[version]
Signature = "$Chicago$"
Class = Net
Compatible = 1
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %HAWKING%
LayoutFile = layout.inf
[Manufacturer]
%HAWKING% = HAWKING
[ControlFlags]
ExcludeFromSelect = USB\VID_07B8&PID_4002
ExcludeFromSelect = USB\VID_07B8&PID_4102
ExcludeFromSelect = USB\VID_07B8&PID_400B
ExcludeFromSelect = USB\VID_0E66&PID_400B
ExcludeFromSelect = USB\VID_07B8&PID_400C
ExcludeFromSelect = USB\VID_0E66&PID_400C
[HAWKING]
;---------------- -------- ---------
;DisplayName Section DeviceID
;---------------- -------- ---------
%HAWKING.DeviceDesc% = HAWKING.Ndi,USB\VID_07B8&PID_4002
%HAWKING.DeviceDesc% = HAWKING.Ndi,USB\VID_07B8&PID_4102
%HAWKING.DeviceDesc% = HAWKING.Ndi,USB\VID_07B8&PID_400B
%HAWKING.DeviceDesc% = HAWKING.Ndi,USB\VID_0E66&PID_400B
%HAWKING.DeviceDesc% = HAWKING.Ndi,USB\VID_07B8&PID_400C
%HAWKING.DeviceDesc% = HAWKING.Ndi,USB\VID_0E66&PID_400C
;********************************************************************
; NT main sections
;********************************************************************
;;******************************
;; 10M/100M for HAWKING
;;******************************
[HAWKING.Ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 0 ; USB
AddReg = HAWKING.NT.Reg, HAWKING.Params, HAWKING.Config.Reg
CopyFiles = CopyFile.NT.Sys
[HAWKING.Ndi.NT.Services]
AddService = UF100, 2, HAWKING.Service, Common.EventLog
;*******************************************************************************
; Win98 main sections
;*******************************************************************************
;;******************************
;;10M/100M for HAWKING
;;******************************
[HAWKING.Ndi]
AddReg = HAWKING.Reg, HAWKING.Params, HAWKING.Config.Reg
DeviceID = USB\VID_07B8&PID_4002
DeviceID = USB\VID_07B8&PID_400B
CopyFiles=CopyFile.Sys
;*******************************************************************************
; Windows 98 registry section
;*******************************************************************************
[HAWKING.Reg]
HKR,Ndi,DeviceID,,USB\VID_07B8&PID_4002
HKR,Ndi,DeviceID,,USB\VID_07B8&PID_400B
HKR,Ndi,CardType,,"PNP"
HKR,,AdapterName,,UF100
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,UF100.sys
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,UF100
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
;;HKR,Ndi\Install,ndis3,,"HAWKING.Install"
HKR,Ndi,HelpText,,"HAWKING USB Adapter"
;*******************************************************************************
; win98/2000 Driver parameters
;*******************************************************************************
[HAWKING.Params]
HKR, ,TxPacketDesc,, 14 ; 20
HKR, ,RxPacketDesc,, 14 ; 20
HKR, ,PnPCapabilities,,00000018 ;;dword registy
[HAWKING.Config.Reg]
HKR,Ndi\Params\MediaType,ParamDesc,,"Media Type"
HKR,Ndi\Params\MediaType,default,,0
HKR,Ndi\Params\MediaType,type,,enum
HKR,Ndi\Params\MediaType\enum,0,,"AutoSense"
HKR,Ndi\Params\MediaType\enum,1,,"10BaseT"
HKR,Ndi\Params\MediaType\enum,2,,"10BaseT Full_Duplex"
HKR,Ndi\Params\MediaType\enum,3,,"100BaseTX"
HKR,Ndi\Params\MediaType\enum,4,,"100BaseTX Full_Duplex"
HKR,Ndi\Params\MediaType,flag,1,20,00,00,00
;*******************************************************************************
; Install section for OSR2 and Windows 98
;*******************************************************************************
[HAWKING.Install]
;;CopyFiles=CopyFile.Inf,CopyFile.Sys
[CopyFile.Inf]
UF100.inf
[CopyFile.Sys]
UF100.sys
;*******************************************************************************
; Install section for Windows 2000
;*******************************************************************************
;;-----------------------
;; 10M/100M for HAWKING
;;-----------------------
[HAWKING.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi, Service, 0, "UF100"
[HAWKING.Service]
DisplayName = %HAWKING.DeviceDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\UF100.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
[CopyFile.NT.Sys]
UF100.sys,,,2
;-------------------------
; Destination directories
;-------------------------
[DestinationDirs]
CopyFile.NT.Sys = 12 ; Drivers directory.
CopyFile.Sys = 11 ; LDID_SYS
CopyFile.Inf = 17 ; INF file directory.
;-------------------
; Source Disk layout
;-------------------
[SourceDisksNames]
50=%DriverDisketteName%,,0
[SourceDisksFiles]
UF100.inf = 50,.,UF100.inf,10000
UF100.sys = 50,.,UF100.sys,10000
;--------------------
;Localizable strings
;--------------------
[Strings]
HAWKING= "HAWKING"
HAWKING.DeviceDesc = "HAWKING UF100 USB 10/100 Network Adapter"
DriverDisketteName = "HAWKING UF100 Adapter Drivers Disk"
Download Driver Pack
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.