From f957d56ec5a22a984463c253e3f1fe272ca464f6 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 21 Oct 2011 22:03:09 +0200 Subject: [PATCH] libv4l: update upside down device table Signed-off-by: Hans de Goede --- lib/libv4lconvert/control/libv4lcontrol.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index 92dbbf7..1b38af3 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -313,6 +313,9 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { { 0x04f2, 0xb213, 0, "FUJITSU", "FJNBB11", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, "FUJITSU", "LIFEBOOK PH521" }, + { 0x04f2, 0xb213, 0, "FUJITSU", "FJNBB16", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, + "FUJITSU", "LIFEBOOK LH531" }, { 0x04f2, 0xb213, 0, "FUJITSU", "FJNBB19", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, "FUJITSU", "LIFEBOOK NH751" }, -- 2.7.4