Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752545AbcKCDk6 (ORCPT ); Wed, 2 Nov 2016 23:40:58 -0400 Received: from mail-ua0-f170.google.com ([209.85.217.170]:33518 "EHLO mail-ua0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbcKCDk5 (ORCPT ); Wed, 2 Nov 2016 23:40:57 -0400 MIME-Version: 1.0 In-Reply-To: <1477974658-12589-1-git-send-email-jlee@suse.com> References: <1477974658-12589-1-git-send-email-jlee@suse.com> From: Anthony Wong Date: Thu, 3 Nov 2016 11:40:15 +0800 X-Google-Sender-Auth: -0WlvVY8jAp8JKXvTvLw3veAJ6w Message-ID: Subject: Re: [PATCH] acer-wmi: only supports AMW0_GUID1 on acer family To: "Lee, Chun-Yi" Cc: Darren Hart , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, "Lee, Chun-Yi" Content-Type: text/plain; charset=UTF-8 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 quoted-printable to 8bit by mail.home.local id uA33f4to012743 Content-Length: 1062 Lines: 28 On 1 November 2016 at 12:30, Lee, Chun-Yi wrote: > > The AMW0_GUID1 wmi is not only found on Acer family but also other > machines like Lenovo, Fujitsu and Medion. In the past days, acer-wmi > driver handled those non-Acer machines by quirks list. > > But actually acer-wmi driver was loaded on any machines that have > AMW0_GUID1. This behavior is strange because those machines should > be supported by appropriate wmi drivers. e.g. fujitsu-laptop, > ideapad-laptop. > > So, This patch adds the logic to check the machine that has AMW0_GUID1 > should be in Acer/Packard Bell/Gateway white list. But, it still keeps > the quirk list of those supported non-acer machines for backward > compatible. > > Tested-by: Bjørn Mork > Cc: Darren Hart > Signed-off-by: Lee, Chun-Yi Xiaomi Air 13.3 notebook suffers from the same issue, acer-wmi basically has no use on this machine. With your patch, acer-wmi no longer loads. Tested-by: Anthony Wong Thanks, Anthony