http://bugzilla.kernel.org/show_bug.cgi?id=7780


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Comment #84 from [EMAIL PROTECTED]  2007-07-26 21:54 -------
Hi, I have a toshiba U305-S5077. STR does not work --- it suspends, but it
never resume, even with init=/bin/bash (kernel vanilla 2.6.22.1). So I tried
this patch, adding (from dmidecode info)

--- drivers/ata/ata_piix.c.first        2007-07-27 06:08:26.000000000 +0200
+++ drivers/ata/ata_piix.c      2007-07-27 06:10:57.000000000 +0200
@@ -896,6 +896,13 @@
                        },
                },
                {
+                       .ident = "Satellite U305",
+                       .matches = {
+                               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U305"),
+                       },
+               },
+               {
                        .ident = "Portege M500",
                        .matches = {
                                DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),

on top of it. But the system is still broken in exactly the same way. It's me
that I'm doing something wrong or this is a separate bug?
I will add dmidecode and lspci -nvv output.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to