lkml.org 
[lkml]   [2016]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support
Date
Hi, Rafael

> From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-
> owner@vger.kernel.org] On Behalf Of Zheng, Lv
> Subject: RE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support
>

[Lv Zheng]
Skip.

> > > > @@ -331,6 +336,24 @@ static struct dmi_system_id acpi_osi_dmi_table[]
> > > > __initdata = {
> > > > },
> > > > },
> > > >
> > > > + /*
> > > > + * Enable _OSI("Darwin") for all apple platforms.
> > > > + */
> > > > + {
> > > > + .callback = dmi_enable_osi_darwin,
> > > > + .ident = "Apple hardware",
> > > > + .matches = {
> > > > + DMI_MATCH(DMI_SYS_VENDOR, "Apple INC."),
> > > > + },
> > > > + },
> > > > + {
> > > > + .callback = dmi_enable_osi_darwin,
> > > > + .ident = "Apple hardware",
> > > > + .matches = {
> > > > + DMI_MATCH(DMI_SYS_VENDOR, "Apple Computer, INC."),
> > > > + },
> > > > + },
> > > > +
> > > The vendor id should be 'Apple Inc.' and 'Apple Computer, Inc.' instead.
> >
> > If this is the only problem with this patch, I can fix it up. No need to resend.
> [Lv Zheng]
> This is the only problem.
> Thanks for the help.
>

[Lv Zheng]
I just sent UPDATE of PATCH 4/6 and PATCH 6/6 to the mailing list with this corrected.
I was hoping they could update patchwork content so that the Bugzilla reporters might use the updated patches for confirmation.
The Message-Id(s) of the 2 patches were kept as same as the old ones.

Thanks and best regards
-Lv
\
 
 \ /
  Last update: 2016-04-29 04:21    [W:0.118 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site