All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stefan Löffler" <st.loeffler@gmail.com>
To: linux-media@vger.kernel.org
Cc: "Stefan Löffler" <st.loeffler@gmail.com>
Subject: [libv4l] [PATCH] Webcam image upside down on Asus Eee PC T101MT (13d3:5122)
Date: Fri, 06 May 2011 08:04:17 +0200	[thread overview]
Message-ID: <4DC38F61.9030506@gmail.com> (raw)

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



             reply	other threads:[~2011-05-06  6:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-06  6:04 Stefan Löffler [this message]
2011-05-08 10:17 ` [libv4l] [PATCH] Webcam image upside down on Asus Eee PC T101MT (13d3:5122) Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DC38F61.9030506@gmail.com \
    --to=st.loeffler@gmail.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.