mbox series

[0/2] platform/x86: asus-wmi: extra debugging and a fix

Message ID 20240713075940.80073-1-luke@ljones.dev (mailing list archive)
Headers show
Series platform/x86: asus-wmi: extra debugging and a fix | expand

Message

Luke Jones July 13, 2024, 7:59 a.m. UTC
These are two patches, one of which is a fix to prevent certain situations
from arising.

The patch to add extra debug prints has come in extremely useful to find
causes of issues for users such as when a WMI method is returning a valid
value but which must be masked.

Luke D. Jones (2):
  platform/x86: asus-wmi: add debug print in more key places
  platform/x86: asus-wmi: don't fail if platform_profile already
    registered

 drivers/platform/x86/asus-wmi.c | 67 +++++++++++++++++++++++++++------
 1 file changed, 55 insertions(+), 12 deletions(-)