Re: [PATCH v2 0/3] ACPI / button: Clarify initial lid state

2016-05-27 Thread Valdis . Kletnieks
On Fri, 27 May 2016 15:15:43 +0800, Lv Zheng said: > The initial _LID returning value is not reliable after boot/resume because > the BIOS vendors may implement it by returning a cached value that is only > updated when a lid notification is received. > This causes strange things happening after re

[PATCH v2 0/3] ACPI / button: Clarify initial lid state

2016-05-27 Thread Lv Zheng
The initial _LID returning value is not reliable after boot/resume because the BIOS vendors may implement it by returning a cached value that is only updated when a lid notification is received. This causes strange things happening after resuming. This patchset fixes the issue according to this fac