Home
last modified time | relevance | path

Searched hist:"2 ec739db5b8d079ca9e21db79b9015bb5ec6e4de" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/input/
H A Di8042.c2ec739db5b8d079ca9e21db79b9015bb5ec6e4de Wed Nov 11 17:05:41 UTC 2015 Simon Glass <sjg@chromium.org> input: i8042: Convert to use the input library

At present the i8042 driver has its own logic and keymaps. In an effort to
unify the code, move it over to use the input library. This changes most of
the keycode-processing logic since it is now in that library. The main
responsibilities of the driver are now to handle the LEDs, deal with the
PS/2 extended keycodes and initialise the the keyboard.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>