Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1390694
| From | "Zheng, Lv" <lv.zheng@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support |
| Date | 2016-04-29 04:10 +0200 |
| Message-ID | <rt62v-6pN-7@gated-at.bofh.it> (permalink) |
| References | <rs5UR-3CS-3@gated-at.bofh.it> <rstub-6Jw-39@gated-at.bofh.it> <rsugz-7q8-29@gated-at.bofh.it> <rsFbZ-8m2-13@gated-at.bofh.it> <rsK1X-3Ld-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
RE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support "Zheng, Lv" <lv.zheng@intel.com> - 2016-04-29 04:10 +0200
Re: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support Lukas Wunner <lukas@wunner.de> - 2016-04-29 15:10 +0200
RE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support "Zheng, Lv" <lv.zheng@intel.com> - 2016-05-03 04:00 +0200
csiph-web