[U-Boot] [PATCH v4 08/10] tegra: Add tegra keyboard driver
Stephen Warren
swarren at wwwdotorg.org
Mon Apr 23 23:07:56 CEST 2012
On 04/17/2012 01:01 PM, Simon Glass wrote:
> Add support for internal matrix keyboard controller for Nvidia Tegra
> platforms. This driver uses the fdt decode function to obtain its key
> codes.
> + KBC_REPEAT_RATE_MS = 30,
> + KBC_REPEAT_DELAY_MS = 240,
At least the repeat delay is in device tree, and perhaps repeat rate
should be added to it?
More information about the U-Boot
mailing list