MarvinUsb.inf Driver File Contents (Pinnacle_Systems_Dazzle_DVC_80_drivers.zip)

;////////////////////////////////////////////////////////////////////////////////
;//
;//                           (C) Pinnacle Systems, Inc. 2003
;//      All rights are reserved.  Reproduction in whole or in part is prohibited
;//      without the written consent of the copyright owner.
;//
;//      Pinnacle Systems, Inc. reserves the right to make changes without notice at any time.
;//      Pinnacle Systems, 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.
;//      Pinnacle Systems, Inc. must not be liable for any loss or damage arising from its use.
;//
;////////////////////////////////////////////////////////////////////////////////

;----------------------------------------------------------------------------------------------------
;
; MarvinUsb.INF  -- This file contains installation information for
;                  "Pinnacle Systems Marvin USB"
;
; Created 11/03/2003
; Copyright (c) 2003 Pinnacle Systems
;
; Driverversion: 1.0.1.5
;
;----------------------------------------------------------------------------------------------------

[Version]
Signature="$Chicago$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Marvin.Provider%
CatalogFile=MarvinUsb.cat
;LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
DriverVer=11/03/2003,1.0.1.5

[ControlFlags]
;;ExcludeFromSelect=*

[Manufacturer]
%Marvin.Manufacturer%=Marvin.Device

[Marvin.Device]
%Marvin.DeviceDesc%=Marvin.Install,USB\VID_2304&PID_0206 ; FX2 MarvinDiscrete

;----------------------------------------DDInstall Section for 2K/XP -----------------------------
[Marvin.Install.NT]
Include=     ks.inf, kscaptur.inf, ksfilter.inf
Needs=       KS.Registration,KSCAPTUR.Registration.NT
AddReg=      Marvin.AddReg,Marvin.PinNames
CopyFiles=   Marvin.CopyFiles
DelFiles=    Marvin.DelList

;----------------------------------------File Copy related Sections ---------------------------------
[DestinationDirs]
;;DefaultDestDir=10,system32\drivers
Marvin.CopyFiles=10,system32\drivers

[Marvin.DelList]
MarvinUsb.sys

[Marvin.CopyFiles]
MarvinUsb.sys

[SourceDisksNames]
3333=%Marvin.InstallationDir%,%PCLE.CabFileName%,,

[SourceDisksFiles]
MarvinUsb.sys=3333

;----------------------------------------AddReg sections  ------------------------------------------
[Marvin.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,MarvinUsb.sys
HKR,,PageOutWhenUnopened,3,0
HKR,,DontSuspendIfStreamsAreRunning,3,01

; ---------------------------- Interface Installation Sections ----------------------------
[Marvin.Install.NT.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,"GLOBAL",VideoCaptureTV,
AddInterface=%KSCATEGORY_CROSSBAR%,"GLOBAL",VideoCrossbar,

[VideoCaptureTV]
AddReg=VideoCaptureTV.AddReg

[VideoCrossbar]
AddReg=VideoXBar.AddReg

[VideoCaptureTV.AddReg]
HKR,,CLSID,,%ProxyVidCap.CLSID%
HKR,,FriendlyName,,%Marvin.DeviceDesc%
;;;;;;HKR,PinFactory\0\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}

[VideoXBar.AddReg]
HKR,,CLSID,,%ProxyXBar.CLSID%
HKR,,FriendlyName,,%Marvin.Crossbar%

; ---------------------------- Service Installation Sections---------------------------------------
[Marvin.Install.NT.Services]
AddService = %ServiceName%,0x00000002,Marvin.ServiceInstall

[Marvin.ServiceInstall]
DisplayName   = %ServiceNameDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\MarvinUsb.sys


[Marvin.PinNames]
HKLM,%MediaCategories%\%GUID.Marvin_XBAR_AUDIO_IN%,Name,,%Pin.Marvin_XBAR_AUDIO_IN%
HKLM,%MediaCategories%\%GUID.Marvin_AUDIO_OUT%,Name,,%Pin.Marvin_AUDIO_OUT%
HKLM,%MediaCategories%\%GUID.Marvin_VIDEO_OUT%,Name,,%Pin.Marvin_VIDEO_OUT%
HKLM,%MediaCategories%\%GUID.Marvin_PRIVAT_PROPERTY%,Name,,%Pin.Marvin_PRIVAT_PROPERTY%


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

[Strings]

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

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1
;REG_EXPAND_SZ=0x00020000
;REG_DWORD=0x00010001

;----------------
; defs from DDK:
;----------------
ProxyXBar.CLSID    = "{71F96460-78F3-11d0-A18C-00A0C9118956}"
ProxyVidCap.CLSID  = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
ProxyDecomp.CLSID  = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
ProxyEncoder.CLSID = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"

ActiveMovieCategories="CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance"

;----------------------
; defs for Marvin pins
;----------------------
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
GUID.Marvin_PRIVAT_PROPERTY = "{DCDB1800-590B-45A3-AC63-82DBA509DE83}"
GUID.Marvin_XBAR_AUDIO_IN   = "{DCDB1820-590B-45A3-AC63-82DBA509DE83}"
GUID.Marvin_VIDEO_OUT       = "{DCDB1821-590B-45A3-AC63-82DBA509DE83}"
GUID.Marvin_AUDIO_OUT       = "{DCDB1822-590B-45A3-AC63-82DBA509DE83}"

;----------------
; defs from DDK
;----------------
KSCATEGORY_TVTUNER          = "{A799A800-A46D-11D0-A18C-00A02401DCD4}"
KSCATEGORY_CROSSBAR         = "{A799A801-A46D-11D0-A18C-00A02401DCD4}"
KSCATEGORY_TVAUDIO          = "{A799A802-A46D-11D0-A18C-00A02401DCD4}"
KSCATEGORY_CAPTURE          = "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_RENDER           = "{65E8773E-8F56-11D0-A3B9-00A0C9223196}"

;----------------
; Localizable
;----------------
ServiceName="PinnacleMarvinUsb"
ServiceNameDesc="Pinnacle Systems Marvin USB Device"

Pin.Marvin_VIDEO_OUT       = "Video out"
Pin.Marvin_AUDIO_OUT       = "Audio out"
Pin.Marvin_XBAR_AUDIO_IN   = "Analog Audio In"
Pin.Marvin_PRIVAT_PROPERTY = "Marvin privat properties"
Pin.Marvin_RENDER_VIDEO    = "Render Video in"
Pin.Marvin_RENDER_AUDIO    = "Render Audio in"

Generic.DeviceDesc         = "Pinnacle Systems Marvin USB Device"
;Marvin.InstallationDisk   = "Pinnacle Systems Marvin USB Installation Disk"
PCLE.CabFileName           = "MarvinUsb.cab"
Marvin.InstallationDir     = "Pinnacle Systems Marvin USB Driver"
Marvin.Provider            = "Pinnacle Systems"
Marvin.Manufacturer        = "Pinnacle Systems"
Marvin.DeviceDesc          = "Pinnacle Systems Marvin USB Device"
Marvin.Crossbar            = "Pinnacle Systems Marvin USB Crossbar"

RUNONCEEX101_TITLE   = "Selfregistering files"
RUNONCEEX_TITLE      = "Windows Update"
RunOnceEx = "Software\Microsoft\Windows\CurrentVersion\RunOnceEx"
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: 0.52