From: Brian Johnson <brijohn@gmail.com>
Date: Mon, 5 Apr 2010 23:52:52 +0000 (-0300)
Subject: V4L/DVB: gspca - sn9c20x: Add another laptop to upsidedown device list
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e077f86bacb1795f2d434c6b3e6655769b5ce17c;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git

V4L/DVB: gspca - sn9c20x: Add another laptop to upsidedown device list

Signed-off-by: Brian Johnson <brijohn@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---

diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c
index 4069f72ac3a..c5f6ff3f70b 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[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "MS-1632")
 		}
 	},
+	{
+		.ident = "ASUSTeK W7J",
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."),
+			DMI_MATCH(DMI_BOARD_NAME, "W7J       ")
+		}
+	},
 	{}
 };