summaryrefslogtreecommitdiff
path: root/v4l2-apps
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-04-16 09:52:50 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-04-16 09:52:50 +0200
commit279a5b30fa2545d54a582d9a8e4dd3e4beceac40 (patch)
tree9ca42b47d6324c3c22d1f01899e0a66589bf6384 /v4l2-apps
parent2a12d063ebe4fd3ce43d3ed2eabd70741056771b (diff)
downloadmediapointer-dvb-s2-279a5b30fa2545d54a582d9a8e4dd3e4beceac40.tar.gz
mediapointer-dvb-s2-279a5b30fa2545d54a582d9a8e4dd3e4beceac40.tar.bz2
libv4l: genius messenger 112 needs both upside down and whitebalance flags.
From: Hans de Goede <hdegoede@redhat.com> libv4l: genius messenger 112 needs both upside down and whitebalance flags. Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps')
-rw-r--r--v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
index b09ffc582..ff9b3b5c1 100644
--- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
+++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
@@ -61,9 +61,10 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
{ 0x0471, 0x0326, 0, V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED, 0 },
/* Philips SPC210NC */
{ 0x0471, 0x032d, 0, V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED, 0 },
- /* Genius E-M 112 */
- { 0x093a, 0x2476, 0, V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED, 0 },
-/* Second: devices which can benifit from software video processing */
+ /* Genius E-M 112 (also needs processing) */
+ { 0x093a, 0x2476, 0, V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED,
+ V4LCONTROL_WANTS_WB },
+/* Second: devices which can benefit from software video processing */
/* Pac207 based devices */
{ 0x041e, 0x4028, 0, 0, V4LCONTROL_WANTS_WB },
{ 0x093a, 0x2460, 0x1f, 0, V4LCONTROL_WANTS_WB },