Commit d6f5bd6d authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b3c0af6e
...@@ -76,7 +76,7 @@ static const struct ctrl sd_ctrls[] = { ...@@ -76,7 +76,7 @@ static const struct ctrl sd_ctrls[] = {
.minimum = 0x0001, .minimum = 0x0001,
.maximum = 0x0fff, .maximum = 0x0fff,
.step = 1, .step = 1,
#define EXPO_DEF 0x027d #define EXPO_DEF 0x0356
.default_value = EXPO_DEF, .default_value = EXPO_DEF,
}, },
.set = sd_setexpo, .set = sd_setexpo,
...@@ -90,7 +90,7 @@ static const struct ctrl sd_ctrls[] = { ...@@ -90,7 +90,7 @@ static const struct ctrl sd_ctrls[] = {
.minimum = 0x01, .minimum = 0x01,
.maximum = 0xff, .maximum = 0xff,
.step = 1, .step = 1,
#define GAIN_DEF 0x61 #define GAIN_DEF 0x8d
.default_value = GAIN_DEF, .default_value = GAIN_DEF,
}, },
.set = sd_setgain, .set = sd_setgain,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment