Philips SPC315NC is vertically flipped
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 3 Jan 2011 14:39:37 +0000 (15:39 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 3 Jan 2011 14:39:37 +0000 (15:39 +0100)
Signed-off-by: Mauro Carvalho Chehab<mchehab@redhat.com>
lib/libv4lconvert/control/libv4lcontrol.c

index f32ef7b..a182efe 100644 (file)
@@ -46,6 +46,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
        { 0x0471, 0x0326, 0, NULL, NULL, V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
        /* Philips SPC210NC */
        { 0x0471, 0x032d, 0, NULL, NULL, V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
+       /* Philips SPC315NC */
+       { 0x0471, 0x032e, 0, NULL, NULL, V4LCONTROL_VFLIPPED },
        /* Genius E-M 112 (also want whitebalance by default) */
        { 0x093a, 0x2476, 0, NULL, NULL,
                V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED | V4LCONTROL_WANTS_WB, 1500 },