From cbc8f9bae4a16e7cfd018d9e35ffea64617056b8 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 1 Dec 2010 15:36:19 +0100 Subject: [PATCH] libv4l: update upside down device table Signed-off-by: Hans de Goede --- lib/libv4lconvert/control/libv4lcontrol.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index e29e02f..eb5785c 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -51,6 +51,10 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED | V4LCONTROL_WANTS_WB, 1500 }, /* Laptops (and all in one PC's) */ + { 0x0402, 0x5606, 0, + "CLEVO CO. ", + "M570TU ", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x0402, 0x5606, 0, "AOpen", "i45GMt-HR R1.02 Dec.21.2009", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, "RM plc", "RM ONE ECOQUIET 300" }, -- 2.7.4