]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.31/patches.drivers/libata-ata_piix-add-VGN-BX297XP-to-broken-suspend-list
Move xen patchset to new version's subdir.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / libata-ata_piix-add-VGN-BX297XP-to-broken-suspend-list
CommitLineData
00e5a55c
BS
1From: Tejun Heo <tj@kernel.org>
2Subject: ata_piix: VGN-BX297XP wants the controller power up on suspend
3References: bko#10293, bnc#490517
4
5Sony VGN-BX297XP fails suspend if the controller is powered down when
6calling into ACPI suspend. Add the machine to piix_broken_suspend
7list.
8
9This problem was reported by GNUtoo@no-log.org on bko#10293.
10
11Signed-off-by: Tejun Heo <tj@kernel.org>
12Cc: Rafael J. Wysocki <rjw@sisk.pl>
13Reported-by: GNUtoo@no-log.org
14Signed-off-by: Tejun Heo <teheo@suse.de>
15---
16 drivers/ata/ata_piix.c | 7 +++++++
17 1 file changed, 7 insertions(+)
18
19Index: linux-2.6.27-SLE11_BRANCH/drivers/ata/ata_piix.c
20===================================================================
21--- linux-2.6.27-SLE11_BRANCH.orig/drivers/ata/ata_piix.c
22+++ linux-2.6.27-SLE11_BRANCH/drivers/ata/ata_piix.c
23@@ -1104,6 +1104,13 @@ static int piix_broken_suspend(void)
24 DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"),
25 },
26 },
27+ {
28+ .ident = "VGN-BX297XP",
29+ .matches = {
30+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
31+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"),
32+ },
33+ },
34
35 { } /* terminate list */
36 };