[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0fd2b4d0-e219-2e47-dd39-f73076e1eb9a@redhat.com>
Date: Wed, 11 May 2022 17:16:33 +0200
From: Hans de Goede <hdegoede@...hat.com>
To: Luca Stefani <luca.stefani.ge1@...il.com>
Cc: Corentin Chary <corentin.chary@...il.com>,
Mark Gross <markgross@...nel.org>,
"open list:ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS"
<acpi4asus-user@...ts.sourceforge.net>,
"open list:ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS"
<platform-driver-x86@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] platform/x86: asus-wmi: Update unknown code message
Hi,
On 5/6/22 14:25, Luca Stefani wrote:
> Prepend 0x to the actual key code to specify it
> is already an hex value
>
> Signed-off-by: Luca Stefani <luca.stefani.ge1@...il.com>
Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans
Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.
Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.
Regards,
Hans
> ---
> drivers/platform/x86/asus-wmi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
> index 0e7fbed8a50d..35fe9641ba9b 100644
> --- a/drivers/platform/x86/asus-wmi.c
> +++ b/drivers/platform/x86/asus-wmi.c
> @@ -3114,7 +3114,7 @@ static void asus_wmi_handle_event_code(int code, struct asus_wmi *asus)
>
> if (!sparse_keymap_report_event(asus->inputdev, code,
> key_value, autorelease))
> - pr_info("Unknown key %x pressed\n", code);
> + pr_info("Unknown key code 0x%x\n", code);
> }
>
> static void asus_wmi_notify(u32 value, void *context)
Powered by blists - more mailing lists