All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libv4l: add hflip quirk for dealextreme cam sku #44507
@ 2012-01-02 20:25 Vasily Khoruzhick
  2012-01-03  8:39 ` Hans de Goede
  0 siblings, 1 reply; 3+ messages in thread
From: Vasily Khoruzhick @ 2012-01-02 20:25 UTC (permalink / raw)
  To: Hans de Goede, Linux Media Mailing List; +Cc: Vasily Khoruzhick

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
---
 lib/libv4lconvert/control/libv4lcontrol.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c
index 12fa874..a9908ac 100644
--- a/lib/libv4lconvert/control/libv4lcontrol.c
+++ b/lib/libv4lconvert/control/libv4lcontrol.c
@@ -51,6 +51,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
 	/* Genius E-M 112 (also want whitebalance by default) */
 	{ 0x093a, 0x2476, 0, NULL, NULL,
 		V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED | V4LCONTROL_WANTS_WB, 1500 },
+	/* uvc-compatible cam from dealextreme (sku #44507) */
+	{ 0x18ec, 0x3366, 0, NULL, NULL, V4LCONTROL_HFLIPPED },
 
 	/* Laptops (and all in one PC's) */
 	{ 0x0402, 0x5606, 0,
-- 
1.7.8.1


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

end of thread, other threads:[~2012-01-03 12:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 20:25 [PATCH] libv4l: add hflip quirk for dealextreme cam sku #44507 Vasily Khoruzhick
2012-01-03  8:39 ` Hans de Goede
2012-01-03 12:25   ` Vasily

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.