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