From: "Erik Andrén" <erik.andren@gmail.com>
To: Jean-Francois Moine <moinejf@free.fr>
Cc: linux-media@vger.kernel.org
Subject: [PATCH] Coherent naming of the pac207 v4l2 ctrls
Date: Sun, 07 Jun 2009 20:18:17 +0200 [thread overview]
Message-ID: <4A2C0469.4080507@gmail.com> (raw)
Hi Jean-Francois,
The following minor patch renames two pac207 ctrls in order to
create a coherent naming of the v4l2 ctrls.
Best regards,
Erik
# HG changeset patch
# User erik.andren@gmail.com
# Date 1244398262 -7200
# Node ID 33938b355bc65d57f03ddea53bc42c8186dfe2c2
# Parent c4bd8403b04210035fb823317974831d911fa086
gspca - pac207: Unify v4l2 ctrl names
From: Erik Andrén <erik.andren@gmail.com>
Let all pac207 ctrls have a coherent naming
Priority: normal
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
diff -r c4bd8403b042 -r 33938b355bc6
linux/drivers/media/video/gspca/pac207.c
--- a/linux/drivers/media/video/gspca/pac207.c Sun Jun 07 16:58:04
2009 +0200
+++ b/linux/drivers/media/video/gspca/pac207.c Sun Jun 07 20:11:02
2009 +0200
@@ -106,7 +106,7 @@
{
.id = V4L2_CID_EXPOSURE,
.type = V4L2_CTRL_TYPE_INTEGER,
- .name = "exposure",
+ .name = "Exposure",
.minimum = PAC207_EXPOSURE_MIN,
.maximum = PAC207_EXPOSURE_MAX,
.step = 1,
@@ -137,7 +137,7 @@
{
.id = V4L2_CID_GAIN,
.type = V4L2_CTRL_TYPE_INTEGER,
- .name = "gain",
+ .name = "Gain",
.minimum = PAC207_GAIN_MIN,
.maximum = PAC207_GAIN_MAX,
.step = 1,
reply other threads:[~2009-06-07 18:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A2C0469.4080507@gmail.com \
--to=erik.andren@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=moinejf@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.