Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1322947

Re: [PATCH][v2] ACPI: Do not report _OSI("Darwin") when acpi_osi=!Darwin provided

From Andy Shevchenko <andy.shevchenko@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH][v2] ACPI: Do not report _OSI("Darwin") when acpi_osi=!Darwin provided
Date 2016-02-01 10:40 +0100
Message-ID <qXj7I-Bb-9@gated-at.bofh.it> (permalink)
References <qXcpz-4a3-5@gated-at.bofh.it> <qXiv0-4W-9@gated-at.bofh.it> <qXiOm-t4-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Feb 1, 2016 at 11:13 AM, Chen, Yu C <yu.c.chen@intel.com> wrote:

>> > +static bool acpi_osi_setup_disabled(char *str) {
>> > +       int i;
>> > +       struct osi_setup_entry *osi;
>> > +
>> > +       if (!str)
>> > +               return false;
>> > +
>> > +       for (i = 0; i < OSI_STRING_ENTRIES_MAX; i++) {
>> > +               osi = &osi_setup_entries[i];
>> > +               if (!strcmp(osi->string, str)) {
>>
>> Seems like we have one more user for
>> http://www.spinics.net/lists/kernel/msg2157535.html
> [Yu] This is nice, I can convert this patch to use match_string, and
> may I add my patch into your patchset? I saw there are some modifications
> on drivers in your patchset above.

Actually it will not help in this case. Sorry.

-- 
With Best Regards,
Andy Shevchenko

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH][v2] ACPI: Do not report _OSI("Darwin") when acpi_osi=!Darwin provided Chen Yu <yu.c.chen@intel.com> - 2016-02-01 03:30 +0100
  Re: [PATCH][v2] ACPI: Do not report _OSI("Darwin") when  acpi_osi=!Darwin provided Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-02-01 10:00 +0100
    RE: [PATCH][v2] ACPI: Do not report _OSI("Darwin") when  acpi_osi=!Darwin provided "Chen, Yu C" <yu.c.chen@intel.com> - 2016-02-01 10:20 +0100
      Re: [PATCH][v2] ACPI: Do not report _OSI("Darwin") when  acpi_osi=!Darwin provided Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-02-01 10:40 +0100
        RE: [PATCH][v2] ACPI: Do not report _OSI("Darwin") when  acpi_osi=!Darwin provided "Chen, Yu C" <yu.c.chen@intel.com> - 2016-02-01 15:10 +0100

csiph-web