Drop acpi-sony-nonvs-blacklist.patch
This still applies through some confounding patch magic, but the entries were added to the upstream kernel with commits ddf6ce45a7b and d11c78e97e1d46a93e. Over 2 years ago. Sigh.
This commit is contained in:
parent
fa204d55ea
commit
6855069a28
@ -1,38 +0,0 @@
|
|||||||
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
|
|
||||||
index 3ed80b2..17fc718 100644
|
|
||||||
--- a/drivers/acpi/sleep.c
|
|
||||||
+++ b/drivers/acpi/sleep.c
|
|
||||||
@@ -390,6 +390,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.callback = init_nvs_nosave,
|
|
||||||
+ .ident = "Sony Vaio VGN-FW21E",
|
|
||||||
+ .matches = {
|
|
||||||
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
||||||
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21E"),
|
|
||||||
+ },
|
|
||||||
+ },
|
|
||||||
+ {
|
|
||||||
+ .callback = init_nvs_nosave,
|
|
||||||
.ident = "Sony Vaio VGN-SR11M",
|
|
||||||
.matches = {
|
|
||||||
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
||||||
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
|
|
||||||
index 0e46fae..6d9a3ab 100644
|
|
||||||
--- a/drivers/acpi/sleep.c
|
|
||||||
+++ b/drivers/acpi/sleep.c
|
|
||||||
@@ -398,6 +398,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.callback = init_nvs_nosave,
|
|
||||||
+ .ident = "Sony Vaio VPCEB17FX",
|
|
||||||
+ .matches = {
|
|
||||||
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
||||||
+ DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB17FX"),
|
|
||||||
+ },
|
|
||||||
+ },
|
|
||||||
+ {
|
|
||||||
+ .callback = init_nvs_nosave,
|
|
||||||
.ident = "Sony Vaio VGN-SR11M",
|
|
||||||
.matches = {
|
|
||||||
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
@ -616,7 +616,6 @@ Patch09: upstream-reverts.patch
|
|||||||
# Standalone patches
|
# Standalone patches
|
||||||
|
|
||||||
Patch390: defaults-acpi-video.patch
|
Patch390: defaults-acpi-video.patch
|
||||||
Patch396: acpi-sony-nonvs-blacklist.patch
|
|
||||||
|
|
||||||
Patch450: input-kill-stupid-messages.patch
|
Patch450: input-kill-stupid-messages.patch
|
||||||
Patch452: no-pcspkr-modalias.patch
|
Patch452: no-pcspkr-modalias.patch
|
||||||
@ -1286,7 +1285,6 @@ ApplyPatch arm-imx6-utilite.patch
|
|||||||
|
|
||||||
# ACPI
|
# ACPI
|
||||||
ApplyPatch defaults-acpi-video.patch
|
ApplyPatch defaults-acpi-video.patch
|
||||||
ApplyPatch acpi-sony-nonvs-blacklist.patch
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# PCI
|
# PCI
|
||||||
|
Loading…
Reference in New Issue
Block a user