Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3f93b8f authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik
Browse files

ata_piix: VGN-BX297XP wants the controller power up on suspend



Sony VGN-BX297XP fails suspend if the controller is powered down when
calling into ACPI suspend.  Add the machine to piix_broken_suspend
list.

This problem was reported by GNUtoo@no-log.org on bko#10293.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Reported-by: default avatar <GNUtoo@no-log.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 2d1299aa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1053,6 +1053,13 @@ static int piix_broken_suspend(void)
				DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"),
			},
		},
		{
			.ident = "VGN-BX297XP",
			.matches = {
				DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
				DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"),
			},
		},

		{ }	/* terminate list */
	};