mirror of https://gitee.com/openkylin/linux.git
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:
parent
b3c0af6e1f
commit
d6f5bd6d19
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue