| Submitter | Tejun Heo |
|---|---|
| Date | Dec. 24, 2009, 7:45 a.m. |
| Message ID | <4B331C16.4080901@kernel.org> |
| Download | mbox | patch |
| Permalink | /patch/41740/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
On Thu, Dec 24, 2009 at 7:45 AM, Tejun Heo <tj@kernel.org> wrote: > 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 > Hi, I tried the patch but I still have the same issue. Thanks, Pedro -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Dec 24, 2009 at 2:34 PM, Pedro Ribeiro <pedrib@gmail.com> wrote: > On Thu, Dec 24, 2009 at 7:45 AM, Tejun Heo <tj@kernel.org> wrote: >> 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 >> > > Hi, > > I tried the patch but I still have the same issue. > > Thanks, > Pedro > Hi again, I just noticed that this patch is for ata_piix. I don't have this module loaded, as I have an ICH9 chip. The module used is ahci. Here is the output of lsmod: http://pastebin.com/m5468985b Regards, Pedro -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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 */ };