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: update upside down device table Author: Hans de Goede <[email protected]> Date: Sun Apr 24 10:41:45 2011 +0200 Signed-off-by: Hans de Goede <[email protected]> lib/libv4lconvert/control/libv4lcontrol.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=6cf748fdcd8267b9e2f16869c3a3a09717102b68 diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index f762128..3e99dc0 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -225,7 +225,10 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb169, 0, "FUJITSU", "FJNB206", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, - "FUJITSU", " LifeBook T4410" }, + "FUJITSU", "LifeBook T4410" }, + { 0x04f2, 0xb169, 0, "FUJITSU", "FJNB219", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, + "FUJITSU", "LIFEBOOK T730" }, { 0x04f2, 0xb16b, 0, "ASUSTeK Computer Inc. ", "U20A ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb16b, 0, "ASUSTeK Computer Inc. ", "U80A ", _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
