Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752762AbcD2CIA (ORCPT ); Thu, 28 Apr 2016 22:08:00 -0400 Received: from mga02.intel.com ([134.134.136.20]:9459 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752244AbcD2CH7 (ORCPT ); Thu, 28 Apr 2016 22:07:59 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,549,1455004800"; d="scan'208";a="942559187" From: "Zheng, Lv" To: "Zheng, Lv" , "Rafael J. Wysocki" , "Chen, Yu C" CC: Lv Zheng , "linux-kernel@vger.kernel.org" , "linux-acpi@vger.kernel.org" , "Wysocki, Rafael J" , "Brown, Len" Subject: RE: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support Thread-Topic: [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support Thread-Index: AQHRoGJ+wF+cu9TY1U2YSLnqXSIF8p+dDCWAgADDbICAANs6IIABiyXQ Date: Fri, 29 Apr 2016 02:07:53 +0000 Message-ID: <1AE640813FDE7649BE1B193DEA596E883BB82EF4@SHSMSX101.ccr.corp.intel.com> References: <36DF59CE26D8EE47B0655C516E9CE64028748233@shsmsx102.ccr.corp.intel.com> <2223787.tzTyTqLAjo@vostro.rjw.lan> <1AE640813FDE7649BE1B193DEA596E883BB82C18@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <1AE640813FDE7649BE1B193DEA596E883BB82C18@SHSMSX101.ccr.corp.intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmFlZDgxNjAtNjFkZC00NzZkLTgwM2EtMGJhOTMwZjcyYjMzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkZlWXdzZ0lcLzRLTnBKRFg3U05peUMzejR0b0I1eEl4aUx6c1h6a0gzajU0PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u3T28Ddi031884 Content-Length: 1428 Lines: 48 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