summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/qt1070.c
Commit message (Collapse)AuthorAgeFilesLines
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
| | | | | | | | | This patch converts the drivers in drivers/input/* to use the module_i2c_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: qt1070 - remove obsolete cleanup for clientdataWolfram Sang2011-06-211-2/+0
| | | | | | | | | | A few new i2c-drivers came into the kernel which clear the clientdata pointer on exit or error. This is not required anymore since the core will do it for us. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: qt1070 - add MODULE_DEVICE_TABLEAxel Lin2011-04-271-0/+1
| | | | | | | | Adding the necessary MODULE_DEVICE_TABLE() information allows the driver to be automatically loaded by udev Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: add Atmel AT42QT1070 keypad driverBo Shen2011-03-131-0/+276
The AT42QT1070 QTouch sensor supports up to 7 keys. The driver has been tested on Atmel AT91SAM9M10-G45-EK board, and it should work fine on other platforms. Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
OpenPOWER on IntegriCloud