libv4l: genius messenger 112 needs both upside down and whitebalance flags.
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>
Thu, 16 Apr 2009 07:52:50 +0000 (09:52 +0200)
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>
Thu, 16 Apr 2009 07:52:50 +0000 (09:52 +0200)
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>
lib/libv4lconvert/control/libv4lcontrol.c

index b09ffc5..ff9b3b5 100644 (file)
@@ -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 },