Am 09.11.2010 13:20, schrieb Mauro Carvalho Chehab:
This is an automatic generated email to let you know that the following patch 
were queued at the
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] tm6000: bugfix set tv standards
Author:  Stefan Ringel<stefan.rin...@arcor.de>
Date:    Wed Oct 27 16:48:05 2010 -0300

bugfix set tv standards

Signed-off-by: Stefan Ringel<stefan.rin...@arcor.de>
Signed-off-by: Mauro Carvalho Chehab<mche...@redhat.com>

  drivers/staging/tm6000/tm6000-video.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=8eb5e30293e2460a37feaaa94abc7c6ede6cc29d

diff --git a/drivers/staging/tm6000/tm6000-video.c 
b/drivers/staging/tm6000/tm6000-video.c
index 9ec8279..c5690b2 100644
--- 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;
Why not in 2.6.37-rc2 ?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to