From: Yann Chachkoff Date: Wed, 7 Nov 2007 03:02:27 +0000 (+0900) Subject: ata_piix: add SATELLITE PRO U200 to broken suspend list X-Git-Tag: v2.6.24-rc3~162^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=62320e23c35077e8bc77184e8850d3f45441364b;p=karo-tx-linux.git ata_piix: add SATELLITE PRO U200 to broken suspend list Please warmly welcome the PRO variant of Satellite U200 to the broken suspend list. Original patch is from Yann Chachkoff. Patch reformatted and forwarded by Tejun Heo. Signed-off-by: Yann Chachkoff Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index f08cca21702c..328ce8a08426 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -959,6 +959,13 @@ static int piix_broken_suspend(void) DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U200"), }, }, + { + .ident = "Satellite Pro U200", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE PRO U200"), + }, + }, { .ident = "Satellite U205", .matches = {