diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/gspca/sn9c20x.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c index 4069f72ac3ab..c5f6ff3f70b4 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[] = { | |||
146 | DMI_MATCH(DMI_BOARD_NAME, "MS-1632") | 146 | DMI_MATCH(DMI_BOARD_NAME, "MS-1632") |
147 | } | 147 | } |
148 | }, | 148 | }, |
149 | { | ||
150 | .ident = "ASUSTeK W7J", | ||
151 | .matches = { | ||
152 | DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."), | ||
153 | DMI_MATCH(DMI_BOARD_NAME, "W7J ") | ||
154 | } | ||
155 | }, | ||
149 | {} | 156 | {} |
150 | }; | 157 | }; |
151 | 158 | ||