linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH #upstream-fixes] ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list.
@ 2008-01-17  2:56 Peter Schwenke
  2008-01-17  3:46 ` Tejun Heo
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Schwenke @ 2008-01-17  2:56 UTC (permalink / raw)
  To: Jeff Garzik, linux-ide; +Cc: htejun

From: Peter Schwenke <peter@bluetoad.com.au>

Add Toshiba Satellite R20 and Tecra M6 to broken suspend list.  This is
from OSDL bug 7780.

Signed-off-by: Peter Schwenke <peter@bluetoad.com.au>
---
 drivers/ata/ata_piix.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index bb62a58..867a263 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -988,6 +988,13 @@ static int piix_broken_suspend(void)
 			},
 		},
 		{
+			.ident = "TECRA M6",
+			.matches = {
+				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+				DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M6"),
+			},
+		},
+		{
 			.ident = "TECRA M7",
 			.matches = {
 				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
@@ -1002,6 +1009,13 @@ static int piix_broken_suspend(void)
 			},
 		},
 		{
+			.ident = "Satellite R20",
+			.matches = {
+				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+				DMI_MATCH(DMI_PRODUCT_NAME, "Satellite R20"),
+			},
+		},
+		{
 			.ident = "Satellite R25",
 			.matches = {
 				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
-- 
1.5.2.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-01-17 14:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17  2:56 [PATCH #upstream-fixes] ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list Peter Schwenke
2008-01-17  3:46 ` Tejun Heo
2008-01-17  7:09   ` Peter Schwenke
2008-01-17  7:43     ` Tejun Heo
2008-01-17 13:08       ` Peter Schwenke
2008-01-17 13:08       ` Peter Schwenke
2008-01-17 14:54         ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).