BTAdo1.INF Driver File Contents (wcsp104.zip)

;------------------------------------------------------------------------------
; BTAudio.INF
;------------------------------------------------------------------------------

[Version]
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Msft%

[ControlFlags]
;ExcludeFromSelect=*

[Manufacturer]
%MsftMfg%=Microsoft

[DestinationDirs]
BTAudio.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
BTAudio.CopyFilters=11

BTAudio_1.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
BTAudio_1.CopyFilters=11

BTAudio_2.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
BTAudio_2.CopyFilters=11

BTAudio_3.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
BTAudio_3.CopyFilters=11

;------------------------------------------------------------------------------
; Device ID List
;------------------------------------------------------------------------------
;
; ID Number     Device
; 0x36E         Bt878 (Video Section)
; 0x878         Bt878 (Audio Section)

[Microsoft]
;------------------------------------------------------------------------------
; These are the Rockwell versions of our cards
;------------------------------------------------------------------------------

%BTAudio.AudioDeviceDesc%=AudioSection,PCI\VEN_109E&DEV_0878&SUBSYS_1460AA00
%BTAudio_1.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_1461AA01
%BTAudio_2.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_1462AA02
%BTAudio_3.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_1463AA03

%BTAudio.AudioDeviceDesc%=AudioSection,PCI\VEN_109E&DEV_0878&SUBSYS_1430AA00
%BTAudio_1.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_1431AA01
%BTAudio_2.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_1432AA02
%BTAudio_3.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_1433AA03

[AudioSection]

[AudioSection.Services]
AddService = , 2  ; null service install

;------------------------------------------------------------------------------
; These are the files we need installed
;------------------------------------------------------------------------------

[BTAudio.CopyDrivers]
BTADO_0.sys
stream.sys

[BTAudio.CopyFilters]
;mvfilter.ax

[BTAudio.KnownFiles]
BTADO_0.sys=safe

[BTAudio.NoTuner]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     BTAudio.AddReg
CopyFiles=  BTAudio.CopyDrivers,BTAudio.CopyFilters
KnownFiles= BTAudio.KnownFiles

[BTAudio.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,BTADO_0.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoCapture]
AddReg=VideoCapture.AddReg

[VideoTvAudio]
AddReg=VideoTvAudio.AddReg

[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%BTAudio.Capture%

[VideoTvAudio.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%BTAudio.TvAudio%

[BTAudio.NoTuner.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,

[BTAudio.NoTuner.Services]
AddService = BTAudio,0x00000002,BTAudio.ServiceInstall

[BTAudio.ServiceInstall]
DisplayName   = %BTAudio.AudioDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\BTADO_0.sys

[Strings]
Msft=                   "Webcam Corporation"
MsftMfg=                "Webcam Corporation"
RunOnce=                "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"

BTAudio.AudioDeviceDesc=  "BT878, WDM Audio Capture 0"
BTAudio.Capture=          "BT878 Audio Capture 0"
BTAudio.TvAudio=          "BT878 Audio TvAudio 0"

BTAudio_1.AudioDeviceDesc=  "BT878, WDM Audio Capture 1"
BTAudio_1.Capture=          "BT878 Audio Capture 1"
BTAudio_1.TvAudio=          "BT878 Audio TvAudio 1"

BTAudio_2.AudioDeviceDesc=  "BT878, WDM Audio Capture 2"
BTAudio_2.Capture=          "BT878 Audio Capture 2"
BTAudio_2.TvAudio=          "BT878 Audio TvAudio 2"

BTAudio_3.AudioDeviceDesc=  "BT878, WDM Audio Capture 3"
BTAudio_3.Capture=          "BT878 Audio Capture 3"
BTAudio_3.TvAudio=          "BT878 Audio TvAudio 3"

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1

;******************************************************************************
;BT878_1 ==>

[BTAudio_1.CopyDrivers]
BTADO_1.sys
stream.sys

[BTAudio_1.CopyFilters]
;mvfilter.ax

[BTAudio_1.KnownFiles]
BTADO_1.sys=safe


[BTAudio_1.NoTuner]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     BTAudio_1.AddReg
CopyFiles=  BTAudio_1.CopyDrivers,BTAudio_1.CopyFilters
KnownFiles= BTAudio_1.KnownFiles

[BTAudio_1.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,BTADO_1.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoCapture_1]
AddReg=VideoCapture_1.AddReg

[VideoTvAudio_1]
AddReg=VideoTvAudio_1.AddReg

[VideoCapture_1.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%BTAudio_1.Capture%

[VideoTvAudio_1.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%BTAudio_1.TvAudio%

[BTAudio_1.NoTuner.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture_1,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio_1,

[BTAudio_1.NoTuner.Services]
AddService = BTAudio_1,0x00000002,BTAudio_1.ServiceInstall

[BTAudio_1.ServiceInstall]
DisplayName   = %BTAudio_1.AudioDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\BTADO_1.sys


;****************************************************************************
;BT878_2 ==>

[BTAudio_2.CopyDrivers]
BTADO_2.sys
stream.sys

[BTAudio_2.CopyFilters]
;mvfilter.ax

[BTAudio_2.KnownFiles]
BTADO_2.sys=safe

[BTAudio_2.NoTuner]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     BTAudio_2.AddReg
CopyFiles=  BTAudio_2.CopyDrivers,BTAudio_2.CopyFilters
KnownFiles= BTAudio_2.KnownFiles

[BTAudio_2.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,BTADO_2.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoCapture_2]
AddReg=VideoCapture_2.AddReg

[VideoTvAudio_2]
AddReg=VideoTvAudio_2.AddReg

[VideoCapture_2.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%BTAudio_2.Capture%

[VideoTvAudio_2.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%BTAudio_2.TvAudio%

[BTAudio_2.NoTuner.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture_2,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio_2,

[BTAudio_2.NoTuner.Services]
AddService = BTAudio_2,0x00000002,BTAudio_2.ServiceInstall

[BTAudio_2.ServiceInstall]
DisplayName   = %BTAudio_2.AudioDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\BTADO_2.sys


;***************************************************************************
;BT878_3 ==>

[BTAudio_3.CopyDrivers]
BTADO_3.sys
stream.sys

[BTAudio_3.CopyFilters]
;mvfilter.ax

[BTAudio_3.KnownFiles]
BTADO_3.sys=safe

[BTAudio_3.NoTuner]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     BTAudio_3.AddReg
CopyFiles=  BTAudio_3.CopyDrivers,BTAudio_3.CopyFilters
KnownFiles= BTAudio_3.KnownFiles

[BTAudio_3.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,BTADO_3.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoCapture_3]
AddReg=VideoCapture_3.AddReg

[VideoTvAudio_3]
AddReg=VideoTvAudio_3.AddReg

[VideoCapture_3.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%BTAudio_3.Capture%

[VideoTvAudio_3.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%BTAudio_3.TvAudio%

[BTAudio_3.NoTuner.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture_3,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio_3,

[BTAudio_3.NoTuner.Services]
AddService = BTAudio_3,0x00000002,BTAudio_3.ServiceInstall

[BTAudio_3.ServiceInstall]
DisplayName   = %BTAudio_3.AudioDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\BTADO_3.sys


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: web1, load: 1.74