TUSB1150.INF Driver File Contents (win-driver.zip)

; 
; TUSB1150.INF
;
; Win98/WinME/Win2k/WinXP Unified installation file for TI ACX WLAN Adapter
;
; Copyright (c) 2001, 2002, 2003 All Rights Reserved, Texas Instruments Incorporated
;
; This file is for direct installation without Install Shield

[Version]
;CatalogFile=tusb1150.cat
Signature  = "$Chicago$"
Compatible = 1
Provider  = %TI%
Class     = Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
DriverVer=06/01/2005,7.2.2.42

[Manufacturer]
%TI% = TexasInstruments,NT.5.1

;----------------------------------------------------------------------------
; IMPORTANT: SUBSYS should be unique and Customer should remove the TI SUBSYS 
; and insert a new one private for Customer.
;----------------------------------------------------------------------------

; pnp cards should be excluded from select
[ControlFlags]

ExcludeFromSelect = USB\VID_07B8&PID_B21A
 
;For WinXP
[TexasInstruments.NT.5.1]

%TIACXUSB.DeviceDesc% = TIACXPUSB, USB\VID_07B8&PID_B21A
; For Win98,ME,2K
[TexasInstruments]
%TIACXUSB.DeviceDesc% = TIACUSB, USB\VID_07B8&PID_B21A

;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Windows XP   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;******************************   Windows XP *USB* B & G ******************************
;*** (BusType change only)
;
[TIACXPUSB]
BusType         = 15
AddReg          =TIACXPUSB.ndi.reg.NT, TI.Param.Reg, BG.Param.Reg
Characteristics = 0x84
CopyFiles       =TIACXPUSB.CopyFiles

[TIACXPUSB.CoInstallers]
AddReg = TIACXCO.CoInstallers.reg 
CopyFiles = TIACXCO.CopyFiles


[TIACXPUSB.ndi.reg.NT]
HKR, Ndi,               Service,    0,  "TUSB1150"
HKR, Ndi\Interfaces,    LowerRange, 0,  "ethernet"
HKR, Ndi\Interfaces,    UpperRange, 0,  "ndis5"

[TIACXPUSB.Services]
AddService = TUSB1150, 2, TIACXLNXPUSB.Service, TIACXLNXPUSB.EventLog

[TIACXPUSB.CopyFiles]
;Fwusb1b.bin
;TUSB1150.sys, TUSB_XP.sys

;******************************   Windows XP Common A & B & G **************************

[TIACXLNXPUSB.Service]
DisplayName     = %TIACXLNUSB.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\tusb1150.sys
LoadOrderGroup  = NDIS

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

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

;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   End of Windows XP   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Windows 2k   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;******************************   Windows 2k *USB*  B & G   ******************************
;*** (BusType change only)
[TIACUSB.NT]
BusType         = 15
AddReg          =TIACUSB.ndi.reg.NT, TI.Param.Reg, BG.Param.Reg
Characteristics = 0x84
CopyFiles       =TIACUSB.CopyFiles.NT

[TIACUSB.NT.CoInstallers]
AddReg = TIACXCO.CoInstallers.reg 
CopyFiles = TIACXCO.CopyFiles

[TIACUSB.ndi.reg.NT]
HKR, Ndi,               Service,    0,  "TUSB1150"
HKR, Ndi\Interfaces,    LowerRange, 0,  "ethernet"
HKR, Ndi\Interfaces,    UpperRange, 0,  "ndis5"

[TIACUSB.NT.Services]
AddService = TUSB1150, 2, TIACUSB.Service, TIACUSB.EventLog

[TIACUSB.CopyFiles.NT]
;Fwusb1b.bin
;TUSB1150.sys, TUSB_XP.sys

;******************************   Windows 2K Common A & B & G **************************

[TIACUSB.Service]
DisplayName     = %TIACXLNUSB.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\TUSB1150.sys
LoadOrderGroup  = NDIS

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

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

;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   End of Windows 2k  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Windows 98/ME ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

;*********************************   Windows 98/ME B & G  ********************************

[TIACUSB]
AddReg=TIACUSB.ndi.reg, TI.Param.Reg, TIACUSB.Install, BG.Param.Reg

[TIACUSB.Copy]
CopyFiles=TIACUSB.CopyFiles

[TIACUSB.Install]
HKR,Ndi\Install,,,"TIACUSB.Copy"
HKR,Ndi\Remove,,,"TIACUSB.Remove"

[TIACUSB.ndi.reg]
HKR,Ndi,DeviceID,,"USB\VID_0451&PID_60c5"

