avcuwilo.inf Driver File Contents (avc2210_drv_v11.exe)

;////////////////////////////////////////////////////////////////////////////////
;//
;//                       (C) Adaptec, Inc. 2002
;// All rights are reserved.  Reproduction in whole or in part is prohibited
;// without the written consent of the copyright owner.
;//
;// Adaptec, Inc. reserves the right to make changes without notice at any time.
;// Adaptec, Inc. makes no warranty, expressed, implied or statutory, including
;// but not limited to any implied warranty of merchantibility of fitness
;// for any particular purpose, or that the use will not infringe any
;// third party patent, copyright or trademark.
;// Adaptec, Inc. must not be liable for any loss or damage arising from its use.
;//
;////////////////////////////////////////////////////////////////////////////////

;////////////////////////////////////////////////////////////////////////////////
;//
;// avcuwilo.inf
;//
;// This file contains installation information
;// for the Adaptec AVC-2210 or AVC-2310 USB Device.
;//
;////////////////////////////////////////////////////////////////////////////////


[Version]
;LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
;CatalogFile=Avc2310.cat
signature = "$CHICAGO$"
Class     = Media
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider  = %Adaptec%
DriverVer = 5/16/2003,1.1.0.2220

[SourceDisksNames]
1=%DISK%,,,

[SourceDisksFiles]
avcuwilo.sys = 1        ; WDM Stream Capture Driver
avcuwfl.sys  = 1	; Firmware loader
avcuwm1n.ux  = 1        ; Microcode for MPEG 1 NTSC
avcuwm2n.ux  = 1        ; Microcode for MPEG 2 NTSC
avcuwm1p.ux  = 1        ; Microcode for MPEG 1 PAL
avcuwm2p.ux  = 1        ; Microcode for MPEG 2 PAL
avcuwram.ux  = 1        ; Microcode for SDRAM
avcxwspt.ax  = 1        ; Splitter filter
avcxwdmp.ax  = 1        ; FileDump filter
avcxwprp.ax  = 1        ; Property sets filter

[ControlFlags]
ExcludeFromSelect=*

[Manufacturer]
%Mfg%=ADPT

[ADPT]
%AVC2210.DeviceDesc%=AvcUWilo.Device, USB\VID_03f3&PID_0088 	; - Willow USB
%AVC2310.DeviceDesc%=AvcUWilo.Device, USB\VID_03f3&PID_008C 	; - Willow USB-TV


;------------------------- DDInstall Section for 9x/ME --------------------------
[AvcUWilo.Device]
;Include		= ks.inf, kscaptur.inf, ksfilter.inf
AlsoInstall     = KS.Registration(ks.inf), KSCAPTUR.Registration(kscaptur.inf)
AddReg          = AvcUWilo.AddReg, AvcUsplt.AddReg
CopyFiles       = AvcUWilo.CopyDrivers, AvcUWilo.CopyUcFiles, AvcUWilo.CopyDxFiles
DelFiles        = AvcUWilo.DelList, AvcUWilo.DelDxList
KnownFiles      = AvcUWilo.KnownFiles


;------------------------- DDInstall Section for 2K/XP --------------------------
[AvcUWilo.Device.NT]
Include    = ks.inf, kscaptur.inf, ksfilter.inf
Needs      = KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg     = AvcUWilo.AddReg, AvcUsplt.AddReg
CopyFiles  = AvcUWilo.CopyDrivers, AvcUWilo.CopyUcFiles, AvcUWilo.CopyDxFiles
DelFiles   = AvcUWilo.DelList, AvcUWilo.DelDxList


