diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-29 16:28:17 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-29 16:28:17 +0000 |
commit | bccb63646435c603d4f0883c4476c1007dae0578 (patch) | |
tree | c27d423b94da1cf0bb7b43fe3bec94427ca8120f /linux/drivers/media/video/cx88/cx88-video.c | |
parent | ee1dbeb3ccc6219058014fdc3b5d2eafdec2f333 (diff) | |
download | mediapointer-dvb-s2-bccb63646435c603d4f0883c4476c1007dae0578.tar.gz mediapointer-dvb-s2-bccb63646435c603d4f0883c4476c1007dae0578.tar.bz2 |
Changed hue offset to 128 to correct its behavior for cx88 cards.
Now, 50% Hue means no offset, just like bt878 stuff.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index e176d5020..7d14c996f 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.71 2005/06/28 03:17:39 mchehab Exp $ + * $Id: cx88-video.c,v 1.72 2005/06/29 16:28:17 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -268,7 +268,7 @@ static struct cx88_ctrl cx8800_ctls[] = { .default_value = 0, .type = V4L2_CTRL_TYPE_INTEGER, }, - .off = 0, + .off = 128, .reg = MO_HUE, .mask = 0x00ff, .shift = 0, |