Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3a4456a073150c8b0d790daa007d2aab9ebdecb5
Commit:     3a4456a073150c8b0d790daa007d2aab9ebdecb5
Parent:     e71ced1a5dfebfde57c0ed2c9bd3c7b4596071c1
Author:     Hans Verkuil <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 12 16:27:28 2006 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Wed Dec 27 14:18:59 2006 -0200

    V4L/DVB (4968): Add PAL-60 support for cx2584x.
    
    Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/cx25840/cx25840-vbi.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/cx25840/cx25840-vbi.c 
b/drivers/media/video/cx25840/cx25840-vbi.c
index f85f208..ced13fe 100644
--- a/drivers/media/video/cx25840/cx25840-vbi.c
+++ b/drivers/media/video/cx25840/cx25840-vbi.c
@@ -128,7 +128,14 @@ void cx25840_vbi_setup(struct i2c_client *client)
                uv_lpf=1;
 
                src_decimation=0x21f;
-               if (std == V4L2_STD_PAL_M) {
+               if (std == V4L2_STD_PAL_60) {
+                       vblank=26;
+                       vblank656=26;
+                       burst=0x5b;
+                       luma_lpf=2;
+                       comb=0x20;
+                       sc=0x0a8263;
+               } else if (std == V4L2_STD_PAL_M) {
                        vblank=20;
                        vblank656=24;
                        burst=0x61;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to