diff options
author | Jean-François Moine <moinejf@free.fr> | 2011-08-10 04:47:34 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-11 08:24:21 -0400 |
commit | 2458df4324b802e51c830e2a7ff851dbe18df9bb (patch) | |
tree | 517a2a49ae75be4dbaf51443b0ff6ac73bb07328 /drivers/media/video/gspca | |
parent | abe8cee744aa8aa29a2d88b915a17f0c7744aa3a (diff) |
[media] gspca - sonixj: Increase the exposure for sensor soi768
Lower exposure values give too dark images.
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca')
-rw-r--r-- | drivers/media/video/gspca/sonixj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 7ab0c1a7623d..2c1e03998778 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c | |||
@@ -1279,7 +1279,7 @@ static const u8 soi768_sensor_param1[][8] = { | |||
1279 | /* global gain ? : 07 - change with 0x15 at the end */ | 1279 | /* global gain ? : 07 - change with 0x15 at the end */ |
1280 | {0xa1, 0x21, 0x10, 0x3f, 0x00, 0x00, 0x00, 0x10}, /* ???? : 063f */ | 1280 | {0xa1, 0x21, 0x10, 0x3f, 0x00, 0x00, 0x00, 0x10}, /* ???? : 063f */ |
1281 | {0xa1, 0x21, 0x04, 0x06, 0x00, 0x00, 0x00, 0x10}, | 1281 | {0xa1, 0x21, 0x04, 0x06, 0x00, 0x00, 0x00, 0x10}, |
1282 | {0xb1, 0x21, 0x2d, 0x00, 0x02, 0x00, 0x00, 0x10}, | 1282 | {0xb1, 0x21, 0x2d, 0x63, 0x03, 0x00, 0x00, 0x10}, |
1283 | /* exposure ? : 0200 - change with 0x1e at the end */ | 1283 | /* exposure ? : 0200 - change with 0x1e at the end */ |
1284 | {} | 1284 | {} |
1285 | }; | 1285 | }; |