All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]Add green balance v4l2 ctrl support
@ 2009-02-02 19:14 Erik Andrén
  2009-02-26 12:04 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Erik Andrén @ 2009-02-02 19:14 UTC (permalink / raw)
  To: linux-media

[-- 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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-26 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-02 19:14 [PATCH]Add green balance v4l2 ctrl support Erik Andrén
2009-02-26 12:04 ` Mauro Carvalho Chehab
2009-02-26 13:20   ` Laurent Pinchart

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.