[PATCH v2 0/2] Input: cros_ec_keyb: add function key support

Fabio Baltieri posted 2 patches 1 month, 2 weeks ago
There is a newer version of this series
.../bindings/input/google,cros-ec-keyb.yaml   |  25 ++++
drivers/input/keyboard/cros_ec_keyb.c         | 120 +++++++++++++++---
2 files changed, 129 insertions(+), 16 deletions(-)
[PATCH v2 0/2] Input: cros_ec_keyb: add function key support
Posted by Fabio Baltieri 1 month, 2 weeks ago
Hi, v2 of the cros-ec-keyb fn key support, reworked the whole
configuration to use an overlay map doubling the row key size as
suggested and handled other comments.

Changes from v1:
  - change struct to short types
  - refactored the fn key handling in its own function
  - changed props to use the google, prefix
  - reworked the properties to use an overlay map rather than a
    dedicated one

Fabio Baltieri (2):
  Input: cros_ec_keyb - add function key support
  dt-bindings: google,cros-ec-keyb: add use-fn-overlay prop

 .../bindings/input/google,cros-ec-keyb.yaml   |  25 ++++
 drivers/input/keyboard/cros_ec_keyb.c         | 120 +++++++++++++++---
 2 files changed, 129 insertions(+), 16 deletions(-)

-- 
2.52.0.351.gbe84eed79e-goog