aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video
diff options
context:
space:
mode:
authorBrian Johnson <brijohn@gmail.com>2010-04-05 20:52:52 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:58:59 -0300
commite077f86bacb1795f2d434c6b3e6655769b5ce17c (patch)
tree680b04e71ac046bb241cf173efcb64b7e6ee66e2 /drivers/media/video
parent3e56b0f09c5b6ac277322c8bbd04b65094197106 (diff)
V4L/DVB: gspca - sn9c20x: Add another laptop to upsidedown device list
Signed-off-by: Brian Johnson <brijohn@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/gspca/sn9c20x.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c
index 4069f72ac3a..c5f6ff3f70b 100644
--- a/drivers/media/video/gspca/sn9c20x.c
+++ b/drivers/media/video/gspca/sn9c20x.c
@@ -146,6 +146,13 @@ static const struct dmi_system_id flip_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "MS-1632")
}
},
+ {
+ .ident = "ASUSTeK W7J",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."),
+ DMI_MATCH(DMI_BOARD_NAME, "W7J ")
+ }
+ },
{}
};