linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH #upstream-fixes] ata_piix: add another TECRA M3 entry to broken suspend list
@ 2007-09-30  8:11 Tejun Heo
  2007-10-02 14:54 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2007-09-30  8:11 UTC (permalink / raw)
  To: Jeff Garzik, IDE/ATA development list, Angus Turnbull

There's a different version of DMI table for TECRA M3 where it has
proper vendor and product name entry.  Add the entry to the broken
suspend list.

Angus Turnbull reported and provided initial patch.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Angus Turnbull <angus@twinhelix.com>
---
 drivers/ata/ata_piix.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 3b8bf18..6996eb5 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -921,6 +921,13 @@ static int piix_broken_suspend(void)
 {
 	static struct dmi_system_id sysids[] = {
 		{
+			.ident = "TECRA M3",
+			.matches = {
+				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+				DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M3"),
+			},
+		},
+		{
 			.ident = "TECRA M5",
 			.matches = {
 				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),

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

* Re: [PATCH #upstream-fixes] ata_piix: add another TECRA M3 entry to broken suspend list
  2007-09-30  8:11 [PATCH #upstream-fixes] ata_piix: add another TECRA M3 entry to broken suspend list Tejun Heo
@ 2007-10-02 14:54 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-10-02 14:54 UTC (permalink / raw)
  To: Tejun Heo; +Cc: IDE/ATA development list, Angus Turnbull

Tejun Heo wrote:
> There's a different version of DMI table for TECRA M3 where it has
> proper vendor and product name entry.  Add the entry to the broken
> suspend list.
> 
> Angus Turnbull reported and provided initial patch.
> 
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> Cc: Angus Turnbull <angus@twinhelix.com>
> ---
>  drivers/ata/ata_piix.c |    7 +++++++
>  1 file changed, 7 insertions(+)

applied



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

end of thread, other threads:[~2007-10-02 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-30  8:11 [PATCH #upstream-fixes] ata_piix: add another TECRA M3 entry to broken suspend list Tejun Heo
2007-10-02 14:54 ` Jeff Garzik

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).