This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: libv4lcontrol: Add Asus F3Sc with 04f2:b012 cam as upside down false positive Author: Hans de Goede <[email protected]> Date: Sun Mar 2 14:57:51 2014 +0100 Also see: https://bugzilla.redhat.com/show_bug.cgi?id=844999 Signed-off-by: Hans de Goede <[email protected]> lib/libv4lconvert/control/libv4lcontrol.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=39e2e6d4be478ee150a385073d0dc439f328c4e6 diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index e09159d..ee39ba7 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -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", _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
