From c8f6a002f646cf309aedd0a118d72a863e35820c Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 9 Jun 2010 10:38:40 +0200 Subject: [PATCH] libv4l: update upside-down device table Signed-off-by: Hans de Goede --- lib/libv4lconvert/control/libv4lcontrol.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index bf7c010..2714588 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -263,6 +263,9 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x064e, 0xa116, 0, "ASUSTeK Computer INC.", "K50AD", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + { 0x064e, 0xa116, 0, "To be filled by O.E.M.", "H34", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, + " IDEALMAX", "H34" }, { 0x064e, 0xa136, 0, "ASUSTeK Computer Inc. ", "UL30A ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, { 0x064e, 0xa136, 0, "ASUSTeK Computer Inc. ", "UL30VT ", -- 2.7.4