Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1710192
| From | Pali Rohár <pali.rohar@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] platform/x86: Fix check for method instance number |
| Date | 2017-08-12 09:50 +0200 |
| Message-ID | <udzlf-69b-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series fixes remaining mxm-wmi and asus-wmi drivers to evaluate WMI methods with correct and available instance number. Now all WMI drivers should call WMI functions with correct instance number and last patch fixes WMI check for invalid instances. Patch for paeq-wmi is optional as machine has 10 instances but instance number is ignored at all. But for consistency with other drivers first instance would be used (instead of second). Pali Rohár (4): platform/x86: mxm-wmi: Evaluate wmi method with instance number 0x0 platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0 platform/x86: peaq-wmi: Evaluate wmi method with instance number 0x0 platform/x86: wmi: Fix check for method instance number drivers/platform/x86/asus-wmi.c | 4 ++-- drivers/platform/x86/mxm-wmi.c | 4 ++-- drivers/platform/x86/peaq-wmi.c | 2 +- drivers/platform/x86/wmi.c | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) -- 1.7.9.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] platform/x86: Fix check for method instance number Pali Rohár <pali.rohar@gmail.com> - 2017-08-12 09:50 +0200
[PATCH 3/4] platform/x86: peaq-wmi: Evaluate wmi method with instance number 0x0 Pali Rohár <pali.rohar@gmail.com> - 2017-08-12 09:50 +0200
Re: [PATCH 3/4] platform/x86: peaq-wmi: Evaluate wmi method with instance number 0x0 Hans de Goede <hdegoede@redhat.com> - 2017-08-12 22:20 +0200
[PATCH 2/4] platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0 Pali Rohár <pali.rohar@gmail.com> - 2017-08-12 09:50 +0200
[PATCH 1/4] platform/x86: mxm-wmi: Evaluate wmi method with instance number 0x0 Pali Rohár <pali.rohar@gmail.com> - 2017-08-12 09:50 +0200
Re: [PATCH 0/4] platform/x86: Fix check for method instance number Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-08-13 15:00 +0200
Re: [PATCH 0/4] platform/x86: Fix check for method instance number Darren Hart <dvhart@infradead.org> - 2017-08-17 17:30 +0200
Re: [PATCH 0/4] platform/x86: Fix check for method instance number Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-08-17 19:40 +0200
csiph-web