aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
authorPeter Schwenke <peter@bluetoad.com.au>2008-01-17 08:08:55 -0500
committerJeff Garzik <jeff@garzik.org>2008-01-23 05:23:15 -0500
commitffe188dd83e84119516688c822388c8f30a54877 (patch)
treed55d42eff75cfdb41833bd2d01ea4f732b26e1f6 /drivers/ata/ata_piix.c
parent667984d9e481e43a930a478c588dced98cb61fea (diff)
ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list.
Add Toshiba Satellite R20 and Tecra M6 to broken suspend list. Matt Piermarini reported and provided the M6 patch. This is from OSDL bug 7780. Signed-off-by: Peter Schwenke <peter@bluetoad.com.au> Cc: Matt Piermarini <mattpiermarini@yahoo.com> Acked-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r--drivers/ata/ata_piix.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index b406b39b878e..0d8bd19a5345 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -1034,6 +1034,13 @@ static int piix_broken_suspend(void)
1034 }, 1034 },
1035 }, 1035 },
1036 { 1036 {
1037 .ident = "TECRA M6",
1038 .matches = {
1039 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1040 DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M6"),
1041 },
1042 },
1043 {
1037 .ident = "TECRA M7", 1044 .ident = "TECRA M7",
1038 .matches = { 1045 .matches = {
1039 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 1046 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
@@ -1048,6 +1055,13 @@ static int piix_broken_suspend(void)
1048 }, 1055 },
1049 }, 1056 },
1050 { 1057 {
1058 .ident = "Satellite R20",
1059 .matches = {
1060 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1061 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite R20"),
1062 },
1063 },
1064 {
1051 .ident = "Satellite R25", 1065 .ident = "Satellite R25",
1052 .matches = { 1066 .matches = {
1053 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 1067 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),