OmTVtune.inf Driver File Contents (ZAP-TV2100_r12.zip)

;-----------------------------------------------------------------------
;	OmniTV Analog Tuner driver inf file
;	Version 2.0.0.4
;
;       Copyright (c) YUAN High Tech Development Co. Ltd. 
;       All Rights Reserved.
;------------------------------------------------------------------------

[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Company%
DriverVer=06/23/2005,2.0.0.4

CatalogFile.ntx86=OmTVTune.cat

[Manufacturer]
%Company%=YUAN

[SourceDisksNames]
1=%DISK_NAME%,,,""

[SourceDisksFiles]
OmTVTune.sys=1

[YUAN]

;XCeive XC3028  Analog TV with FM Radio
%OmTVTune.DeviceDescTUN811%  = OmTVTune.TUN881,	STREAM\OmTVTune.VEN_12AB.tun881
;%OmTVTune.DeviceDescTUN811%  = OmTVTune.TUN881,	STREAM\OmTVTune.VEN_12AB.tun881#PCI#VEN_14F1&DEV_8800&SUBSYS_588112ab

;XCeive XC3028 Analog TV without FM Radio
%OmTVTune.DeviceDescPG700%   = OmTVTune.PG700,    STREAM\OmTVTune.VEN_12AB.pg700
;%OmTVTune.DeviceDescPG700%   = OmTVTune.PG700,    STREAM\OmTVTune.VEN_12AB.pg700#PCI#VEN_14F1&DEV_8800&SUBSYS_370012ab

[OmTVTune.TUN881]
Include  =  ks.inf, kscaptur.inf
Needs    =  KS.Registration,KSCAPTUR.Registration.NT
AddReg   =  OmTVTune.addreg,TUN881.addreg
CopyFiles=  OmTVTune.CopyDrivers

[OmTVTune.PG700]
Include  =  ks.inf, kscaptur.inf
Needs    =  KS.Registration,KSCAPTUR.Registration.NT
AddReg   =  OmTVTune.addreg,PG700.addreg
CopyFiles=  OmTVTune.CopyDrivers


[DestinationDirs]
OmTVTune.CopyDrivers=10,system32\drivers

[OmTVTune.CopyDrivers]
OmTVTune.sys

[OmTVTune.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,OmTVTune
HKR,,OkToHibernate,3,01
HKR,,PageOutWhenUnopened,3,00

[TUN881.AddReg]
HKR,"DriverData","TunerBrand",0x00010001, 0x02, 0x00, 0x00, 0x00
HKR,"DriverData","TunerI2CAddress",0x00010001, 0xc0, 0x00, 0x00, 0x00
HKR,"DriverData","TunerType",0x00010001, 0x02, 0x00, 0x00, 0x00
HKR,"DriverData","TunerMode",0x0010001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData","TunerInput",0x00010001, 0x00, 0x00, 0x00, 0x00


[PG700.AddReg]
HKR,"DriverData","TunerBrand",0x00010001, 0x02, 0x00, 0x00, 0x00
HKR,"DriverData","TunerI2CAddress",0x00010001, 0xc0, 0x00, 0x00, 0x00
HKR,"DriverData","TunerType",0x00010001, 0x13, 0x00, 0x00, 0x00
HKR,"DriverData","TunerMode",0x0010001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData","TunerInput",0x00010001, 0x00, 0x00, 0x00, 0x00

[TvTunerTUN811]
AddReg=TvTuner.TUN881.AddReg

[TvTunerPG700]
AddReg=TvTuner.PG700.AddReg

[TvTuner.TUN881.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%OmTVTune.TUN881.TUNER%

[TvTuner.PG700.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%OmTVTune.PG700.TUNER%

[OmTVTune.TUN881.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTunerTUN811,

[OmTVTune.PG700.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTunerPG700,

[OmTVTune.TUN881.Services]
AddService = OmTVTune,0x00000002,OmTVTune.ServiceInstall

[OmTVTune.PG700.Services]
AddService = OmTVTune,0x00000002,OmTVTune.ServiceInstall

[OmTVTune.ServiceInstall]
DisplayName=%SERVICE_DISPLAYNAME%
Description=%SERVICE_DESCRIPTION%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType= %SERVICE_DEMAND_START%
ErrorControl= %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\OmTVTune.sys

[Strings]
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4

SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3

SERVICE_DISPLAYNAME	 = "OmniTV Analog TV Tuner"
SERVICE_DESCRIPTION      = "OmniTV Analog TV Tuner Driver"

;----------------
; Localizable
;----------------
Company						= "YUAN High-Tech Development Co. Ltd."
DISK_NAME					= "OmniTV Driver Setup Disk"

OmTVTune.DeviceDescPG700  = 	"PG700 TV Tuner"
OmTVTune.DeviceDescTUN811 =	"TUN881 TV Tuner"
OmTVTune.PG700.TUNER	=	"PG700 TV Tuner"
OmTVTune.TUN881.TUNER	=	"TUN881 TV Tuner"

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: web3, load: 2.49