cbwdmaud.inf Driver File Contents (USR5695_2K_XP.exe)

;=================================================================================
; Copyright U.S. Robotics Corporation All rights Reserved
;
; Module Name	: cbwdmaud.INF
; Created by 	: Sathya Karivaradaswamy
; Date		: 05/27/2001
; Abstract	: INF file for installing  the device driver for ChatteBox 
;		  audio device.
; Device Name	: U.S. Robotics 56K Internet Call Adapter - Audio Device
; Revision 
; History	:
;=================================================================================


;=================================================================================
;
;				Version
;
;=================================================================================

[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%USR%
DriverVer=09/04/2001,5.12.01.0051

;=================================================================================
;
;				SourceDisksNames
;
;=================================================================================

;You must specify which platform is supported by each SourceDisksNames section
;Valid platform identifiers include .x86, .ia64, .alpha, .axp64


;=================================================================================
;
;				SourceDisksFiles
;
;=================================================================================


;=================================================================================
;
;				Manufacturer
;
;=================================================================================
[Manufacturer]
%MfgName%=USRobotics_ModemModels


;Mechanism for excluding drivers from the "Add New Hardware" list.
[ControlFlags]
;*EXCLUDE is a made up ID to prevent rank 1 drivers from showing in list.
ExcludeFromSelect = *EXCLUDE

;=================================================================================
;
;				Models Section 
;
;=================================================================================

;cbwdmaud miniport. PnP ID is a dummy ID. This should match the dummy ID defined
;in cbwdmMF.inf multifunction INF file
[USRobotics_ModemModels]
%CBWDMAUD.DeviceDesc%=CBWDMAUD.NT,MF\USR1807_AUDIODEVICE

[PreCopySection]
HKR,,NoSetupUI,,1

[STUB_DEVICE.NT]

;=================================================================================
;
;				Device Install (DDInstall) Section 
;
;=================================================================================

;AlsoInstall key is working only for Win9x. Not for Win NT kernel.
[CBWDMAUD.NT]
;AlsoInstall=ks.registration(ks.inf),wdmaudio.registration(wdmaudio.inf)
;CopyFiles=CBWDMAUD.CopyList
;AddReg=CBWDMAUD.AddReg, PreCopySection
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
;CopyFiles=CBWDMAUD.CopyList
AddReg=CBWDMAUD.AddReg, PreCopySection;, MediaClasses.AddReg

;=================================================================================
;
;				Interfaces specific to Audio device
;
;=================================================================================

;Defines the audio interfaces supported by the device.
[CBWDMAUD.NT.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,CBWDMAUD.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,CBWDMAUD.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,CBWDMAUD.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,CBWDMAUD.Interface.Topology

[CBWDMAUD.Interface.Wave]
AddReg=CBWDMAUD.Interface.Wave.AddReg

[CBWDMAUD.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%CBWDMAUD.Wave.szPname%

[CBWDMAUD.Interface.Topology]
AddReg=CBWDMAUD.Interface.Topo.AddReg

;warning!! must be "Topo" because "Topology" is too long
[CBWDMAUD.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%CBWDMAUD.Topology.szPname%

[CBWDMAUD.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,cbwdmaud.SYS
HKR,,NTMPDriver,,"cbwdmaud.sys,sbemul.sys"

HKR,Drivers,SubClasses,,"wave,midi,mixer"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv

HKR,Drivers\wave\wdmaud.drv,Description,,%CBWDMAUD.DeviceDesc%

;===============================================================
;===============================================================
[MediaClasses.AddReg]
;HKLM,%CAPTURE_GUID%,Display,  0x00000001, 00,00,00,00
;HKLM,%CAPTURE_GUID%,Name   ,  0x00000000, %AUDIO_CAPTURE%
;HKLM,%RENDER_GUID%,Display,0x00000001, 00,00,00,00
;HKLM,%RENDER_GUID%,Name   ,0x00000000, %AUDIO_RENDER%


;=================================================================================
;
;				Audiov service installation
;
;=================================================================================
;Installs the audio device driver as a service in the system registry.
[CBWDMAUD.NT.Services]
AddService = cbwdmaud,    0x00000002, cbwdmaud_Service_Inst

[cbwdmaud_Service_Inst]
DisplayName    = %cbwdmaud.SvcDesc%
ServiceType    = 1 ; SERVICE_KERNEL_DRIVER
StartType      = 3 ; SERVICE_DEMAND_START
ErrorControl   = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\system32\drivers\cbwdmaud.sys

;=================================================================================
;
;				Localizable String Defs
;
;=================================================================================

;Defines all the strings used in this INF file.
[Strings]
KSNAME_Wave	="Wave"
KSNAME_Topology	="Topology"
USR 		= "U.S. Robotics Corporation"
MfgName 	= "U.S. Robotics Corporation"
Proxy.CLSID	="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
MediaCategories		="SYSTEM\CurrentControlSet\Control\MediaCategories"
CBWDMAUD.DeviceDesc	="U.S. Robotics Internet Call Adapter - Audio Device"
CBWDMAUD.Wave.szPname	="U.S. Robotics 56K Internet Call Adapter - Wave Audio Device"
DiskDescription		="U.S. Robotics 56K Internet Call Adapter - Audio Device Driver Disk"
CBWDMAUD.Topology.szPname	="U.S. Robotics 56K Internet Call Adapter - Audio Control Topology" 
cbwdmaud.SvcDesc 		= "WDM Audio Driver for U.S. Robotics 56K Internet Call Adapter Audio Function"
;CAPTURE_GUID		="System\CurrentControlSet\Control\MediaCategories\{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
;RENDER_GUID		="System\CurrentControlSet\Control\MediaCategories\{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
;AUDIO_CAPTURE		="Capture"
;AUDIO_RENDER		="Playback"
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: web5, load: 1.89