From c73c2afe142cef73fddaec8bbc5ed40644c61176 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 29 Jul 2011 09:18:38 +0200 Subject: [PATCH] libv4l: update upside down device list Signed-off-by: Hans de Goede --- lib/libv4lconvert/control/libv4lcontrol.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index 3dcbd9e..ca6c798 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -558,6 +558,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { "MicroLink", "S96S" }, { 0x174f, 0x8a31, 0, "ASUSTeK Computer Inc. ", "F9E ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + { 0x174f, 0xa311, 0, "ASUSTeK Computer Inc. ", "A3E ", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x174f, 0xa311, 0, "ASUSTeK Computer Inc. ", "A3F ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x174f, 0xa311, 0, "ASUSTeK Computer Inc. ", "A3V ", -- 2.7.4