From: Gregor Jasny Date: Sun, 27 Jan 2013 15:57:54 +0000 (+0100) Subject: libv4l: Add Founder PC T14MF to upside down table X-Git-Tag: v4l-utils-0.9.4~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd35e2fdc85fa6a9dcd45ce2dd7c322bcda6e93e;p=platform%2Fupstream%2Fv4l-utils.git libv4l: Add Founder PC T14MF to upside down table Signed-off-by: Gregor Jasny --- diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index df4547c..85d312d 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -72,6 +72,9 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { { 0x046d, 0x09b2, 0, "FUJITSU", "FJNB1C9", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, "FUJITSU", "LifeBook P7230" }, + /* A re-branded ASUS notebook */ + { 0x04f2, 0xb012, 0, "Founder PC", "T14MF", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, /* Note no whitespace padding for board vendor, this is not a typo */ { 0x04f2, 0xb012, 0, "PEGATRON CORPORATION", "X71TL ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },