This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: libv4l: update upside-down device list
Author:  Hans de Goede <[email protected]>
Date:    Sun Jul 18 11:39:28 2010 +0200

Signed-off-by: Hans de Goede <[email protected]>

 lib/libv4lconvert/control/libv4lcontrol.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=11eab7f39c661d130d0dca30bce2831e7ae33e55

diff --git a/lib/libv4lconvert/control/libv4lcontrol.c 
b/lib/libv4lconvert/control/libv4lcontrol.c
index 263a423..a7eafed 100644
--- a/lib/libv4lconvert/control/libv4lcontrol.c
+++ b/lib/libv4lconvert/control/libv4lcontrol.c
@@ -49,7 +49,11 @@ 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 },
-       /* Laptops */
+
+       /* Laptops (and all in one PC's) */
+       { 0x0402, 0x5606, 0, "AOpen", "i45GMt-HR R1.02 Dec.21.2009",
+               V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0,
+               "RM plc", "RM ONE ECOQUIET 300" },
        { 0x046d, 0x09b2, 0, "FUJITSU", "FJNB1C9",
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED, 0,
                "FUJITSU SIEMENS", "LIFEBOOK P7230" },
@@ -190,6 +194,8 @@ static const struct v4lcontrol_flags_info 
v4lcontrol_flags[] = {
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
        { 0x04f2, 0xb106, 0, "ASUSTeK Computer Inc.        ", "N51Vn     ",
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
+       { 0x04f2, 0xb1e5, 0, "ASUSTeK Computer Inc.        ", "K52Jc",
+               V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },
        /* Note no whitespace padding for this model, this is not a typo */
        { 0x04f2, 0xb106, 0, "ASUSTeK Computer INC.", "N5051Tp",
                V4LCONTROL_HFLIPPED | V4LCONTROL_VFLIPPED },

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to