diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_ov9650.c | 7 |
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 8dca1c57dcd5..e0ec7a6ffa6c 100644 --- a/drivers/media/video/gspca/m5602/m5602_ov9650.c +++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c | |||
@@ -88,6 +88,13 @@ static | |||
88 | } | 88 | } |
89 | }, | 89 | }, |
90 | { | 90 | { |
91 | .ident = "ASUS A6K", | ||
92 | .matches = { | ||
93 | DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), | ||
94 | DMI_MATCH(DMI_PRODUCT_NAME, "A6K") | ||
95 | } | ||
96 | }, | ||
97 | { | ||
91 | .ident = "Alienware Aurora m9700", | 98 | .ident = "Alienware Aurora m9700", |
92 | .matches = { | 99 | .matches = { |
93 | DMI_MATCH(DMI_SYS_VENDOR, "alienware"), | 100 | DMI_MATCH(DMI_SYS_VENDOR, "alienware"), |