mbox series

[v2,0/4] Add 4 new keycodes and use them for 4 new hotkeys on new Lenovo Thinkpads

Message ID 20200908135147.4044-1-hdegoede@redhat.com
Headers show
Series Add 4 new keycodes and use them for 4 new hotkeys on new Lenovo Thinkpads | expand

Message

Hans de Goede Sept. 8, 2020, 1:51 p.m. UTC
Hi All,

Here is a v2 of my series to get a couple of new hotkeys, and matching
thinkpad_acpi hkey event codes seen on the last 2 generations of
Thinkpads supported.

New in this version that Lenovo got back to me and explained that the 0x1316
hkey event belongs to Fn + right Shift, so that is mapped now too.

Since these make both include/uapi/linux/input-event-codes.h and
drivers/platform/x86 changes one open question with this series is how to
merge it.

Dmitry, for v1 of this series you suggested you could merge them all
through the input tree ? Andy, one of the drivers/platform/x86 maintainers
gave his Acked-by for this:

Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>

Alternatively the entire series could be merged through the
linux-platform-drivers-x86 repo:

https://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git/shortlog/refs/heads/review-andy

Regards,

Hans