summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
authorTejun Heo2007-11-12 09:56:24 +0100
committerTejun Heo2007-11-19 04:28:09 +0100
commitde753e5e8678d9674de0a3bda9ead9e770fdbf53 (patch)
tree83267ff52778fc0f9c92cb2c64756baccba20c7c /drivers/ata/ata_piix.c
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/li... (diff)
downloadkernel-qcow2-linux-de753e5e8678d9674de0a3bda9ead9e770fdbf53.tar.gz
kernel-qcow2-linux-de753e5e8678d9674de0a3bda9ead9e770fdbf53.tar.xz
kernel-qcow2-linux-de753e5e8678d9674de0a3bda9ead9e770fdbf53.zip
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)
},
},
{
+ .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"),