https://bugzilla.kernel.org/show_bug.cgi?id=9528


Brian Beardall <br...@rapsure.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |br...@rapsure.net




--- Comment #111 from Brian Beardall <br...@rapsure.net>  2010-06-18 19:39:45 
---
Could this piece of code be added to drivers/acpi/sleep.c in the mainline
kernel?

        {
        .callback = init_old_suspend_ordering,
        .ident = "Asus A8N-SLI",
        .matches = {
                DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
                DMI_MATCH(DMI_BOARD_NAME, "A8N-SLI DELUXE"),
                },
        },

This fixes S3 suspend on the A8N-SLI DELUXE that I have. The full board name
is:
ASUS A8N-SLI DELUXE ACPI BIOS Revision 1805. I tested this code on the board
and the suspend works with this errata workaround. Without this the computer
freezes going into the S3 mode.

I'd also go ahead and add the fix for the ASUS A8N-SLI Premium. The board is
almost exactly the same the Deluxe model. I however don't have an A8N-SLI
premium board.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to