Skip to content

Commit

Permalink
V4L/DVB (12093): gspca_sonixj: Name saturation control saturation, no…
Browse files Browse the repository at this point in the history
…t color

Name saturation control saturation, not color and make the default
less saturated (the old default was overdoing it).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Jun 23, 2009
1 parent f800952 commit 3fb4a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/gspca/sonixj.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ static struct ctrl sd_ctrls[] = {
{
.id = V4L2_CID_SATURATION,
.type = V4L2_CTRL_TYPE_INTEGER,
.name = "Color",
.name = "Saturation",
.minimum = 0,
.maximum = 40,
.step = 1,
#define COLOR_DEF 32
#define COLOR_DEF 25
.default_value = COLOR_DEF,
},
.set = sd_setcolors,
Expand Down

0 comments on commit 3fb4a57

Please sign in to comment.