blutooth.inf Driver File Contents (TR5_DRIVERS.ZIP)

; Microsoft Windows Bluetooth Driver INF
; Copyright (c) 2002 Microsoft Corporation

[Version]
signature = "$Windows NT$"
Class=Bluetooth
CLASSGUID={e0cbf06c-cd8b-4647-bb8a-263b43f0f974}
Provider = "Microsoft"
CatalogFile = blutooth.cat
DriverVer=07/01/2001,5.1.2535.0

[DestinationDirs]
bth_oobc.CopyFiles = 11 ; copying bth_oobc DLL to system32.

[SourceDisksNames.x86]
1 = "Bluetooth"

[SourceDisksFiles]
bth_oobc.dll=1 ; Source name
%qfe.installer%=1, %LocalLanguage%

[ClassInstall32.NT]
AddReg=BluetoothClass.NT.AddReg

[BluetoothClass.NT.AddReg]
HKR,,,,"Bluetooth Radios"
HKR,,Icon,,"-18"


[ControlFlags]
ExcludeFromSelect=*

[Manufacturer]
ALPS=ALPS, NT.5.1
Brain Boxes=BrainBoxes, NT.5.1
Cambridge Silicon Radio Ltd.=Cambridge, NT.5.1
FIC=FIC, NT.5.1
GVC=GVC, NT.5.1
IBM=IBM, NT.5.1
Microsoft=Microsoft, NT.5.1
Silicon Wave=SiliconWave, NT.5.1
Sony=Sony, NT.5.1
TDK=TDK, NT.5.1
TOSHIBA=Toshiba, NT.5.1

;------------- Device section - Start -----------------------
[ALPS.NT.5.1]
ALPS Integrated Bluetooth Device=              BthUsbDriverInstallXP, USB\Vid_044e&Pid_3005
Alps Bluetooth USB Adapter=                    BthUsbDriverInstallXP, USB\Vid_044e&Pid_3006

[BrainBoxes.NT.5.1]
Brain Boxes USB Bluetooth Adapter BL-554=      BthUsbDriverInstallXP, USB\Vid_05d1&Pid_0003

[Cambridge.NT.5.1]
Cambridge Silicon Radio Ltd. Bluetooth Adapter=BthUsbDriverInstallXP, USB\Vid_0a12&Pid_0001

[FIC.NT.5.1]
FIC Bluetooth Wireless Adapter=                BthUsbDriverInstallXP, USB\Vid_05b1&Pid_1389

[GVC.NT.5.1]
GVC Bluetooth Wireless Adapter=                BthUsbDriverInstallXP, USB\Vid_0525&Pid_a220

[IBM.NT.5.1]
Bluetooth UltraPort Module from IBM=           BthUsbDriverInstallXP, USB\Vid_04BF&Pid_0317
IBM Integrated Bluetooth=                      BthUsbDriverInstallXP, USB\Vid_04BF&Pid_0318
IBM Integrated Bluetooth II=                   BthUsbDriverInstallXP, USB\Vid_1668&Pid_0441

[Microsoft.NT.5.1]
Microsoft Wireless Transceiver for Bluetooth=  BthUsbDriverInstallXP, USB\Vid_045e&Pid_007e

[SiliconWave.NT.5.1]
Silicon Wave Bluetooth Wireless Adapter=       BthUsbDriverInstallXP, USB\Vid_0c10&Pid_0000

[Sony.NT.5.1]
USB Bluetooth Device=                          BthUsbDriverInstallXP, USB\Vid_044E&Pid_3002
USB Bluetooth Device=                          BthUsbDriverInstallXP, USB\Vid_044E&Pid_3003
Sony Bluetooth USB Adapter=                    BthUsbDriverInstallXP, USB\Vid_044E&Pid_3004

[TDK.NT.5.1]
TDK Bluetooth USB Adapter=                     BthUsbDriverInstallXP, USB\Vid_04BF&Pid_0319

[Toshiba.NT.5.1]
TOSHIBA Integrated Bluetooth=                  BthUsbDriverInstallXP, USB\Vid_0930&Pid_0502&Rev_1350
TOSHIBA Integrated Bluetooth 2=                BthUsbDriverInstallXP, USB\Vid_0930&Pid_0505


;------------- Device section - End -----------------------

;------------- Transport section - Begin -----------------------

[BthUsbDriverInstallXP.NTx86]
Components=q323183
Include=Bth.inf
Needs=BthUsb.NT

[BthUsbDriverInstallXP.NTx86.HW.AddReg]
HKR,,"Change Link Key Always",0x00010001,0

[BthUsbDriverInstallXP.NTx86.HW]
Include=Bth.inf
AddReg=BthUsbDriverInstallXP.NTx86.HW.AddReg
Needs=BthUsb.NT.HW

[BthUsbDriverInstallXP.NTx86.Services]
Include=Bth.inf
Needs=BthUsb.NT.Services

[BthUsbDriverInstallXP.NTx86.CoInstallers]
AddReg = bth_oobc.AddReg
CopyFiles = bth_oobc.CopyFiles

