* [libv4l] [PATCH] Webcam image upside down on Asus Eee PC T101MT (13d3:5122)
@ 2011-05-06 6:04 Stefan Löffler
2011-05-08 10:17 ` Hans de Goede
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Löffler @ 2011-05-06 6:04 UTC (permalink / raw)
To: linux-media; +Cc: Stefan Löffler
The caption pretty much says it all. Owing to different IDs, the flags
for similar Asus products don't cut in.
Originally reported for Ubuntu at
https://bugs.launchpad.net/ubuntu/+source/libv4l/+bug/774123.
Regards,
Stefan
Signed-off-by: Stefan Löffler <st.loeffler@gmail.com>
diff --git a/lib/libv4lconvert/control/libv4lcontrol.c
b/lib/libv4lconvert/control/libv4lcontrol.c
index 116bef5..6b3be9b 100644
--- a/lib/libv4lconvert/control/libv4lcontrol.c
+++ b/lib/libv4lconvert/control/libv4lcontrol.c
@@ -424,6 +424,8 @@ static const struct v4lcontrol_flags_info
v4lcontrol_flags[] = {
V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
{ 0x13d3, 0x5122, 0, "ASUSTeK Computer Inc. ", "U53Jc",
V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
+ { 0x13d3, 0x5126, 0, "ASUSTeK Computer INC.", "T101MT",
+ V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
{ 0x13d3, 0x5130, 0, "ASUSTeK Computer INC.", "K40AE",
V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
{ 0x13d3, 0x5130, 0, "ASUSTeK Computer INC.", "K40AF",
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-08 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 6:04 [libv4l] [PATCH] Webcam image upside down on Asus Eee PC T101MT (13d3:5122) Stefan Löffler
2011-05-08 10:17 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox