From fe0a19b26be71dd8f8f549f2b540171f9bbff129 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Sun, 25 Mar 2012 22:44:59 +0200 Subject: [PATCH] libv4lconvert: Add ThinkPad Edge E325 to upside down table --- 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 0c218c5..e321b3e 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -131,6 +131,9 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { "FUJITSU", "LIFEBOOK NH751" }, { 0x04f2, 0xb217, 0, "LENOVO", "42992QG", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED }, + { 0x04f2, 0xb27c, 0, "LENOVO", "12973MG", + V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, NULL, NULL, NULL, + "ThinkPad Edge E325" }, { 0x064e, 0xa111, 0, "Acer, Inc.", "Prespa1 ", V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, "Acer, inc.", "Aspire 5570 " }, -- 2.7.4