RE: [PATCH 3/4] ACPI / osi: Change default _OSI(Darwin) support

2016-04-26 Thread Zheng, Lv
Hi, > From: rjwyso...@gmail.com [mailto:rjwyso...@gmail.com] On Behalf Of > Rafael J. Wysocki > Sent: Wednesday, April 27, 2016 4:13 AM > Subject: Re: [PATCH 3/4] ACPI / osi: Change default _OSI(Darwin) support > > On Tue, Apr 26, 2016 at 9:40 AM, Lv Zheng wrote:

Re: [PATCH 3/4] ACPI / osi: Change default _OSI(Darwin) support

2016-04-26 Thread Rafael J. Wysocki
On Tue, Apr 26, 2016 at 9:40 AM, Lv Zheng wrote: > From: Chen Yu > > Commit 7bc5a2bad0b8 ("ACPI: Support _OSI("Darwin") correctly") always > reports positive value when Apple hardware queries _OSI("Darwin"). However > since this implementation places the judgement in runtime, it breaks > acpi_osi

[PATCH 3/4] ACPI / osi: Change default _OSI(Darwin) support

2016-04-26 Thread Lv Zheng
From: Chen Yu Commit 7bc5a2bad0b8 ("ACPI: Support _OSI("Darwin") correctly") always reports positive value when Apple hardware queries _OSI("Darwin"). However since this implementation places the judgement in runtime, it breaks acpi_osi=!Darwin and cannot return unsupported for _OSI("WinXXX") inv