aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorBrian Johnson <brijohn@gmail.com>2010-04-10 01:12:46 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 11:58:59 -0400
commit5d26ed9102404dec1b9ae3ea3ad3832fe6330f0f (patch)
tree14f31cc37a5a327972135dfa6d339f78054ec040 /drivers/media/video
parente077f86bacb1795f2d434c6b3e6655769b5ce17c (diff)
V4L/DVB: gspca - sn9c20x: Add another MSI 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 c5f6ff3f70b4..ccc34fd76196 100644
--- a/drivers/media/video/gspca/sn9c20x.c
+++ b/drivers/media/video/gspca/sn9c20x.c
@@ -147,6 +147,13 @@ static const struct dmi_system_id flip_dmi_table[] = {
147 } 147 }
148 }, 148 },
149 { 149 {
150 .ident = "MSI MS-1635X",
151 .matches = {
152 DMI_MATCH(DMI_BOARD_VENDOR, "MSI"),
153 DMI_MATCH(DMI_BOARD_NAME, "MS-1635X")
154 }
155 },
156 {
150 .ident = "ASUSTeK W7J", 157 .ident = "ASUSTeK W7J",
151 .matches = { 158 .matches = {
152 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."), 159 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."),