From 30728b9c9fe6921c1d9d4ad98a42f186b037124d Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 30 Apr 2011 10:19:16 +0200 Subject: [PATCH] libv4l: update upside down device list Signed-off-by: Hans de Goede --- lib/libv4lconvert/control/libv4lcontrol.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index 6a1c0a2..dc9dcbb 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -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" }, -- 2.7.4