]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (12093): gspca_sonixj: Name saturation control saturation, not color
authorHans de Goede <hdegoede@redhat.com>
Thu, 18 Jun 2009 17:31:36 +0000 (14:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 23 Jun 2009 06:13:57 +0000 (03:13 -0300)
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>
drivers/media/video/gspca/sonixj.c

index 46ec24e4045844f0b42e55efe85bbd2cb7718026..0d02f41fa7d099835e390c23e957806c277b4f16 100644 (file)
@@ -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,