The patch number 11645 was added via Erik Andr?n <erik.and...@gmail.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Johannes Klug  <jk...@joyware.de>
gspca - m5602-ov9650: Add image flip quirk for the ASUS A6VA


Priority: normal

Signed-off-by: Johannes Klug <jk...@joyware.de>
Signed-off-by: Erik Andr?n <erik.and...@gmail.com>


---

 linux/drivers/media/video/gspca/m5602/m5602_ov9650.c |    8 ++++++++
 1 file changed, 8 insertions(+)

diff -r 11c59fd3dfa9 -r 9d10a3b8e6a6 
linux/drivers/media/video/gspca/m5602/m5602_ov9650.c
--- a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c      Sun Jan 25 
15:45:35 2009 +0100
+++ b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c      Sun Jan 25 
19:25:44 2009 +0100
@@ -47,6 +47,14 @@ static
 #endif
        struct dmi_system_id ov9650_flip_dmi_table[] = {
        {
+               .ident = "ASUS A6VA",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "A6VA")
+               }
+       },
+       {
+
                .ident = "ASUS A6VC",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/9d10a3b8e6a65eb4af478e826d89ffb0f383e4ff

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to