Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
591a0d35
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
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看板
提交
591a0d35
编写于
2月 08, 2010
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
V4L/DVB: tm6000: Allow tm6000 driver compilation
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
上级
caa0d36c
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
6 addition
and
8 deletion
+6
-8
drivers/staging/Kconfig
drivers/staging/Kconfig
+2
-0
drivers/staging/Makefile
drivers/staging/Makefile
+1
-0
drivers/staging/tm6000/Makefile
drivers/staging/tm6000/Makefile
+3
-0
drivers/staging/tm6000/tm6000-core.c
drivers/staging/tm6000/tm6000-core.c
+0
-1
drivers/staging/tm6000/tm6000-dvb.c
drivers/staging/tm6000/tm6000-dvb.c
+0
-7
未找到文件。
drivers/staging/Kconfig
浏览文件 @
591a0d35
...
...
@@ -49,6 +49,8 @@ source "drivers/staging/go7007/Kconfig"
source "drivers/staging/cx25821/Kconfig"
source "drivers/staging/tm6000/Kconfig"
source "drivers/staging/usbip/Kconfig"
source "drivers/staging/winbond/Kconfig"
...
...
drivers/staging/Makefile
浏览文件 @
591a0d35
...
...
@@ -7,6 +7,7 @@ obj-$(CONFIG_ET131X) += et131x/
obj-$(CONFIG_SLICOSS)
+=
slicoss/
obj-$(CONFIG_VIDEO_GO7007)
+=
go7007/
obj-$(CONFIG_VIDEO_CX25821)
+=
cx25821/
obj-$(CONFIG_VIDEO_TM6000)
+=
tm6000/
obj-$(CONFIG_USB_IP_COMMON)
+=
usbip/
obj-$(CONFIG_W35UND)
+=
winbond/
obj-$(CONFIG_PRISM2_USB)
+=
wlan-ng/
...
...
drivers/staging/tm6000/Makefile
浏览文件 @
591a0d35
...
...
@@ -13,3 +13,6 @@ obj-$(CONFIG_VIDEO_TM6000) += tm6000.o
obj-$(CONFIG_VIDEO_TM6000_ALSA)
+=
tm6000-alsa.o
EXTRA_CFLAGS
=
-Idrivers
/media/video
EXTRA_CFLAGS
+=
-Idrivers
/media/common/tuners
EXTRA_CFLAGS
+=
-Idrivers
/media/dvb/dvb-core
EXTRA_CFLAGS
+=
-Idrivers
/media/dvb/frontends
drivers/staging/tm6000/tm6000-core.c
浏览文件 @
591a0d35
...
...
@@ -24,7 +24,6 @@
#include <linux/kernel.h>
#include <linux/usb.h>
#include <linux/i2c.h>
#include <linux/video_decoder.h>
#include "tm6000.h"
#include "tm6000-regs.h"
#include <media/v4l2-common.h>
...
...
drivers/staging/tm6000/tm6000-dvb.c
浏览文件 @
591a0d35
...
...
@@ -19,7 +19,6 @@
#include <linux/kernel.h>
#include <linux/usb.h>
#include <compat.h>
#include "tm6000.h"
#include "tm6000-regs.h"
...
...
@@ -72,12 +71,7 @@ static void inline print_err_status (struct tm6000_core *dev,
}
}
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
static
void
tm6000_urb_received
(
struct
urb
*
urb
,
struct
pt_regs
*
ptregs
)
#else
static
void
tm6000_urb_received
(
struct
urb
*
urb
)
#endif
{
int
ret
;
struct
tm6000_core
*
dev
=
urb
->
context
;
...
...
@@ -226,7 +220,6 @@ int tm6000_dvb_attach_frontend(struct tm6000_core *dev)
.
parallel_ts
=
1
,
.
if2
=
45700
,
.
disable_i2c_gate_ctrl
=
1
,
.
tm6000
=
1
,
};
dvb
->
frontend
=
pseudo_zl10353_attach
(
dev
,
&
config
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录