Hi all,
I've added image flipping support for the Asus A6VA in m5602_ov9650.c.
It appears to be one of the models that have the camera mounted upside-down.
Attached is my patch against the mercurial repository's tip.
Regards,
Johannes
# HG changeset patch
# User Johannes Klug <[email protected]>
# Date 1232900514 -3600
# Node ID 8df7c08e132a38cef709025ba8055ec1baaf48a2
# Parent bff89d329828f40df4a7d8b5606b3170e8117dc9
Added image flipping support for Asus A6VA.
diff -r bff89d329828 -r 8df7c08e132a
linux/drivers/media/video/gspca/m5602/m5602_ov9650.c
--- a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c Sun Jan 25
14:19:26 2009 +0100
+++ b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c Sun Jan 25
17:21:54 2009 +0100
@@ -47,6 +47,13 @@
#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."),
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
M560x-driver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/m560x-driver-devel