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 IDEALMAX/PEGA PC H34 upside down camera less strict Author: Hans de Goede <[email protected]> Date: Wed Feb 9 22:28:57 2011 +0100 Signed-off-by: Hans de Goede <[email protected]> lib/libv4lconvert/control/libv4lcontrol.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=a0afcbc95212833f87addaab1a2828d6df52117b diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index ac89643..4c3657c 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -323,9 +323,13 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x064e, 0xa116, 0, "ASUSTeK Computer INC.", "K50AD", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + /* 2 reports: + Unknown laptop model -> System Vendor: " IDEALMAX" + SÃragon SL-6120 -> System Vendor: "PEGA PC" + So we just put NULL in the dmi_system_vendor field. */ { 0x064e, 0xa116, 0, "To be filled by O.E.M.", "H34", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, - " IDEALMAX", "H34" }, + NULL, "H34" }, { 0x064e, 0xa136, 0, "ASUSTeK Computer Inc. ", "UL30A ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x064e, 0xa136, 0, "ASUSTeK Computer Inc. ", "UL30VT ",
_______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
