Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3cc0b9d3baeb6103d87743e4737a4b6eda30d399
Commit:     3cc0b9d3baeb6103d87743e4737a4b6eda30d399
Parent:     91a6d4ed333a47003f07636b3bd143521e0bbad1
Author:     Tejun Heo <[EMAIL PROTECTED]>
AuthorDate: Sat Aug 25 08:31:02 2007 +0900
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Fri Aug 31 04:00:19 2007 -0400

    ata_piix: add Satellite U200 to broken suspend list
    
    Satellite U200 also shares the problem.  Add it to the broken suspend
    list.  Original patch from John Schember.
    
    Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>
    Cc: John Schember <[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 127deb8..22752e4 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -935,6 +935,13 @@ static int piix_broken_suspend(void)
                        },
                },
                {
+                       .ident = "Satellite U200",
+                       .matches = {
+                               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "Satellite 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