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





------- Comment #61 from [EMAIL PROTECTED]  2007-07-10 10:22 -------
Thanks for all your work and making suspend to RAM possible for me after years
Tejun. My Tecra M3 also had this problem. Replacing the lines:

+       if (dmi_check_system(piix_broken_suspend_dmi_table) &&
+           mesg.event == PM_EVENT_SUSPEND) {

in the patch with:

+       if (true &&
+           mesg.event == PM_EVENT_SUSPEND) {

my laptop can suspend to and resume from RAM and disk without problems in a
text console. If I do it from within X or in a framebuffer console it has
problems resuming the video card, but I guess it's not relevant to this bug. I
tried adding:

+ {
+               .ident = "TECRA M3",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M3"),
+               },
+       },

to piix_broken_suspend_dmi_table[] definition, but it doesn't work. How can I
find out what values to plug in there?

Again, thanks for your work.


-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to