Hi, On Fri, Dec 4, 2020 at 4:48 PM Stephen Boyd <[email protected]> wrote: > > Some cros ECs support a front proximity MKBP event via > 'EC_MKBP_FRONT_PROXIMITY'. Map this to the 'SW_FRONT_PROXIMITY' input > event code so it can be reported up to userspace. > > Cc: Dmitry Torokhov <[email protected]> > Cc: Benson Leung <[email protected]> > Cc: Guenter Roeck <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > --- > drivers/input/keyboard/cros_ec_keyb.c | 5 +++++ > include/linux/platform_data/cros_ec_commands.h | 1 + > 2 files changed, 6 insertions(+)
This seems really straightforward. Reviewed-by: Douglas Anderson <[email protected]> Given that it touches a header file owned by the Chrome OS maintainers and a driver owned by input, how should it land? One maintainer Acks and the other lands? -Doug

