Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
1fade8d9
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1fade8d9
编写于
9月 14, 2009
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
V4L/DVB (12854): tm6000: i2c addresses should now be specified in 7bit formats
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
上级
64d339d4
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
12 addition
and
12 deletion
+12
-12
drivers/staging/tm6000/tm6000-cards.c
drivers/staging/tm6000/tm6000-cards.c
+12
-12
未找到文件。
drivers/staging/tm6000/tm6000-cards.c
浏览文件 @
1fade8d9
...
...
@@ -76,7 +76,7 @@ struct tm6000_board tm6000_boards[] = {
.
name
=
"Generic tm5600 board"
,
.
type
=
TM5600
,
.
tuner_type
=
TUNER_XC2028
,
.
tuner_addr
=
0xc2
,
.
tuner_addr
=
0xc2
>>
1
,
.
caps
=
{
.
has_tuner
=
1
,
},
...
...
@@ -85,7 +85,7 @@ struct tm6000_board tm6000_boards[] = {
[
TM6000_BOARD_GENERIC
]
=
{
.
name
=
"Generic tm6000 board"
,
.
tuner_type
=
TUNER_XC2028
,
.
tuner_addr
=
0xc2
,
.
tuner_addr
=
0xc2
>>
1
,
.
caps
=
{
.
has_tuner
=
1
,
.
has_dvb
=
1
,
...
...
@@ -96,7 +96,7 @@ struct tm6000_board tm6000_boards[] = {
.
name
=
"Generic tm6010 board"
,
.
type
=
TM6010
,
.
tuner_type
=
TUNER_XC2028
,
.
tuner_addr
=
0xc2
,
.
tuner_addr
=
0xc2
>>
1
,
.
caps
=
{
.
has_tuner
=
1
,
.
has_dvb
=
1
,
...
...
@@ -107,7 +107,7 @@ struct tm6000_board tm6000_boards[] = {
.
name
=
"10Moons UT 821"
,
.
tuner_type
=
TUNER_XC2028
,
.
type
=
TM5600
,
.
tuner_addr
=
0xc2
,
.
tuner_addr
=
0xc2
>>
1
,
.
caps
=
{
.
has_tuner
=
1
,
.
has_eeprom
=
1
,
...
...
@@ -117,7 +117,7 @@ struct tm6000_board tm6000_boards[] = {
[
TM5600_BOARD_10MOONS_UT330
]
=
{
.
name
=
"10Moons UT 330"
,
.
tuner_type
=
TUNER_PHILIPS_FQ1216AME_MK4
,
.
tuner_addr
=
0xc8
,
.
tuner_addr
=
0xc8
>>
1
,
.
caps
=
{
.
has_tuner
=
1
,
.
has_dvb
=
0
,
...
...
@@ -128,7 +128,7 @@ struct tm6000_board tm6000_boards[] = {
[
TM6000_BOARD_ADSTECH_DUAL_TV
]
=
{
.
name
=
"ADSTECH Dual TV USB"
,
.
tuner_type
=
TUNER_XC2028
,
.
tuner_addr
=
0xc8
,
.
tuner_addr
=
0xc8
>>
1
,
.
caps
=
{
.
has_tuner
=
1
,
.
has_tda9874
=
1
,
...
...
@@ -140,8 +140,8 @@ struct tm6000_board tm6000_boards[] = {
[
TM6000_BOARD_FREECOM_AND_SIMILAR
]
=
{
.
name
=
"Freecom Hybrid Stick / Moka DVB-T Receiver Dual"
,
.
tuner_type
=
TUNER_XC2028
,
/* has a XC3028 */
.
tuner_addr
=
0xc2
,
.
demod_addr
=
0x1e
,
.
tuner_addr
=
0xc2
>>
1
,
.
demod_addr
=
0x1e
>>
1
,
.
caps
=
{
.
has_tuner
=
1
,
.
has_dvb
=
1
,
...
...
@@ -154,8 +154,8 @@ struct tm6000_board tm6000_boards[] = {
[
TM6000_BOARD_ADSTECH_MINI_DUAL_TV
]
=
{
.
name
=
"ADSTECH Mini Dual TV USB"
,
.
tuner_type
=
TUNER_XC2028
,
/* has a XC3028 */
.
tuner_addr
=
0xc8
,
.
demod_addr
=
0x1e
,
.
tuner_addr
=
0xc8
>>
1
,
.
demod_addr
=
0x1e
>>
1
,
.
caps
=
{
.
has_tuner
=
1
,
.
has_dvb
=
1
,
...
...
@@ -167,8 +167,8 @@ struct tm6000_board tm6000_boards[] = {
[
TM6010_BOARD_HAUPPAUGE_900H
]
=
{
.
name
=
"Hauppauge HVR-900H"
,
.
tuner_type
=
TUNER_XC2028
,
/* has a XC3028 */
.
tuner_addr
=
0xc2
,
.
demod_addr
=
0x1e
,
.
tuner_addr
=
0xc2
>>
1
,
.
demod_addr
=
0x1e
>>
1
,
.
type
=
TM6010
,
.
caps
=
{
.
has_tuner
=
1
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录