aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input/cros-ec-keyb.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-04-05input: Add ChromeOS EC keyboard driverSimon Glass1-0/+72
Use the key-matrix layer to interpret key scan information from the EC and inject input based on the FDT-supplied key map. This driver registers itself with the ChromeOS EC driver to perform communications. The matrix-keypad FDT binding is used with a small addition to control ghosting. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Luigi Semenzato <semenzato@chromium.org> Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>