fd469c7
Bugzilla: 861573
fd469c7
Upstream-status: Waiting for feedback from reporter
fd469c7
fd469c7
From 2fa2078cdd4198b49c02cb03087158d398476463 Mon Sep 17 00:00:00 2001
47a9033
From: Hans de Goede <hdegoede@redhat.com>
fd469c7
Date: Mon, 2 Jun 2014 17:40:59 +0200
fd469c7
Subject: [PATCH 02/14] samsung-laptop: Add broken-acpi-video quirk for
47a9033
 NC210/NC110
47a9033
47a9033
Reported (and tested) here:
47a9033
https://bugzilla.redhat.com/show_bug.cgi?id=861573
47a9033
47a9033
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
47a9033
---
47a9033
 drivers/platform/x86/samsung-laptop.c | 10 ++++++++++
47a9033
 1 file changed, 10 insertions(+)
47a9033
38bca0a
47a9033
diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
38bca0a
index 5a5966512277..0d7954e0fc74 100644
47a9033
--- a/drivers/platform/x86/samsung-laptop.c
47a9033
+++ b/drivers/platform/x86/samsung-laptop.c
38bca0a
@@ -1568,6 +1568,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
47a9033
 		},
38bca0a
 	 .driver_data = &samsung_np740u3e,
47a9033
 	},
47a9033
+	{
47a9033
+	 .callback = samsung_dmi_matched,
47a9033
+	 .ident = "NC210",
47a9033
+	 .matches = {
47a9033
+		DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
47a9033
+		DMI_MATCH(DMI_PRODUCT_NAME, "NC210/NC110"),
47a9033
+		DMI_MATCH(DMI_BOARD_NAME, "NC210/NC110"),
47a9033
+		},
47a9033
+	 .driver_data = &samsung_broken_acpi_video,
47a9033
+	},
47a9033
 	{ },
47a9033
 };
47a9033
 MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);