From d629335b601590e34a70ad5142ae1f61de5414a7 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 8 Nov 2010 20:19:20 +0100 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 745152d..2173e0d 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -107,6 +107,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb012, 0, "PACKARD BELL BV ", "EasyNote_BG46", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + { 0x04f2, 0xb034, 0, "ASUSTeK Computer Inc. ", "G70S ", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb034, 0, "ASUSTeK Computer Inc. ", "G70Sg ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb036, 0, "ASUSTeK Computer Inc. ", "U6S ", -- 2.7.4