aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/drivers/input
Commit message (Collapse)AuthorAgeFilesLines
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261-216/+0
| | | | SVN-Revision: 21952
* gpio_buttons: include slab.hLars-Peter Clausen2010-05-121-0/+1
| | | | | | Fixes build with 2.6.34 SVN-Revision: 21436
* kernel: change debounce logic in the gpio-buttons driverGabor Juhos2010-01-131-18/+24
| | | | | | * thanks to Nuno Gonçalves SVN-Revision: 19115
* deduplicate kernel source files from 2.6.30-2.6.32 by moving them to generic ↵Felix Fietkau2009-12-251-0/+209
| | | | | | files/ SVN-Revision: 18927
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-181-209/+0
| | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010
* modules/gpio-buttons: fix build error on older kernelsGabor Juhos2008-04-081-13/+16
| | | | SVN-Revision: 10771
* add a polled GPIO buttons input driverGabor Juhos2008-04-071-0/+206
SVN-Revision: 10766