提交 3fb4a57b 编写于 作者: H Hans de Goede 提交者: Mauro Carvalho Chehab

V4L/DVB (12093): gspca_sonixj: Name saturation control saturation, not color

Name saturation control saturation, not color and make the default
less saturated (the old default was overdoing it).
Signed-off-by: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 f800952c
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册