summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Chachkoff <yann.chachkoff@myrealbox.com>2007-11-07 12:02:27 +0900
committerJeff Garzik <jeff@garzik.org>2007-11-08 13:08:40 -0500
commit62320e23c35077e8bc77184e8850d3f45441364b (patch)
tree104fff94c2e5221ce9dbef2c8096d5f309ea8503
parentdbeeb816e805091e7cfc03baf36dc40b4adb2bbd (diff)
downloadop-kernel-dev-62320e23c35077e8bc77184e8850d3f45441364b.zip
op-kernel-dev-62320e23c35077e8bc77184e8850d3f45441364b.tar.gz
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 <yann.chachkoff@myrealbox.com> Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r--drivers/ata/ata_piix.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index f08cca2..328ce8a 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -960,6 +960,13 @@ static int piix_broken_suspend(void)
},
},
{
+ .ident = "Satellite Pro U200",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE PRO U200"),
+ },
+ },
+ {
.ident = "Satellite U205",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
OpenPOWER on IntegriCloud