Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=de753e5e8678d9674de0a3bda9ead9e770fdbf53
Commit:     de753e5e8678d9674de0a3bda9ead9e770fdbf53
Parent:     2ffbb8377c7a0713baf6644e285adc27a5654582
Author:     Tejun Heo <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 12 17:56:24 2007 +0900
Committer:  Tejun Heo <[EMAIL PROTECTED]>
CommitDate: Mon Nov 19 12:28:09 2007 +0900

    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 <[EMAIL PROTECTED]>
    Cc: Ross Patterson <[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 328ce8a..80b735b 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"),
-
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