Message ID | cover.1710065750.git.soyer@irl.hu (mailing list archive) |
---|---|
Headers | show |
Series | map Fn + R key on newer Lenovo Yogas and Legions | expand |
On Sun, 10 Mar 2024, Gergo Koteles wrote: > Hi All, > > This patch series adds a new KEY_REFRESH_RATE_TOGGLE input event code > and maps the Fn + R key to it in the ideapad-laptop driver. > > It affects two WMI keycodes. I couldn't try the 0x0a. > > Regards, > Gergo > > Changes in v2: > - use KEY_REFRESH_RATE_TOGGLE instead of KEY_FN_R > > [1]: https://lore.kernel.org/all/cover.1708399689.git.soyer@irl.hu/ > > Gergo Koteles (2): > Input: allocate keycode for Display refresh rate toggle > platform/x86: ideapad-laptop: map Fn + R key to > KEY_REFRESH_RATE_TOGGLE Hi, As mentioned in the other thread, please redo this on top of pdx86/for-next.
On Mon, 11 Mar 2024, Ilpo Järvinen wrote: > On Sun, 10 Mar 2024, Gergo Koteles wrote: > > > This patch series adds a new KEY_REFRESH_RATE_TOGGLE input event code > > and maps the Fn + R key to it in the ideapad-laptop driver. > > > > It affects two WMI keycodes. I couldn't try the 0x0a. > > > > Regards, > > Gergo > > > > Changes in v2: > > - use KEY_REFRESH_RATE_TOGGLE instead of KEY_FN_R > > > > [1]: https://lore.kernel.org/all/cover.1708399689.git.soyer@irl.hu/ > > > > Gergo Koteles (2): > > Input: allocate keycode for Display refresh rate toggle > > platform/x86: ideapad-laptop: map Fn + R key to > > KEY_REFRESH_RATE_TOGGLE > > As mentioned in the other thread, please redo this on top of > pdx86/for-next. Nevermind, I replaced the original patches with these two.