All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Pedro Ribeiro <pedrib@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: Long delays while hibernating
Date: Thu, 24 Dec 2009 16:45:26 +0900	[thread overview]
Message-ID: <4B331C16.4080901@kernel.org> (raw)
In-Reply-To: <74fd948d0912230550i639f7c05m9a6e5c9996479c01@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

On 12/23/2009 10:50 PM, Pedro Ribeiro wrote:
>> Can you please attach the output of dmidecode?
> 
> Thanks for the quick reply, here is what you requested.
> http://pastebin.com/m72748645

Can you please try the attached patch?

Thanks.

-- 
tejun

[-- Attachment #2: tp-t400-broken-suspend.patch --]
[-- Type: text/x-patch, Size: 458 bytes --]

diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 19136a7..a90d52f 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -1085,6 +1085,13 @@ static int piix_broken_suspend(void)
 				DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"),
 			},
 		},
+		{
+			.ident = "ThinkPad T400",
+			.matches = {
+				DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+				DMI_MATCH(DMI_PRODUCT_NAME, "7417PLU"),
+			},
+		},
 
 		{ }	/* terminate list */
 	};

  reply	other threads:[~2009-12-24  7:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-23  3:50 Long delays while hibernating Pedro Ribeiro
2009-12-23  7:47 ` Tejun Heo
2009-12-23 13:50   ` Pedro Ribeiro
2009-12-24  7:45     ` Tejun Heo [this message]
2009-12-24 14:34       ` Pedro Ribeiro
2009-12-24 15:59         ` Pedro Ribeiro
2009-12-25 14:56           ` Tejun Heo
2009-12-25 18:10             ` Pedro Ribeiro
2009-12-26  1:26               ` Tejun Heo
2009-12-26 16:32                 ` Pedro Ribeiro
2009-12-26 21:21                   ` Rafael J. Wysocki
2009-12-26 22:35                     ` Pedro Ribeiro
2009-12-27 14:09                       ` Rafael J. Wysocki
2009-12-27 17:59                         ` Pedro Ribeiro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B331C16.4080901@kernel.org \
    --to=tj@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=pedrib@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.