;------------- Transport section - End -----------------------

[q323183]
; actual component reference
%1%\%LocalLanguage%\%qfe.installer%, 0x00020007, 5.1, 2, q323183  ; Service Pack

[bth_oobc.AddReg]
; same name as used in bth_oobc.CopyFiles
HKR,,CoInstallers32,0x10000,"bth_oobc.DLL,DriverInstallComponents"

[bth_oobc.CopyFiles]
; copy to a name apropriate for this version of co-installer
bth_oobc.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Language neutral strings
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings]
;only defined in a specifc [Strings.LangId] section
;LocalLanguage = "usa"
;qfe.installer=q323183_wxp_sp2_x86_enu.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Arabic strings section to be used on Arabic language systems
;#define LANG_ARABIC                      0x01
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0401]
LocalLanguage = "ara"
qfe.installer=q323183_wxp_sp2_x86_ara.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Chinese, Traditional (Taiwan)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0404]
LocalLanguage = "cht"
qfe.installer=q323183_wxp_sp2_x86_cht.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Czech strings section to be used on Czech language systems
;#define LANG_CZECH                      0x05
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0405]
LocalLanguage = "csy"
qfe.installer=q323183_wxp_sp2_x86_csy.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Danish strings section to be used on Danish language systems
;#define LANG_DANISH                     0x06
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0406]
LocalLanguage = "dan"
qfe.installer=q323183_wxp_sp2_x86_dan.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;German strings section to be used on German language systems
;#define LANG_GERMAN                      0x07
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0407]
LocalLanguage = "deu"
qfe.installer=q323183_wxp_sp2_x86_deu.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Greek strings section to be used on Greek language systems
;#define LANG_GREEK                       0x08
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0408]
LocalLanguage = "ell"
qfe.installer=q323183_wxp_sp2_x86_ell.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;English strings section to be used on English language systems
;#define LANG_ENGLISH                     0x09
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0409]
LocalLanguage = "enu"
qfe.installer=q323183_wxp_sp2_x86_enu.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Finnish strings section to be used on Finnish language systems
;#define LANG_FINNISH                     0x0b
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.040b]
LocalLanguage = "fin"
qfe.installer=q323183_wxp_sp2_x86_fin.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;French strings section to be used on French language systems
;#define LANG_FRENCH                      0x0c
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.040c]
LocalLanguage = "fra"
qfe.installer=q323183_wxp_sp2_x86_fra.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Hebrew strings section to be used on Hebrew language systems
;#define LANG_HEBREW                      0x0d
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.040d]
LocalLanguage = "heb"
qfe.installer=q323183_wxp_sp2_x86_heb.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Hungarian strings section
;#define LANG_HUNGARIAN                      0x0e
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.040e]
LocalLanguage = "hun"
qfe.installer=q323183_wxp_sp2_x86_hun.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Italian strings section to be used on Italian language systems
;#define LANG_ITALIAN                     0x10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0410]
LocalLanguage = "ita"
qfe.installer=q323183_wxp_sp2_x86_ita.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Japanese strings section to be used on Japanese language systems
;#define LANG_JAPANESE                    0x11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0411]
LocalLanguage = "jpn"
qfe.installer=q323183_wxp_sp2_x86_jpn.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Korean strings section to be used on Korean language systems
;#define LANG_KOREAN                    0x12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0412]
LocalLanguage = "kor"
qfe.installer=q323183_wxp_sp2_x86_kor.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Dutch strings section to be used on Dutch language systems
;#define LANG_DUTCH                   0x13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0413]
LocalLanguage = "nld"
qfe.installer=q323183_wxp_sp2_x86_nld.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Norwegian strings section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0414]
LocalLanguage = "nor"
qfe.installer=q323183_wxp_sp2_x86_nor.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Polish strings section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0415]
LocalLanguage = "plk"
qfe.installer=q323183_wxp_sp2_x86_plk.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Portuguese (Brazil) strings section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0416]
LocalLanguage = "ptb"
qfe.installer=q323183_wxp_sp2_x86_ptb.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Russian strings section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0419]
LocalLanguage = "rus"
qfe.installer=q323183_wxp_sp2_x86_rus.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Swedish strings section to be used on Swedish language systems
;#define LANG_SWEDISH                     0x1d
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.041d]
LocalLanguage = "sve"
qfe.installer=q323183_wxp_sp2_x86_sve.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Turkish strings section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.041f]
LocalLanguage = "trk"
qfe.installer=q323183_wxp_sp2_x86_trk.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Chinese, Simplified
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0804]
LocalLanguage = "chs"
qfe.installer=q323183_wxp_sp2_x86_chs.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Portuguese (Portugal) strings section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0816]
LocalLanguage = "ptg"
qfe.installer=q323183_wxp_sp2_x86_ptg.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Spanish strings section to be used on Spanish language systems
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings.0C0A]
LocalLanguage = "esn"
qfe.installer=q323183_wxp_sp2_x86_esn.exe



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.78