From: "Erik Andrén" <erik.andren@gmail.com>
To: linux-media@vger.kernel.org
Subject: [PATCH]Add green balance v4l2 ctrl support
Date: Mon, 02 Feb 2009 20:14:26 +0100 [thread overview]
Message-ID: <49874612.1000109@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 448 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
The m5602 gspca driver has two sensors offering the possiblity to
control the green balance. This patch adds a v4l2 ctrl for this.
Regards,
Erik
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmHRhEACgkQN7qBt+4UG0FAKACgsnXERjLdZL/D+2Ze3KkC6GJc
PowAnAkr/0+IT2jB00qCUuqS7OhBmhtG
=UfNN
-----END PGP SIGNATURE-----
[-- Attachment #2: Add_green_balance.diff --]
[-- Type: text/x-diff, Size: 731 bytes --]
diff -r 24361cfb8615 linux/include/linux/videodev2.h
--- a/linux/include/linux/videodev2.h Wed Jan 28 16:55:17 2009 +0100
+++ b/linux/include/linux/videodev2.h Wed Jan 28 17:11:39 2009 +0100
@@ -879,8 +879,10 @@
#define V4L2_CID_BACKLIGHT_COMPENSATION (V4L2_CID_BASE+28)
#define V4L2_CID_CHROMA_AGC (V4L2_CID_BASE+29)
#define V4L2_CID_COLOR_KILLER (V4L2_CID_BASE+30)
+
+#define V4L2_CID_GREEN_BALANCE (V4L2_CID_BASE+31)
/* last CID + 1 */
-#define V4L2_CID_LASTP1 (V4L2_CID_BASE+31)
+#define V4L2_CID_LASTP1 (V4L2_CID_BASE+32)
/* MPEG-class control IDs defined by V4L2 */
#define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900)
next reply other threads:[~2009-02-02 20:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-02 19:14 Erik Andrén [this message]
2009-02-26 12:04 ` [PATCH]Add green balance v4l2 ctrl support Mauro Carvalho Chehab
2009-02-26 13:20 ` Laurent Pinchart
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=49874612.1000109@gmail.com \
--to=erik.andren@gmail.com \
--cc=linux-media@vger.kernel.org \
/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.