From 6cf748fdcd8267b9e2f16869c3a3a09717102b68 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 24 Apr 2011 10:41:45 +0200 Subject: [PATCH] libv4l: update upside down device table Signed-off-by: Hans de Goede --- lib/libv4lconvert/control/libv4lcontrol.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ", -- 2.7.4