projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a3932e
)
V4L/DVB (8169): cx18: enable TS support
author
Hans Verkuil
<
[email protected]
>
Sat, 28 Jun 2008 23:57:56 +0000
(20:57 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 20 Jul 2008 10:15:35 +0000
(07:15 -0300)
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/cx18/cx18-driver.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx18/cx18-driver.c
b/drivers/media/video/cx18/cx18-driver.c
index 2f4909a325402fb3442008a1c137caa76f185c07..e73de62522574a255c45676cc5345cfcc483630d 100644
(file)
--- a/
drivers/media/video/cx18/cx18-driver.c
+++ b/
drivers/media/video/cx18/cx18-driver.c
@@
-436,7
+436,7
@@
static int __devinit cx18_init_struct1(struct cx18 *cx)
(cx->params.video_temporal_filter_mode << 1) |
(cx->params.video_median_filter_type << 2);
cx->params.port = CX2341X_PORT_MEMORY;
- cx->params.capabilities =
0
;
+ cx->params.capabilities =
CX2341X_CAP_HAS_TS
;
init_waitqueue_head(&cx->cap_w);
init_waitqueue_head(&cx->mb_apu_waitq);
init_waitqueue_head(&cx->mb_cpu_waitq);