summaryrefslogtreecommitdiffstats
path: root/samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-01-12 11:36:21 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2015-01-12 11:36:21 -0500
commit0a8b8ae94082533d61502474ef5c96086739acbc (patch)
tree71765e7ceea894781359e9cfddee66a0cd886b70 /samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch
parentb556dbd0ada30c80284146c06452bb045979e0a6 (diff)
downloadkernel-0a8b8ae94082533d61502474ef5c96086739acbc.tar.gz
kernel-0a8b8ae94082533d61502474ef5c96086739acbc.tar.xz
kernel-0a8b8ae94082533d61502474ef5c96086739acbc.zip
Linux v3.19-rc4
- Disable debugging options.
Diffstat (limited to 'samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch')
-rw-r--r--samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch b/samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch
deleted file mode 100644
index 86870bb41..000000000
--- a/samsung-laptop-Add-broken-acpi-video-quirk-for-NC210.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Hans de Goede <hdegoede@redhat.com>
-Date: Mon, 2 Jun 2014 17:40:59 +0200
-Subject: [PATCH] samsung-laptop: Add broken-acpi-video quirk for NC210/NC110
-
-Reported (and tested) here:
-https://bugzilla.redhat.com/show_bug.cgi?id=861573
-
-Bugzilla: 861573
-Upstream-status: Waiting for feedback from reporter
-
-Signed-off-by: Hans de Goede <hdegoede@redhat.com>
----
- drivers/platform/x86/samsung-laptop.c | 10 ++++++++++
- 1 file changed, 10 insertions(+)
-
-diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
-index ff765d8e1a09..864290243e46 100644
---- a/drivers/platform/x86/samsung-laptop.c
-+++ b/drivers/platform/x86/samsung-laptop.c
-@@ -1578,6 +1578,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
- },
- .driver_data = &samsung_np740u3e,
- },
-+ {
-+ .callback = samsung_dmi_matched,
-+ .ident = "NC210",
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "NC210/NC110"),
-+ DMI_MATCH(DMI_BOARD_NAME, "NC210/NC110"),
-+ },
-+ .driver_data = &samsung_broken_acpi_video,
-+ },
- { },
- };
- MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
---
-2.1.0
-