V4L/DVB: gspca - sq930x: Change the default values of gain and exposure

Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Jean-François Moine 2010-07-26 07:09:32 -03:00 committed by Mauro Carvalho Chehab
parent b3c0af6e1f
commit d6f5bd6d19
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ static const struct ctrl sd_ctrls[] = {
.minimum = 0x0001,
.maximum = 0x0fff,
.step = 1,
#define EXPO_DEF 0x027d
#define EXPO_DEF 0x0356
.default_value = EXPO_DEF,
},
.set = sd_setexpo,
@ -90,7 +90,7 @@ static const struct ctrl sd_ctrls[] = {
.minimum = 0x01,
.maximum = 0xff,
.step = 1,
#define GAIN_DEF 0x61
#define GAIN_DEF 0x8d
.default_value = GAIN_DEF,
},
.set = sd_setgain,