libv4l: update upside down device list
authorHans de Goede <hdegoede@redhat.com>
Sat, 30 Apr 2011 08:19:16 +0000 (10:19 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 30 Apr 2011 08:19:16 +0000 (10:19 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
lib/libv4lconvert/control/libv4lcontrol.c

index 6a1c0a2..dc9dcbb 100644 (file)
@@ -235,6 +235,13 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
        { 0x04f2, 0xb16b, 0, "ASUSTeK Computer Inc.        ", "U80V      ",
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
+       /* 1 report:
+          Unknown laptop model -> System Vendor: "  IDEALMAX"
+          But given that the System Vendor is "unstable" for the other
+          H34 entry, we put NULL in the dmi_system_vendor field. */
+       { 0x04f2, 0xb16b, 0, "To be filled by O.E.M.", "H34",
+               V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0
+               NULL, "H34" },
        { 0x04f2, 0xb186, 0, "FUJITSU", "FJNB206",
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0,
                "FUJITSU SIEMENS", "LifeBook T4310" },