Skip to content

Commit

Permalink
[media] gspca - stv06xx: Set a lower default value of gain for hdcs s…
Browse files Browse the repository at this point in the history
…ensors

Many users said that the default gain value (128) was giving white images.
The value which was in the original qc-usb driver (50) is better.

Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Jun 1, 2011
1 parent 0e44173 commit 5ff01d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/stv06xx/stv06xx_hdcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
#define HDCS_SLEEP_MODE (1 << 1)

#define HDCS_DEFAULT_EXPOSURE 48
#define HDCS_DEFAULT_GAIN 128
#define HDCS_DEFAULT_GAIN 50

static int hdcs_probe_1x00(struct sd *sd);
static int hdcs_probe_1020(struct sd *sd);
Expand Down

0 comments on commit 5ff01d5

Please sign in to comment.