diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-02-17 04:27:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:32:10 -0400 |
commit | bcc6f669066d490f10484f44561f9c2ebb38c25b (patch) | |
tree | 0c6d4d69f46089a8cee77ed581b7b0fa1e185c08 /drivers/media/video/gspca/sn9c20x.c | |
parent | 6899a9c7778a6d19edc74e2ef7dfb6daf21dc366 (diff) |
[media] gspca_sn9c20x: Add another MSI laptop to the sn9c20x upside down list
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/sn9c20x.c')
-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 f51579c4e9dc..c431900cd292 100644 --- a/drivers/media/video/gspca/sn9c20x.c +++ b/drivers/media/video/gspca/sn9c20x.c | |||
@@ -152,6 +152,13 @@ static const struct dmi_system_id flip_dmi_table[] = { | |||
152 | } | 152 | } |
153 | }, | 153 | }, |
154 | { | 154 | { |
155 | .ident = "MSI MS-1633X", | ||
156 | .matches = { | ||
157 | DMI_MATCH(DMI_BOARD_VENDOR, "MSI"), | ||
158 | DMI_MATCH(DMI_BOARD_NAME, "MS-1633X") | ||
159 | } | ||
160 | }, | ||
161 | { | ||
155 | .ident = "MSI MS-1635X", | 162 | .ident = "MSI MS-1635X", |
156 | .matches = { | 163 | .matches = { |
157 | DMI_MATCH(DMI_BOARD_VENDOR, "MSI"), | 164 | DMI_MATCH(DMI_BOARD_VENDOR, "MSI"), |