V4L/DVB: gspca - pac207: Let all pac207 ctrls have a coherent naming
authorErik Andrén <erik.andren@gmail.com>
Sun, 7 Mar 2010 08:13:49 +0000 (05:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:46:28 +0000 (00:46 -0300)
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>
drivers/media/video/gspca/pac207.c

index 0c87c34..a40f889 100644 (file)
@@ -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,