From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=BAYES_20, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43A49C433ED for ; Fri, 23 Apr 2021 09:42:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0DF9B61460 for ; Fri, 23 Apr 2021 09:42:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230006AbhDWJn0 (ORCPT ); Fri, 23 Apr 2021 05:43:26 -0400 Received: from moo.tau.tal.de ([195.8.233.46]:60308 "EHLO moo.tau.tal.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241896AbhDWJnZ (ORCPT ); Fri, 23 Apr 2021 05:43:25 -0400 X-Greylist: delayed 304 seconds by postgrey-1.27 at vger.kernel.org; Fri, 23 Apr 2021 05:43:24 EDT Received: from point.localnet (dslb-092-072-143-124.092.072.pools.vodafone-ip.de [92.72.143.124]) (Authenticated sender: ib@wtal.de) by smtp.tal.de (Postfix) with ESMTPA id 9A52E80EFE88 for ; Fri, 23 Apr 2021 11:37:42 +0200 (CEST) Received: from ib by point.localnet with local (masqmail 0.2.30) id 1lZsFq-0mI-00 for ; Fri, 23 Apr 2021 11:37:42 +0200 Message-ID: <60829505.48d22883.bm000@wupperonline.de> From: =?ISO-8859-1?Q?Ingo=20Br=FCckl?= To: platform-driver-x86@vger.kernel.org Subject: acer-wmi: WiFi key detection for the Acer TravelMate B1? Date: Fri, 23 Apr 2021 11:36:01 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: blueMail/Linux 1.5 Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org I have an Acer TravelMate B1, model TMB118-M-P98A. The acer_wmi module loads and all Fn keys except the Fn+F3 WiFi key (Airplane mode, turn on/off the network devices) work one way or another (either out of the box or they are recognized as XF86 keys). Fn+F3, however, only generates the following kernel message: acer_wmi: Unknown function number - 2 - 1 Is there a chance to treat this function number in the driver as WMID_HOTKEY_EVENT for KEY_WLAN and KEY_BLUETOOTH? (By the way, the touchpad toggle Fn+F7 already works out of the box). If allowed, I can post my DSDT. I can also test possible patches.