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:
399d846
)
[media] tm6000: bugfix set tv standards
author
Stefan Ringel
<
[email protected]
>
Wed, 27 Oct 2010 19:48:05 +0000
(16:48 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 9 Nov 2010 17:03:20 +0000
(15:03 -0200)
bugfix set tv standards
Signed-off-by: Stefan Ringel <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/staging/tm6000/tm6000-video.c
patch
|
blob
|
history
diff --git
a/drivers/staging/tm6000/tm6000-video.c
b/drivers/staging/tm6000/tm6000-video.c
index 9ec82796634ecf50cbd5da43dd8b30b0eddc3706..c5690b2a89244769f6af1bfc4b061f663599e32c 100644
(file)
--- a/
drivers/staging/tm6000/tm6000-video.c
+++ b/
drivers/staging/tm6000/tm6000-video.c
@@
-1032,6
+1032,7
@@
static int vidioc_s_std (struct file *file, void *priv, v4l2_std_id *norm)
struct tm6000_fh *fh=priv;
struct tm6000_core *dev = fh->dev;
+ dev->norm = *norm;
rc = tm6000_init_analog_mode(dev);
fh->width = dev->width;