Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-09 | Input: make i2c device ids constant | Márton Németh | |
The id_table field of the struct i2c_driver is defined as constant in <linux/i2c.h> so it makes sense to mark the initialization data also constant. Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> | |||
2009-09-22 | Input: add driver for Atmel AT42QT2160 Sensor Chip | Raphael Derosso Pereira | |
This version only supports individual cells (no slide support yet). The code has been tested on proprietary development ARM board, but should work fine on other machines. Signed-off-by: Raphael Derosso Pereira <raphaelpereira@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> |