Skip to content
Commit f9705fcb authored by Nicolas Bellido's avatar Nicolas Bellido Committed by Dmitry Torokhov
Browse files

Input: add driver for keyboard on AAED-2000 development board (ARM)



The keyboard is connected via GPIOs to the processor, and scanned
using a column sample register. The hardware provides no debouncing
mechanism, so the state of the keys is read KBDSCAN_STABLE_COUNT
times before being reported to the input layer.

The status of the keys needs to be polled because there is no
interrupt hooked to the lines. A workqueue is used for this.

Signed-off-by: default avatarNicolas Bellido Y Ortega <ml@acolin.be>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 153a9df0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment