Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=62320e23c35077e8bc77184e8850d3f45441364b
Commit:     62320e23c35077e8bc77184e8850d3f45441364b
Parent:     dbeeb816e805091e7cfc03baf36dc40b4adb2bbd
Author:     Yann Chachkoff <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 7 12:02:27 2007 +0900
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Thu Nov 8 13:08:40 2007 -0500

    ata_piix: add SATELLITE PRO U200 to broken suspend list
    
    Please warmly welcome the PRO variant of Satellite U200 to the broken
    suspend list.
    
    Original patch is from Yann Chachkoff.  Patch reformatted and
    forwarded by Tejun Heo.
    
    Signed-off-by: Yann Chachkoff <[EMAIL PROTECTED]>
    Signed-off-by: Tejun Heo <[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 f08cca2..328ce8a 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -960,6 +960,13 @@ static int piix_broken_suspend(void)
                        },
                },
                {
+                       .ident = "Satellite Pro U200",
+                       .matches = {
+                               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE PRO 
U200"),
+                       },
+               },
+               {
                        .ident = "Satellite U205",
                        .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