home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; atibtcap.inf
- ;------------------------------------------------------------------------------
- ; Win98/WinMe/Win2000/WinXP WDM drivers for ATI TV Wonder PCI devices
- ; Copyright (C) 2000-2002 ATI Technologies Inc.
-
-
- [Version]
- signature="$CHICAGO$"
- Class=Media
- ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
- Provider=%Mfg%
- DriverVer=11/05/2002,6.13.0.2408
- CatalogFile=atitvw9x.cat
-
-
- [SourceDisksNames]
- 1=%DiskId%,,,
-
- [SourceDisksFiles]
- atibtcap.sys=1
-
- [ATIBTCAP.CopyDrivers]
- atibtcap.sys
-
- [ATIBTCAP.CopyFilters]
-
- [ATIBTCAP.KnownFiles]
- atibtcap.sys=safe
-
- [DestinationDirs]
- ATIBTCAP.CopyDrivers=10,system32\drivers
- ATIBTCAP.CopyFilters=11
-
- [ControlFlags]
- ExcludeFromSelect=*
-
- [Manufacturer]
- %Mfg%=ATI
-
- [ATI]
- %ATIBTCAP.VideoDeviceDesc%=ATIBTCAP.Device, PCI\VEN_109E&DEV_036E&SUBSYS_00011002
- %ATIBTCAP.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_00011002
- %ATIBTCAP.VideoDeviceDesc%=ATIBTCAP.Device, PCI\VEN_109E&DEV_036E&SUBSYS_00031002
- %ATIBTCAP.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_00031002
- ;compatible hardware IDs
- %ATIBTCAP.VideoDeviceDesc%=ATIBTCAP.Device, PCI\VEN_109E&DEV_036E
- %ATIBTCAP.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878
-
-
- [AudioSection]
-
-
- [AudioSection.Services]
- AddService = , 2 ; null service install
-
-
- [ATIBTCAP.Device]
- Include= ks.inf, kscaptur.inf, ksfilter.inf
- Needs= KS.Registration,MSPCLOCK.Installation
- AddReg= ATIBTCAP.AddReg,Categories,TopologyNodes,Plugins,Filters
- CopyFiles= ATIBTCAP.CopyDrivers,ATIBTCAP.CopyFilters
- KnownFiles= ATIBTCAP.KnownFiles
-
- [ATIBTCAP.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,atibtcap.sys
- HKR,,OkToHibernate,3,01
- HKR,,PageOutWhenUnopened,3,01
- HKR,,DontSuspendIfStreamsAreRunning,3,01
- HKR,"DriverData","XBarInPin0",0x00010001, 0x03,0x00,0x00,0x00
- HKR,"DriverData","XBarInPin1",0x00010001, 0x01,0x00,0x00,0x00
- HKR,"DriverData","XBarInPin2",0x00010001, 0x02,0x00,0x00,0x00
- HKR,"DriverData","XBarInPin3",0x00010001, 0x00,0x10,0x00,0x00
- HKR,"DriverData","XTal0",0x00010001, 0x1c, 0x00, 0x00, 0x00
- HKR,"DriverData","XTal1",0x00010001, 0x23, 0x00, 0x00, 0x00
- HKR,"DriverData","BobMode",0x00010001, 0x00, 0x00, 0x00, 0x00
- HKR,"DriverData","VideoStandard",0x00010001, 0x01,0x00,0x00,0x00
- ; TV Tuner
- HKR,"ENUM\Device1",pnpid,,"ativtutw"
- ; Video Crossbar
- HKR,"ENUM\Device2",pnpid,,"atibtxbar"
- ; Audio Crossbar
- HKR,"ENUM\Device3",pnpid,,"ativxstw"
-
- [VideoCapture]
- AddReg=VideoCapture.AddReg
-
- [VideoTvAudio]
- AddReg=VideoTvAudio.AddReg
-
- [VideoCapture.AddReg]
- HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
- HKR,,FriendlyName,,%ATIBTCAP.Capture%
-
- [VideoTvAudio.AddReg]
- HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
- HKR,,FriendlyName,,%ATIBTCAP.TvAudio%
-
-
- [ATIBTCAP.Device.Interfaces]
- AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
- AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,
-
-
- [ATIBTCAP.Device.Services]
- AddService = ATIBTCAP,0x00000002,ATIBTCAP.ServiceInstall
-
-
- [ATIBTCAP.ServiceInstall]
- DisplayName = %ATIBTCAP.VideoDeviceDesc%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_AUTO_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %10%\system32\drivers\atibtcap.sys
-
-
- [Strings]
- ;
- ; Non-Localizable Strings
- ;
- SERVICE_KERNEL_DRIVER=1
- SERVICE_AUTO_START=2
- SERVICE_ERROR_NORMAL=1
- ;
- ; Localizable Strings
- ;
- Mfg= "ATI Technologies"
- ATIBTCAP.VideoDeviceDesc= "ATI TV Wonder Video Capture"
- ATIBTCAP.AudioDeviceDesc= "ATI TV Wonder Audio Capture"
- ATIBTCAP.Capture= "ATI TV Wonder Capture"
- ATIBTCAP.TvAudio= "ATI TV Wonder TV Audio"
- DiskId= "ATI TV Wonder Driver Installation Disk"
-