All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Resolve-WMI-query-failures-on-some-devices
@ 2022-06-08 17:02 Jorge Lopez
  2022-06-08 17:02 ` [PATCH v2 1/2] Resolve WMI query failures on some devices Jorge Lopez
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jorge Lopez @ 2022-06-08 17:02 UTC (permalink / raw)
  To: platform-driver-x86

The intention for this patch is resolve WMI query failures reported
in several HP OMEN notebooks.  WMI queries fail on some devices where
the ACPI method HWMC unconditionally attempts to create Fields beyond
the buffer if the buffer is too small, this breaks essential features
such as power profiles.


Description of changes between version 1 and version 2
------------------------------------------------------
v2 patch 1: Resolve-WMI-query-failures-on-some-devices
            - No new changes to the logic.

v2 patch 2: Organize-declaration-variables
            - Organize declared variables in hp_wmi_perform_query method

Jorge Lopez (2):
  Resolve WMI query failures on some devices
  Organize declaration variables

 drivers/platform/x86/hp-wmi.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-06-09 15:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 17:02 [PATCH v2 0/2] Resolve-WMI-query-failures-on-some-devices Jorge Lopez
2022-06-08 17:02 ` [PATCH v2 1/2] Resolve WMI query failures on some devices Jorge Lopez
2022-06-08 18:44   ` Andy Shevchenko
2022-06-08 21:03     ` Jorge Lopez
2022-06-09 10:49       ` Andy Shevchenko
2022-06-09 13:45         ` Jorge Lopez
2022-06-09 15:06           ` Andy Shevchenko
2022-06-08 17:02 ` [PATCH v2 2/2] Organize declaration variables Jorge Lopez
2022-06-08 18:45   ` Andy Shevchenko
2022-06-08 19:31     ` Jorge Lopez
2022-06-08 18:42 ` [PATCH v2 0/2] Resolve-WMI-query-failures-on-some-devices Andy Shevchenko
2022-06-08 19:28   ` Jorge Lopez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.