Hi, On Fri, Dec 4, 2020 at 4:48 PM Stephen Boyd <swboyd@xxxxxxxxxxxx> 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 <dmitry.torokhov@xxxxxxxxx> > Cc: Benson Leung <bleung@xxxxxxxxxxxx> > Cc: Guenter Roeck <groeck@xxxxxxxxxxxx> > Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> > --- > 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 <dianders@xxxxxxxxxxxx> 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