⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cxcir.inf

📁 完整的基于Conxant平台的USB电视棒的WIN驱动程序。
💻 INF
字号:
;------------------------------------------------------------------------
;
;   Copyright and Disclaimer:
;
;       ---------------------------------------------------------------
;       This software is provided "as is" without warranty of any kind,
;       either expressed or implied, including but not limited to the
;       implied warranties of merchantability and/or fitness for a
;       particular purpose.
;
;       Copyright (c) 2008 Conexant Systems, Inc.
;       All Rights Reserved.
;       ---------------------------------------------------------------
;
;   File Revision Id:
;
;       $Header:cxir.inf, 68, 3/20/2008 $
;
;   Abstract:
;
;       This is the IR decoder driver inf file.
;
;------------------------------------------------------------------------

[Version]
signature="$CHICAGO$"

Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}

Provider="Conexant"
DriverVer=07/03/2008,6.0.105.0
CatalogFile=cxcir.cat

[Manufacturer]
"Conexant"=Conexant

[SourceDisksNames]
1="Conexant Polaris CIR Drivers",,,""

[SourceDisksFiles]
cxcir.sys=1

[Conexant]
;Polaris T0 doesn't support CIR,only later on chip such as A0 has CIR function
;Rev_0001 represent A0 chip.
%CX_POLARIS_IR.DeviceDesc%=CX_IR,  USB\VID_0572&PID_5a3e&Rev_0001&MI_00
%CX_POLARIS_IR.DeviceDesc%=CX_IR,  USB\VID_0572&PID_589a&Rev_0001&MI_00
%CX_POLARIS_IR.DeviceDesc%=CX_IR,  USB\VID_0572&PID_5899&Rev_0001&MI_00
%CX_POLARIS_IR.DeviceDesc%=CX_IR,  USB\VID_0572&PID_5898&Rev_0001&MI_00

%CX_POLARIS_IR.DeviceDesc%=CX_IR,  USB\VID_0572&PID_5a3e
%CX_POLARIS_IR.DeviceDesc%=CX_IR,  USB\VID_0572&PID_589a
%CX_POLARIS_IR.DeviceDesc%=CX_IR,  USB\VID_0572&PID_5899
%CX_POLARIS_IR.DeviceDesc%=CX_IR,  USB\VID_0572&PID_5898

[CX_IR]
AddReg=     CXIR.AddReg,CX_IR.AddReg
CopyFiles=  CXIR.CopyDrivers


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

[CXIR.CopyDrivers]
cxcir.sys

[CXIR.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,cxcir.sys

;
; Driver Configuration Registry Entries
;

[CX_IR.AddReg]
;command table 0: RC6 protocol is selected.
HKR,"DriverData","IR_Command_Table",0x00010001, 0x00, 0x00, 0x00, 0x00


;
; Services installation
;

;
; NTSC_IR
;

[CX_IR.Services]
AddService = CXIR,2,CX_IR.ServiceInstall


[CX_IR.ServiceInstall]
DisplayName   = %CX_IR.DeviceDesc%
ServiceType   = 1
StartType     = 2
ErrorControl  = 1
ServiceBinary = %10%\system32\drivers\cxcir.sys

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

[Strings]
CX_POLARIS_IR.DeviceDesc     	=    "Conexant Polaris IR Transceiver"
CX_IR.DeviceDesc                =    "Conexant Polaris IR Transceiver"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -