Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751355AbdHFQKP (ORCPT ); Sun, 6 Aug 2017 12:10:15 -0400 Received: from mail-qk0-f173.google.com ([209.85.220.173]:33778 "EHLO mail-qk0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751300AbdHFQKO (ORCPT ); Sun, 6 Aug 2017 12:10:14 -0400 MIME-Version: 1.0 In-Reply-To: <201708061735.31002@pali> References: <1495886134-8276-1-git-send-email-pali.rohar@gmail.com> <1588258750.25982542.1499283035221.JavaMail.zimbra@redhat.com> <201707052224.20656@pali> <201708061735.31002@pali> From: Andy Shevchenko Date: Sun, 6 Aug 2017 19:10:12 +0300 Message-ID: Subject: Re: [PATCH] RFC: platform/x86: wmi: Fix check for method instance number To: =?UTF-8?Q?Pali_Roh=C3=A1r?= Cc: Darren Hart , Andy Shevchenko , David Airlie , Chun-Yi Lee , Corentin Chary , acpi4asus-user , Oleksij Rempel , =?UTF-8?Q?Jo=C3=A3o_Paulo_Rechi_Vita?= , Andy Lutomirski , Platform Driver , "linux-kernel@vger.kernel.org" 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 nfs id v76GAKPb027456 Content-Length: 1309 Lines: 38 On Sun, Aug 6, 2017 at 6:35 PM, Pali Rohár wrote: > On Wednesday 05 July 2017 22:24:20 Pali Rohár wrote: >> On Wednesday 05 July 2017 21:30:35 David Airlie wrote: >> > > On Saturday 17 June 2017 18:47:54 Pali Rohár wrote: >> > > > > So problematic drivers which use instance=1 without any >> > > > > comments >> > > > > are: >> > > > > acer-wmi >> > > > > asus-wmi >> > > > > mxm-wmi > Hi! For mxm-wmi I found this document: > https://lekensteyn.nl/files/docs/mxm-2.1-software-spec.pdf > > On page numbered 26 (resp. in PDF page 31) is information about WMI > GUID {F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0} interface and there is > written that instance count = 1. > > // Methods GUID {F6CB5C3C-9CAE-4ebd-B577-931EA32A2CC0} > 0x3C, 0x5C, 0xCB, 0xF6, 0xAE, 0x9C, 0xbd, 0x4e, 0xB5, 0x77, 0x93, > 0x1E, 0xA3, 0x2A, 0x2C, 0xC0, > 0x4D, 0x58, // Object ID “MX” = method “WMMX” > 1, // Instance Count > 0x02, // Flags (WMIACPI_REGFLAG_METHOD) > > And ACPI method for handling this WMI call does not check Arg0 and Arg1 > at all. > > So... Andy, Darren, any objections for following patch which changes > instance number from one to zero? No objections from me! Just put enough explanation into commit message. -- With Best Regards, Andy Shevchenko