mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
f9705fcb98
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: Nicolas Bellido Y Ortega <ml@acolin.be> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> |
||
---|---|---|
.. | ||
aaed2000_kbd.c | ||
amikbd.c | ||
atkbd.c | ||
corgikbd.c | ||
hil_kbd.c | ||
hilkbd.c | ||
hpps2atkbd.h | ||
Kconfig | ||
lkkbd.c | ||
locomokbd.c | ||
Makefile | ||
maple_keyb.c | ||
newtonkbd.c | ||
omap-keypad.c | ||
spitzkbd.c | ||
stowaway.c | ||
sunkbd.c | ||
xtkbd.c |