diff options
author | Tejun Heo <htejun@gmail.com> | 2007-11-12 17:56:24 +0900 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2007-11-19 12:28:09 +0900 |
commit | de753e5e8678d9674de0a3bda9ead9e770fdbf53 (patch) | |
tree | 83267ff52778fc0f9c92cb2c64756baccba20c7c /drivers/ata/ata_piix.c | |
parent | 2ffbb8377c7a0713baf6644e285adc27a5654582 (diff) |
ata_piix: add SATELLITE U205 to broken suspend list
Satellite U205 has alternate product name where the satellite part is
all capatalized. Add it to the blacklist.
This is reported by Ross Patterson in kernel bugzilla bug #7780.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Ross Patterson <me@rpatterson.net>
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r-- | drivers/ata/ata_piix.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 328ce8a0842..80b735b7097 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -974,6 +974,13 @@ static int piix_broken_suspend(void) }, }, { + .ident = "SATELLITE U205", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE U205"), + }, + }, + { .ident = "Portege M500", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |