From 48261a4daf00ab1cde67f3c0b59ce47fbc11a6eb Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 10 Sep 2010 13:56:47 +0200 Subject: [PATCH] libv4l: update upside down device table Signed-off-by: Hans de Goede --- Make.rules | 2 +- lib/libv4lconvert/control/libv4lcontrol.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Make.rules b/Make.rules index 09308f6..5799de4 100644 --- a/Make.rules +++ b/Make.rules @@ -1,4 +1,4 @@ -V4L_UTILS_VERSION=0.8.1 +V4L_UTILS_VERSION=0.8.2-test # These ones can be overriden from the cmdline diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index def1906..3450e7b 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -209,6 +209,12 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb16b, 0, "ASUSTeK Computer Inc. ", "U80V ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + { 0x04f2, 0xb186, 0, "FUJITSU", "FJNB206", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, + "FUJITSU SIEMENS", "LifeBook T4310" }, + { 0x04f2, 0xb186, 0, "FUJITSU", "FJNB206", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, + "FUJITSU", "LifeBook T4310" }, { 0x04f2, 0xb1b9, 0, "ASUSTeK Computer Inc. ", "U52F", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb1bb, 0, "ASUSTeK Computer Inc. ", "N82JV", -- 2.7.4