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: libv4l: Make check for ThinkPad X201 upside down camera less strict Author: Hans de Goede <[email protected]> Date: Wed Feb 9 22:10:13 2011 +0100 Signed-off-by: Hans de Goede <[email protected]> lib/libv4lconvert/control/libv4lcontrol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=34ea2b0888116622de5c9c2597da36b8a961ad4f diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index 1576b2f..ac89643 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -471,7 +471,7 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x174f, 0xa311, 0, "ASUSTeK Computer Inc. ", "A3V ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, - { 0x17ef, 0x4816, 0, "LENOVO", "3093W11", + { 0x17ef, 0x4816, 0, "LENOVO", NULL, V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, NULL, NULL, NULL, "ThinkPad X201 Tablet" }, { 0x1d4d, 0x1002, 0, "ASUSTeK Computer Inc. ", "B50A ", _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
