diff mbox

[libv4l] Webcam image upside down on Asus Eee PC T101MT (13d3:5122)

Message ID 4DC38F61.9030506@gmail.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Stefan Löffler May 6, 2011, 6:04 a.m. UTC
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>


        { 0x13d3, 0x5130, 0, "ASUSTeK Computer INC.", "K40AF",


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Hans de Goede May 8, 2011, 10:17 a.m. UTC | #1
Hi,

Thanks, applied.

Regards,

Hans


On 05/06/2011 08:04 AM, Stefan Löffler wrote:
> 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>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 },