Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4c74d4ec3524a8f31deadd115139dd93bc91d598
Commit:     4c74d4ec3524a8f31deadd115139dd93bc91d598
Parent:     3146b39c185f8a436d430132457e84fa1d8f8208
Author:     Tejun Heo <[EMAIL PROTECTED]>
AuthorDate: Sun Sep 30 01:11:20 2007 -0700
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Tue Oct 2 10:54:02 2007 -0400

    ata_piix: add another TECRA M3 entry to broken suspend list
    
    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 <[EMAIL PROTECTED]>
    Cc: Angus Turnbull <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/ata_piix.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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"),
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to