aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca')
-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 e0ec7a6ffa6c..a441f8c06ab6 100644
--- a/drivers/media/video/gspca/m5602/m5602_ov9650.c
+++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c
@@ -95,6 +95,13 @@ static
95 } 95 }
96 }, 96 },
97 { 97 {
98 .ident = "ASUS A6VA",
99 .matches = {
100 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
101 DMI_MATCH(DMI_PRODUCT_NAME, "A6VA")
102 }
103 },
104 {
98 .ident = "Alienware Aurora m9700", 105 .ident = "Alienware Aurora m9700",
99 .matches = { 106 .matches = {
100 DMI_MATCH(DMI_SYS_VENDOR, "alienware"), 107 DMI_MATCH(DMI_SYS_VENDOR, "alienware"),