[systemd-bugs] [Bug 80309] New: Add a configuration option for suspend on lid close even whendocked

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 20 12:49:58 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=80309

          Priority: medium
            Bug ID: 80309
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: Add a configuration option for suspend on lid close
                    even whendocked
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: enhancement
    Classification: Unclassified
                OS: Linux (All)
          Reporter: cg at fsck.fr
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

Hi,

logind ignores lid switch events if docked. I personally find it unpractical.

>From logind-action.c:
/* If we are docked don't react to lid closing */
        if (manager_is_docked(m)) {
                log_debug("Ignoring lid switch request, system is docked.");
                        return 0;
        }

Please add a option for finer behavior on this.

Thanks,
Charles

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140620/4c1cbd0a/attachment.html>


More information about the systemd-bugs mailing list