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

            Bug ID: 63191
           Summary: Samsung N145 plus lid state 'toggle' incorrect
           Product: ACPI
           Version: 2.5
    Kernel Version: 3.11.5
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: low
          Priority: P1
         Component: Power-Sleep-Wake
          Assignee: [email protected]
          Reporter: [email protected]
        Regression: No

Created attachment 111461
  --> https://bugzilla.kernel.org/attachment.cgi?id=111461&action=edit
Samsung N145 plus acpidump file

As asked for by Lan Tianyu.

Boot netbook:

cat /proc/acpi/button/lid/LID0/state  -> OPEN

Close lid, notebook goes to sleep.

Open lid, notebook wakes up, but:

cat /proc/acpi/button/lid/LID0/state  -> CLOSED

I have to shut lid, then re-open again to get lid state to report OPEN.

I do have a modified dsdt (it's not right, but not wrong either!) that gets
around the issue sort off, but it appears to me that the method:

       Method (_Q5E, 0, NotSerialized)  // _Qxx: EC Query
          {
             Store (LIDS, \LIDS)
             Notify (\_SB.LID0, 0x80)
           }

isn't working, i.e. a hardware fault, in which case nothing can be done... but
here's hoping.

I have attached acpidump from kernel 3.11.5 built on Slackware 14 base, no
modules, all built in.

I also have my current changes to the dsdt file (with notes and a diff) here:

http://linicks.net/dsdt/

to provide further info.

Nick

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to