aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2007-11-12 03:56:24 -0500
committerTejun Heo <htejun@gmail.com>2007-11-18 22:28:09 -0500
commitde753e5e8678d9674de0a3bda9ead9e770fdbf53 (patch)
tree83267ff52778fc0f9c92cb2c64756baccba20c7c /drivers/ata/ata_piix.c
parent2ffbb8377c7a0713baf6644e285adc27a5654582 (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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 328ce8a08426..80b735b70972 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -974,6 +974,13 @@ static int piix_broken_suspend(void)
974 }, 974 },
975 }, 975 },
976 { 976 {
977 .ident = "SATELLITE U205",
978 .matches = {
979 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
980 DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE U205"),
981 },
982 },
983 {
977 .ident = "Portege M500", 984 .ident = "Portege M500",
978 .matches = { 985 .matches = {
979 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 986 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),