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: Add ASUS F2F with STK DC-1125 to upside down list Author: Gregor Jasny <[email protected]> Date: Sat Jan 19 17:22:53 2013 +0100 Signed-off-by: Gregor Jasny <[email protected]> lib/libv4lconvert/control/libv4lcontrol.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=a79de2b9168448a88526e53698083f93c845f101 diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index e0d4a84..46efffa 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -268,7 +268,7 @@ static const char *asus_board_vendor[] = { static const char *asus_board_name[] = { "A3[A-Z]*", "B50[A-Z]*", - "F[3579][A-Z]*", "F70[A-Z]*", "F[58]2[A-Z]*", + "F[23579][A-Z]*", "F70[A-Z]*", "F[58]2[A-Z]*", "G[12][A-Z]*", "G[57]0[A-Z]*", "K[4567]0[A-Z]*", "K[56]1[A-Z]*", "K52[A-Z]*", "K[45]3[A-Z]*", "N[12579]0[A-Z]*", "N[56]1[A-Z]*", "N82[A-Z]*", "N[47]3[A-Z]*", @@ -314,6 +314,7 @@ static const struct v4lcontrol_usb_id asus_camera_id[] = { { 0x174f, 0x8a31 }, { 0x174f, 0xa311 }, { 0x1d4d, 0x1002 }, + { 0x05e1, 0x0501 }, { 0x0000, 0x0000 } }; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
