summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/aaed2000_kbd.c
Commit message (Collapse)AuthorAgeFilesLines
* Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+2
| | | | | | | | In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov2007-04-121-3/+3
| | | | | | Use input_get_drvdata() and input_set_drvdata() instead. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: add driver for keyboard on AAED-2000 development board (ARM)Nicolas Bellido2006-11-241-0/+203
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>
OpenPOWER on IntegriCloud