On 12/23/2009 10:50 PM, Pedro Ribeiro wrote: >> Can you please attach the output of dmidecode? > > Thanks for the quick reply, here is what you requested. > http://pastebin.com/m72748645 Can you please try the attached patch? Thanks. -- tejun
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 19136a7..a90d52f 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1085,6 +1085,13 @@ static int piix_broken_suspend(void) DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"), }, }, + { + .ident = "ThinkPad T400", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "7417PLU"), + }, + }, { } /* terminate list */ };