summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+3
* Input: gpio-keys - use IRQF_SHAREDDmitry Eremin-Solenikov2009-11-031-0/+1
* Input: winbond-cir - select LEDS_TRIGGERSDavid Härdeman2009-11-031-0/+1
* Input: i8042 - try to get stable CTR value when initializingDmitry Torokhov2009-11-031-7/+28
* Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov2009-11-0325-16/+2278
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-115-0/+5
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-10-097-12/+27
| |\
| * | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-055-0/+5
| * | drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton2009-10-021-1/+1
| * | input: fix build failures caused by Kconfig Winbond WPCD376I Consumer IR hard...Ingo Molnar2009-09-241-0/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-2417-79/+1828
| |\ \
| * \ \ Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-09-231-0/+3
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2009-09-2378-1770/+6864
| | |\ \ \
| | * | | | wm97xx-core: Pass platform_data to batteryMarek Vasut2009-09-041-0/+3
| * | | | | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-233-0/+3
| | |/ / / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
| |\ \ \ \
| | * | | | trivial: fix typo s/ketymap/keymap/ in commentThadeu Lima de Souza Cascardo2009-09-211-1/+1
| * | | | | input: add a driver for the Winbond WPCD376I Consumer IR hardwareDavid Härdeman2009-09-223-0/+1631
| |/ / / /
| * | | | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-09-181-0/+3
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-09-1663-1548/+3736
| | |\ \ \ \
| | * | | | | sh: add kycr2_delay for sh_keyscKuninori Morimoto2009-09-151-0/+3
| * | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2009-09-187-0/+611
| |\ \ \ \ \ \
| | * | | | | | input: PCAP2 misc input driverDaniel Ribeiro2009-09-173-0/+156
| | * | | | | | input: PCAP2 based touchscreen driverDaniel Ribeiro2009-09-173-0/+281
| | * | | | | | input: Add support for the WM831x ON pinMark Brown2009-09-173-0/+174
| * | | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-181-11/+11
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren2009-08-281-11/+11
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-161-1/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* | | | | | | | Input: atkbd - add a quirk for OQO 01+ multimedia keysJamie Lentin2009-10-221-0/+36
* | | | | | | | Input: hp_sdc_rtc - fix test in hp_sdc_rtc_read_rt()Roel Kluin2009-10-181-1/+1
* | | | | | | | Input: atkbd - consolidate force release quirks for volume keysHerton Ronaldo Krzesinski2009-10-181-37/+14Star
* | | | | | | | Input: logips2pp - model 73 is actually TrackMan FXDmitry Torokhov2009-10-181-1/+1
* | | | | | | | Input: i8042 - add Sony Vaio VGN-FZ240E to the nomux listDmitry Torokhov2009-10-181-0/+11
* | | | | | | | Input: fix locking issue in /proc/bus/input/ handlersDmitry Torokhov2009-10-141-17/+48
* | | | | | | | Input: atkbd - postpone restoring LED/repeat rate at resumeDmitry Torokhov2009-10-141-4/+15
* | | | | | | | Input: atkbd - restore resetting LED state at startupDmitry Torokhov2009-10-131-0/+26
* | | | | | | | Input: i8042 - make pnp_data_busted variable boolean instead of intDmitry Torokhov2009-10-131-1/+1
* | | | | | | | Input: synaptics - add another Protege M300 to rate blacklistDmitry Torokhov2009-10-131-0/+10
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Input: i8042 - print debug data when testing AUX IRQ deliveryDmitry Torokhov2009-10-091-0/+3
* | | | | | | Input: libps2 - fix dependancy on i8042Dmitry Torokhov2009-10-061-6/+7
* | | | | | | Input: ad7879 - pass up error codes from probe functionsMichael Hennerich2009-10-061-2/+2
* | | | | | | Input: xpad - add BigBen Interactive XBOX 360 ControllerThomas Gruber2009-10-061-0/+2
* | | | | | | Input: rotary_encoder - fix relative axis supportH Hartley Sweeten2009-10-061-2/+2
* | | | | | | Input: sparkspkr - move remove() functions to .devexit.textUwe Kleine-König2009-10-061-2/+2
* | | | | | | Input: wistron_btns - add DMI entry for Medion WIM2030 laptopSebastian Frei2009-10-061-0/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Input: add driver for Atmel AT42QT2160 Sensor ChipRaphael Derosso Pereira2009-09-233-0/+408
* | | | | | Input: max7359 - use threaded IRQsDmitry Torokhov2009-09-221-35/+13Star
* | | | | | Input: add driver for Maxim MAX7359 key switch controllerKim Kyuwon2009-09-223-0/+364