V4L/DVB: gspca - pac207: Let all pac207 ctrls have a coherent naming
Signed-off-by: Erik Andrén <erik.andren@gmail.com> 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
ad5e9b9b7d
commit
52897d86b1
|
@ -99,7 +99,7 @@ static const struct ctrl sd_ctrls[] = {
|
|||
{
|
||||
.id = V4L2_CID_EXPOSURE,
|
||||
.type = V4L2_CTRL_TYPE_INTEGER,
|
||||
.name = "exposure",
|
||||
.name = "Exposure",
|
||||
.minimum = PAC207_EXPOSURE_MIN,
|
||||
.maximum = PAC207_EXPOSURE_MAX,
|
||||
.step = 1,
|
||||
|
@ -130,7 +130,7 @@ static const struct ctrl sd_ctrls[] = {
|
|||
{
|
||||
.id = V4L2_CID_GAIN,
|
||||
.type = V4L2_CTRL_TYPE_INTEGER,
|
||||
.name = "gain",
|
||||
.name = "Gain",
|
||||
.minimum = PAC207_GAIN_MIN,
|
||||
.maximum = PAC207_GAIN_MAX,
|
||||
.step = 1,
|
||||
|
|
Loading…
Reference in New Issue