; 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]
Include=Bth.inf
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
2006-07-14 17:17:23
·
answer #1
·
answered by Anonymous
·
1⤊
0⤋
Well sex before marriage, drinking, things like that, that the church said is sin when it actually isnt. Sex has become sin, Priest celabacy is not from the bible cuz we are not built that way (and they are missin out!). Man's interpretation has put regulations and rules or shoulda coulda woulda's on the people of what they think is "holy" Well such acts that are not holy are things that harm a person. So sex before marriage doesnt harm anybody, if you're drinkin socially its harmless (dont drink and drive). Az long as people are under religion they are missin out on life in the sense that they are carrying guilt for something that is not even wrong in the first place. ah I could go on but just something to chew on.
2006-07-14 23:42:38
·
answer #2
·
answered by AlwaysLaughing 3
·
0⤊
0⤋
Slavery isn't a sin at all. In fact it's backed up in many parts of the bible. That's just one of the many hypocrisies of Christianity. However, anything that the Christian leadership doesn't like, they could probably find a passage in the bible that condemns that type of activity. The bible is designed that way.
2006-07-14 23:34:19
·
answer #3
·
answered by ? 5
·
0⤊
0⤋
Some things are always wrong, like shedding innocent blood, etc. These are sins.
Some things are wrong in a certain context because they are forbidden. Take speeding. Driving your car isn't "wrong", but if you drive too fast, it's wrong because you are doing something that's prohibited by the law.
2006-07-15 16:33:08
·
answer #4
·
answered by drshorty 7
·
0⤊
0⤋
the definition of sin is anything (thought, word, act) that separates you from God (Love). everyone, everyday, is separate at some time. "wrong" is subjective, to check yourself on ...are you in "Love" and demonstrating it, or not. if you judge anyone else on their behavior- that isn't "Love"...so that is also sin.
2006-07-14 23:39:21
·
answer #5
·
answered by LM 2
·
0⤊
0⤋
when you see a person in need and go on as if they were invisible,not lessening , or keeping your eyes on your children as they play or they are trying to tell you something and you tune them out or yell at them while you have your head stuck either in the computer or TV, and not calling or going to see you parents or grandparents because you are just busy,partying, or fishing or what ever the excuse is
2006-07-14 23:39:58
·
answer #6
·
answered by purpleaura1 6
·
0⤊
0⤋
Not to a christian, anything that they don't like is a sin
2006-07-14 23:26:36
·
answer #7
·
answered by Nemesis 7
·
0⤊
0⤋
Stoping stem cell research.
2006-07-14 23:33:39
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
How about eating too many fatty foods and not enough vegetables?
2006-07-14 23:25:15
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋
Yep, murder, theft, assault, etc. Sin doesn't exist outside of fairy tales.
2006-07-14 23:25:47
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋
Pissing into the wind comes to mind....
2006-07-14 23:26:06
·
answer #11
·
answered by Anonymous
·
0⤊
0⤋