From cd397802b5f939854d64837711e602fd7bdc7481 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 21 Nov 2010 10:33:19 +0100 Subject: [PATCH] libv4l: update upside down device table 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 8beca86..70a10a4 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -380,6 +380,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x13d3, 0x5130, 0, "ASUSTeK Computer Inc. ", "K70ID ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + { 0x13d3, 0x5130, 0, "ASUSTeK Computer Inc. ", "P50IJ ", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x13d3, 0x5702, 0, "ASUSTeK Computer INC.", "900AX", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x174f, 0x1120, 0, "ASUSTeK Computer Inc. ", "K50ID ", -- 2.7.4