Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1584867
| From | "João Paulo Rechi Vita" <jprvita@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 0/2] platform/x86: asus-wmi: Substitute quirk_no_rfkill with a generic fix |
| Date | 2017-02-20 21:00 +0100 |
| Message-ID | <td2hP-vb-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The quirk avoids the conflicting usage of ASUS_WMI_DEVID_WLAN_LED (0x00010002) by both asus-wireless and asus-wmi on machines where the BIOS can't set and record the wlan status (wlan_ctrl_by_user in asus-wmi.c). At the moment we have six models quirked upstream, but another fifteen downstream, and we expect this list to continue growing. This series makes use of ASUS_WMI_DSTS_USER_BIT plus the status of the ASHS device to skip asus_wmi_rfkill_init(), instead of static DMI-based quirks. João Paulo Rechi Vita (2): platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT platform/x86: asus-wmi: Remove quirk_no_rfkill drivers/platform/x86/asus-nb-wmi.c | 49 ++------------------------------------ drivers/platform/x86/asus-wmi.c | 22 +++++++++++++---- drivers/platform/x86/asus-wmi.h | 1 - 3 files changed, 19 insertions(+), 53 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv2 0/2] platform/x86: asus-wmi: Substitute quirk_no_rfkill with a generic fix "João Paulo Rechi Vita" <jprvita@gmail.com> - 2017-02-20 21:00 +0100 [PATCHv2 1/2] platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT "João Paulo Rechi Vita" <jprvita@gmail.com> - 2017-02-20 21:00 +0100 Re: [PATCHv2 0/2] platform/x86: asus-wmi: Substitute quirk_no_rfkill with a generic fix Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-02-24 21:40 +0100
csiph-web