libv4lcontrol: Add Asus F3Sc with 04f2:b012 cam as upside down false positive
authorHans de Goede <hdegoede@redhat.com>
Sun, 2 Mar 2014 13:57:51 +0000 (14:57 +0100)
committerHans de Goede <hdegoede@redhat.com>
Tue, 22 Apr 2014 09:35:42 +0000 (11:35 +0200)
Also see:
https://bugzilla.redhat.com/show_bug.cgi?id=844999

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
lib/libv4lconvert/control/libv4lcontrol.c

index e09159d..ee39ba7 100644 (file)
@@ -89,6 +89,10 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
        { 0x04f2, 0xb012, 0, "PACKARD BELL BV              ", "EasyNote_F0945",
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
+       /* This Asus has its camera the right way up, so we've an entry here
+          to override the wildcard match from the upside_down table. */
+       { 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc.        ", "F3Sc      ",
+               0 },
        { 0x04f2, 0xb071, 0, "AXIOO", "PICO DJH Model",
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
        { 0x04f2, 0xb071, 0, "PEGATRON CORPORATION", "H54",