From bfb89306b8ce1a85e1d4065db8cb0f0a1809ac76 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 26 Nov 2010 09:45:29 +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 be588ff..e29e02f 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -232,6 +232,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb1be, 0, "ASUSTeK Computer Inc. ", "UL30JT", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + { 0x04f2, 0xb1be, 0, "ASUSTeK Computer Inc. ", "UL30VT ", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb1e5, 0, "ASUSTeK Computer Inc. ", "K52F", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb1e5, 0, "ASUSTeK Computer Inc. ", "K52Jc", @@ -348,6 +350,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x13d3, 0x5122, 0, "ASUSTeK Computer INC.", "N61Jv", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + { 0x13d3, 0x5122, 0, "ASUSTeK Computer Inc. ", "N73JQ", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x13d3, 0x5122, 0, "ASUSTeK Computer Inc. ", "U33Jc", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x13d3, 0x5130, 0, "ASUSTeK Computer INC.", "K40AE", -- 2.7.4