On Tuesday 31 March 2009, Tejun Heo wrote: > 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@xxxxxxxxxx on bko#10293. > > Signed-off-by: Tejun Heo <tj@xxxxxxxxxx> > Cc: Rafael J. Wysocki <rjw@xxxxxxx> Acked-by: Rafael J. Wysocki <rjw@xxxxxxx> > Reported-by: GNUtoo@xxxxxxxxxx > --- > drivers/ata/ata_piix.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c > index e5cbe80..942d14a 100644 > --- a/drivers/ata/ata_piix.c > +++ b/drivers/ata/ata_piix.c > @@ -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 */ > }; > > -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html