diff options
author | Erik Andr?n <erik.andren@gmail.com> | 2009-01-11 11:00:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:28 -0400 |
commit | d8a3e35150829ebc3fae2ff18eb16eefef504ef0 (patch) | |
tree | 1ed460c91b40a2ce11d6c6752305bb0e082aed06 /drivers/media/video/gspca | |
parent | 3e5cbad030f6c12983f697ecff9fbd8f5a6bee7b (diff) |
V4L/DVB (11475): gspca - m5602-po1030: Lower the default blue and gain balance
Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_po1030.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_po1030.h b/drivers/media/video/gspca/m5602/m5602_po1030.h index 8865037296b0..b70879fddce1 100644 --- a/drivers/media/video/gspca/m5602/m5602_po1030.h +++ b/drivers/media/video/gspca/m5602/m5602_po1030.h | |||
@@ -137,8 +137,8 @@ | |||
137 | 137 | ||
138 | #define PO1030_GLOBAL_GAIN_DEFAULT 0x12 | 138 | #define PO1030_GLOBAL_GAIN_DEFAULT 0x12 |
139 | #define PO1030_EXPOSURE_DEFAULT 0x0085 | 139 | #define PO1030_EXPOSURE_DEFAULT 0x0085 |
140 | #define PO1030_BLUE_GAIN_DEFAULT 0x40 | 140 | #define PO1030_BLUE_GAIN_DEFAULT 0x36 |
141 | #define PO1030_RED_GAIN_DEFAULT 0x40 | 141 | #define PO1030_RED_GAIN_DEFAULT 0x36 |
142 | 142 | ||
143 | /*****************************************************************************/ | 143 | /*****************************************************************************/ |
144 | 144 | ||