Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Sep 2016 04:25:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 212450] Suspend with Fn+F4 broken after revision 283678
Message-ID:  <bug-212450-6@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212450

            Bug ID: 212450
           Summary: Suspend with Fn+F4 broken after revision 283678
           Product: Base System
           Version: 11.0-RC1
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: jrm@ftfl.ca
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@FreeBSD.org

After revision 283678, which changed sys/dev/acpi_support/acpi_ibm.c,
suspending with Fn+F4 no longer works on a Lenovo X220.

If the snippet below is removed from acpi_ibm_attach(), suspend works again.

        /* Enable events by default. */
        ACPI_SERIAL_BEGIN(ibm);
        acpi_ibm_sysctl_set(sc, ACPI_IBM_METHOD_EVENTS, 1);
        ACPI_SERIAL_END(ibm);

Joseph

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212450-6>