public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add quirk for camera of Lenovo Thinkpad X220 Tablet
@ 2012-05-03  0:33 Jakob Haufe
  2012-05-10  6:45 ` Gregor Jasny
  0 siblings, 1 reply; 3+ messages in thread
From: Jakob Haufe @ 2012-05-03  0:33 UTC (permalink / raw)
  To: linux-media

---
 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 e802a90..f9fda71 100644
--- a/lib/libv4lconvert/control/libv4lcontrol.c
+++ b/lib/libv4lconvert/control/libv4lcontrol.c
@@ -134,6 +134,8 @@ static const struct v4lcontrol_flags_info
v4lcontrol_flags[] = { "FUJITSU", "LIFEBOOK NH751" },
 	{ 0x04f2, 0xb217, 0, "LENOVO", "42992QG",
 		V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
+	{ 0x04f2, 0xb217, 0, "LENOVO", "42982YG",
+		V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
 	{ 0x04f2, 0xb27c, 0, "LENOVO", "12973MG",
 		V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0, NULL, NULL,
NULL, "ThinkPad Edge E325" },
-- 
1.7.10

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-11 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03  0:33 [PATCH] Add quirk for camera of Lenovo Thinkpad X220 Tablet Jakob Haufe
2012-05-10  6:45 ` Gregor Jasny
2012-06-11 21:53   ` Jakob Haufe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox