aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/gspca/m5602/m5602_ov9650.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_ov9650.c b/drivers/media/video/gspca/m5602/m5602_ov9650.c
index b6892aca2e3..96b7791b37d 100644
--- a/drivers/media/video/gspca/m5602/m5602_ov9650.c
+++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c
@@ -58,6 +58,13 @@ static
58 DMI_MATCH(DMI_PRODUCT_NAME, "A6Kt") 58 DMI_MATCH(DMI_PRODUCT_NAME, "A6Kt")
59 } 59 }
60 }, 60 },
61 {
62 .ident = "Alienware Aurora m9700",
63 .matches = {
64 DMI_MATCH(DMI_SYS_VENDOR, "alienware"),
65 DMI_MATCH(DMI_PRODUCT_NAME, "Aurora m9700")
66 }
67 },
61 { } 68 { }
62}; 69};
63 70