HKR,Ndi,HelpText,0,%WLANAdapterHelpText%

; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,TUSB1150.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; NDIS Info
HKR, NDIS, LogDriverName, , "TUSB1150"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis4,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis4,ndis5"

[TIACUSB.CopyFiles]
;Fwusb1b.bin
;TUSB1150.sys, TUSB_9X.sys

;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   End of Windows  98/ME   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

;***********************************   B & G All OSes ***********************************

[BG.Param.Reg]
HKR, ,dot11SupportedRateMask,, "8"
HKR, ,dot11BasicRateMask,, "1"

; Network Type
HKR,NDI\params\dot11NetworkType,ParamDesc,, "Network Type"
HKR,NDI\params\dot11NetworkType,type,,"enum"
HKR,NDI\params\dot11NetworkType,default,,"3"
HKR,NDI\params\dot11NetworkType\enum,"1",,"11b"
HKR,NDI\params\dot11NetworkType\enum,"3",,"11g"

HKR, ,dot11DesiredChannel, ,1

;******************************  Common Registry Settings  ******************************

[TI.Param.Reg]
HKR, ,dot11DesiredBSSType,, "1"
HKR, ,DisableSsidPending,, "1"

HKR,NDI\params\dot11PowerMode,ParamDesc,,"Power Mode"
HKR,NDI\params\dot11PowerMode,type,,"enum"
HKR,NDI\params\dot11PowerMode,default,,"0"
HKR,NDI\params\dot11PowerMode\enum,"0",,"Continuous Access Mode"
HKR,NDI\params\dot11PowerMode\enum,"1",,"Maximum Power Save"
;HKR,NDI\params\dot11PowerMode\enum,"2",,"Fast Power Save"

; Fragmentation Threshold 
HKR, Ndi\Params\dot11FragmentationThreshold, ParamDesc, ,"Fragmentation Threshold"
HKR, Ndi\Params\dot11FragmentationThreshold, Type, , "int"
HKR, Ndi\Params\dot11FragmentationThreshold, Default, , "4096"
HKR, Ndi\Params\dot11FragmentationThreshold, Min, , "256"
HKR, Ndi\Params\dot11FragmentationThreshold, Max, , "4096"
HKR, Ndi\Params\dot11FragmentationThreshold, Step, , "1"
HKR, Ndi\Params\dot11FragmentationThreshold, Base, , "10"

; RTS Threshold 
HKR, Ndi\Params\dot11RTSThreshold, ParamDesc, ,"RTS Threshold"
HKR, Ndi\Params\dot11RTSThreshold, Type, , "int"
HKR, Ndi\Params\dot11RTSThreshold, Default, , "4096"
HKR, Ndi\Params\dot11RTSThreshold, Min, , "1"
HKR, Ndi\Params\dot11RTSThreshold, Max, , "4096"
HKR, Ndi\Params\dot11RTSThreshold, Step, , "1"
HKR, Ndi\Params\dot11RTSThreshold, Base, , "10"

;******************************   Common Misc Settings ******************************

[TIACXCO.CoInstallers.reg]
HKR,,CoInstallers32,0x00010000,"TnetWCoInst.dll, TnetWCoInstaller"

[TIACXCO.CopyFiles]
;TnetWCoInst.dll

[DestinationDirs]
DefaultDestDir        =  12 ; Windows\System32\Drivers
TIACXPUSB.CopyFiles   =  12 ; Winnt\System32\Drivers Directory ; WinXP
TIACUSB.CopyFiles     =  11 ; Windows\System or Winnt\System32 Directory ; Win98/ME
;TIACUSB.CopyFiles.NT =  12 ; Winnt\System32\Drivers Directory ; Win2k
TIACUSB.BinFiles.NT   =  10,system
TIACXCO.CopyFiles     =  11

[SourceDisksNames]
1 = %DiskName%,,

[SourceDisksFiles]
Fwusb1b.bin = 1
TUSB1150.sys = 1
TUSB_XP.sys  = 1
TUSB_9X.sys  = 1
TnetWCoInst.dll = 1

[Strings]
TI="Texas Instruments"
TIACXUSB.DeviceDesc = "802.11g Wireless USB Adapter"
TIACXLNUSB.Service.DispName  = "802.11g WLAN USB Adapter"
WLANAdapterHelpText= "A WLAN Adapter provides high speed connection to the Internet through 802.11 technology"
DiskName="TI WLAN Installation Disk"
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: web4, load: 0.89