;-------------------------------- AddReg Section --------------------------------
[AvcUWilo.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,avcuwilo.sys
HKR,,OkToHibernate,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"avcxwspt.ax",,"regsvr32.exe /s %11%\avcxwspt.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"avcxwdmp.ax",,"regsvr32.exe /s %11%\avcxwdmp.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"avcxwprp.ax",,"regsvr32.exe /s %11%\avcxwprp.ax"

[AvcUsplt.AddReg]
HKLM,Software\Adaptec\"MPEG-2 Splitter","Buffers",0x00010001,20

;-------------------------- File Copy related Sections --------------------------
[DestinationDirs]
AvcUWilo.CopyDrivers = 10,system32\drivers
AvcUWilo.CopyUcFiles = 10,system32\drivers
AvcUWilo.CopyDxFiles = 11

[AvcUWilo.CopyDrivers]
avcuwilo.sys
avcuwfl.sys

[AvcUWilo.CopyUcFiles]
avcuwm1n.ux
avcuwm2n.ux
avcuwm1p.ux
avcuwm2p.ux
avcuwram.ux

[AvcUWilo.CopyDxFiles]
avcxwspt.ax
avcxwdmp.ax
avcxwprp.ax

[AvcUWilo.DelList]
avcuwilo.sys
avcuwfl.sys
avcuwm1n.ux
avcuwm2n.ux
avcuwm1p.ux
avcuwm2p.ux
avcuwram.ux

[AvcUWilo.DelDxList]
avcxwspt.ax
avcxwdmp.ax
avcxwprp.ax

[AvcUWilo.KnownFiles]
avcuwilo.sys = safe



;----------------------- Installing Services in Registry ------------------------
[AvcUWilo.Device.Interfaces]
AddInterface = %KSCATEGORY_CAPTURE%,"GLOBAL",VideoCapture,
AddInterface = %KSCATEGORY_CROSSBAR%,"GLOBAL",VideoCrossbar,
AddInterface = %KSCATEGORY_TVTUNER%,"GLOBAL",VideoTvTuner,
AddInterface = %KSCATEGORY_TVAUDIO%,"GLOBAL",VideoTvAudio,

[AvcUWilo.Device.NT.Interfaces]
AddInterface = %KSCATEGORY_CAPTURE%,"GLOBAL",VideoCapture,
AddInterface = %KSCATEGORY_CROSSBAR%,"GLOBAL",VideoCrossbar,
AddInterface = %KSCATEGORY_TVTUNER%,"GLOBAL",VideoTvTuner,
AddInterface = %KSCATEGORY_TVAUDIO%,"GLOBAL",VideoTvAudio,

[VideoCapture]
AddReg=VideoCapture.AddReg

[VideoTvTuner]
AddReg=VideoTvTuner.AddReg

[VideoCrossbar]
AddReg=VideoXBar.AddReg

[VideoTvAudio]
AddReg=VideoTvAudio.AddReg

[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%AvcUWilo.Capture%
; IAMVideoCompression installed as static interface on both output pins
HKR,PinFactory\0\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
HKR,PinFactory\1\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}

[VideoTvTuner.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%AvcUWilo.TvTuner%
    
[VideoXBar.AddReg]
HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%AvcUWilo.Crossbar%

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

[AvcUWilo.Device.NT.Services]
AddService = AvcUWilo,0x00000002,AvcUWilo.ServiceInstall

[AvcUWilo.ServiceInstall]
DisplayName   = %AvcUWilo.DeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\avcuwilo.sys



;--------------------------------------------------------------------------------
;                               S t r i n g s
;--------------------------------------------------------------------------------

[Strings]

;----------------
; Non-Localizable
;----------------

SERVICE_KERNEL_DRIVER =1
SERVICE_AUTO_START    =2
SERVICE_ERROR_NORMAL  =1
SERVICE_DEMAND_START  =3

KSCATEGORY_CAPTURE  = "{65e8773d-8f56-11d0-a3b9-00a0c9223196}"
KSCATEGORY_CROSSBAR = "{a799a801-a46d-11d0-a18c-00a02401dcd4}"
KSCATEGORY_TVTUNER  = "{a799a800-a46d-11d0-a18c-00a02401dcd4}"
KSCATEGORY_TVAUDIO  = "{a799a802-a46d-11d0-a18c-00a02401dcd4}"



;----------------
; Localizable
;----------------

Adaptec             = "Adaptec, Inc"
Mfg                 = "Adaptec Inc"
DISK                = "Adaptec AVC-2210/2310 Drivers Installation Disk"
AvcUWilo.DeviceDesc = "Adaptec AVC-2210/2310 USB Device"
AVC2210.DeviceDesc  = "Adaptec AVC-2210 USB Device"
AVC2310.DeviceDesc  = "Adaptec AVC-2310 USB Device"
AvcUWilo.Capture    = "Adaptec USB Capture Device"
AvcUWilo.TvTuner    = "Adaptec USB TvTuner"
AvcUWilo.Crossbar   = "Adaptec USB Crossbar"
AvcUWilo.TvAudio    = "Adaptec USB TvAudio"

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: ftp, load: 2.18