drivers/platform/x86/ideapad-laptop.c | 4 ++-- include/uapi/linux/input-event-codes.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-)
Hi All, This patch series adds a new KEY_FN_R input event code and map the Fn + R key to it in the ideapad-laptop driver. It affects two WMI keycodes and I couldn't try the 0x0a, but I couldn't find any indication that the refresh rate toggle should not be Fn + R. Regards, Gergo Gergo Koteles (2): Input: allocate keycode for Fn + R platform/x86: ideapad-laptop: map Fn + R key to KEY_FN_R drivers/platform/x86/ideapad-laptop.c | 4 ++-- include/uapi/linux/input-event-codes.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) base-commit: b401b621758e46812da61fa58a67c3fd8d91de0d prerequisite-patch-id: 66a1ec71f181c6468a8226430af7ee917f40138a -- 2.43.2
On Tue, 20 Feb 2024 04:39:34 +0100, Gergo Koteles wrote:
> This patch series adds a new KEY_FN_R input event code and map the
> Fn + R key to it in the ideapad-laptop driver.
>
> It affects two WMI keycodes and I couldn't try the 0x0a, but I couldn't
> find any indication that the refresh rate toggle should not be Fn + R.
>
> Regards,
> Gergo
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/2] Input: allocate keycode for Fn + R
commit: 4e45fa464aeef4e803412b5dcce73aad48c94b0e
[2/2] platform/x86: ideapad-laptop: map Fn + R key to KEY_FN_R
commit: cd4525993e49f1449e9380bd28fa1179b05c911d
--
i.
On Mon, Feb 26, 2024 at 03:27:33PM +0200, Ilpo Järvinen wrote: > On Tue, 20 Feb 2024 04:39:34 +0100, Gergo Koteles wrote: > > > This patch series adds a new KEY_FN_R input event code and map the > > Fn + R key to it in the ideapad-laptop driver. > > > > It affects two WMI keycodes and I couldn't try the 0x0a, but I couldn't > > find any indication that the refresh rate toggle should not be Fn + R. > > > > Regards, > > Gergo > > > > [...] > > > Thank you for your contribution, it has been applied to my local > review-ilpo branch. Note it will show up in the public > platform-drivers-x86/review-ilpo branch only once I've pushed my > local branch there, which might take a while. > > The list of commits applied: > [1/2] Input: allocate keycode for Fn + R > commit: 4e45fa464aeef4e803412b5dcce73aad48c94b0e I am sorry for the delay, but instead of defining a generic name we should define a proper keycode for concrete action even if nothing is printed on a particular key on a particular device. Please drop this patch. Thanks. -- Dmitry
On Sat, 9 Mar 2024, Dmitry Torokhov wrote: > On Mon, Feb 26, 2024 at 03:27:33PM +0200, Ilpo Järvinen wrote: > > On Tue, 20 Feb 2024 04:39:34 +0100, Gergo Koteles wrote: > > > > > This patch series adds a new KEY_FN_R input event code and map the > > > Fn + R key to it in the ideapad-laptop driver. > > > > > > It affects two WMI keycodes and I couldn't try the 0x0a, but I couldn't > > > find any indication that the refresh rate toggle should not be Fn + R. > > > > > > Regards, > > > Gergo > > > > > > [...] > > > > > > Thank you for your contribution, it has been applied to my local > > review-ilpo branch. Note it will show up in the public > > platform-drivers-x86/review-ilpo branch only once I've pushed my > > local branch there, which might take a while. > > > > The list of commits applied: > > [1/2] Input: allocate keycode for Fn + R > > commit: 4e45fa464aeef4e803412b5dcce73aad48c94b0e > > I am sorry for the delay, but instead of defining a generic name we should define > a proper keycode for concrete action even if nothing is printed on a > particular key on a particular device. > > Please drop this patch. Dropping them at this point would bit of a hassle due to backmerges of fixes branch. Gergo please make new changes on top of for-next for the change into the proper keycode (I see up sent a new series with assumption that I drop the other patches). -- i.
On Mon, Mar 11, 2024 at 12:53:36PM +0200, Ilpo Järvinen wrote: > On Sat, 9 Mar 2024, Dmitry Torokhov wrote: > > > On Mon, Feb 26, 2024 at 03:27:33PM +0200, Ilpo Järvinen wrote: > > > On Tue, 20 Feb 2024 04:39:34 +0100, Gergo Koteles wrote: > > > > > > > This patch series adds a new KEY_FN_R input event code and map the > > > > Fn + R key to it in the ideapad-laptop driver. > > > > > > > > It affects two WMI keycodes and I couldn't try the 0x0a, but I couldn't > > > > find any indication that the refresh rate toggle should not be Fn + R. > > > > > > > > Regards, > > > > Gergo > > > > > > > > [...] > > > > > > > > > Thank you for your contribution, it has been applied to my local > > > review-ilpo branch. Note it will show up in the public > > > platform-drivers-x86/review-ilpo branch only once I've pushed my > > > local branch there, which might take a while. > > > > > > The list of commits applied: > > > [1/2] Input: allocate keycode for Fn + R > > > commit: 4e45fa464aeef4e803412b5dcce73aad48c94b0e > > > > I am sorry for the delay, but instead of defining a generic name we should define > > a proper keycode for concrete action even if nothing is printed on a > > particular key on a particular device. > > > > Please drop this patch. > > Dropping them at this point would bit of a hassle due to backmerges of > fixes branch. You should really wait applying patches affecting other parts of the kernel as well as UAPI until all maintainers responsible for them agree with the changes. Thanks. -- Dmitry
On Mon, 11 Mar 2024, Dmitry Torokhov wrote: > On Mon, Mar 11, 2024 at 12:53:36PM +0200, Ilpo Järvinen wrote: > > On Sat, 9 Mar 2024, Dmitry Torokhov wrote: > > > > > On Mon, Feb 26, 2024 at 03:27:33PM +0200, Ilpo Järvinen wrote: > > > > On Tue, 20 Feb 2024 04:39:34 +0100, Gergo Koteles wrote: > > > > > > > > > This patch series adds a new KEY_FN_R input event code and map the > > > > > Fn + R key to it in the ideapad-laptop driver. > > > > > > > > > > It affects two WMI keycodes and I couldn't try the 0x0a, but I couldn't > > > > > find any indication that the refresh rate toggle should not be Fn + R. > > > > > > > > > > Regards, > > > > > Gergo > > > > > > > > > > [...] > > > > > > > > > > > > Thank you for your contribution, it has been applied to my local > > > > review-ilpo branch. Note it will show up in the public > > > > platform-drivers-x86/review-ilpo branch only once I've pushed my > > > > local branch there, which might take a while. > > > > > > > > The list of commits applied: > > > > [1/2] Input: allocate keycode for Fn + R > > > > commit: 4e45fa464aeef4e803412b5dcce73aad48c94b0e > > > > > > I am sorry for the delay, but instead of defining a generic name we should define > > > a proper keycode for concrete action even if nothing is printed on a > > > particular key on a particular device. > > > > > > Please drop this patch. > > > > Dropping them at this point would bit of a hassle due to backmerges of > > fixes branch. > > You should really wait applying patches affecting other parts of the > kernel as well as UAPI until all maintainers responsible for them agree > with the changes. > > Thanks. I'm sorry about that. I'll try to be more careful in the future. I've now replaced those patches in pdx86/for-next. -- i.
© 2016 - 2026 Red Hat, Inc.