aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* input: gpio_input: send input_sync after reporting keysJeff Brown2011-06-141-0/+8
* input: gpio_matrix: send input_sync after reporting keysJeff Brown2011-06-141-0/+9
* input: misc: gpio_matrix: Fix irq call for 2.6.39Colin Cross2011-06-141-1/+1
* input: keyreset: Only print message for default handlerColin Cross2011-06-141-1/+1
* input: evdev: Add missing wake_lock_destroyBenoit Goby2011-06-141-0/+1
* input: keyreset: Allow reset function to be overridenColin Cross2011-06-141-2/+11
* input: gpio_event: make driver be more robust against incorrectly configured ...Dima Zavin2011-06-141-1/+10
* Input: gpio_event: Don't call gpio_cansleep before gpio_request.Arve Hjønnevåg2011-06-141-6/+6
* drivers: input: misc: Fix section mismatch warningDmitry Shmidt2011-06-141-1/+1
* Input: synaptics_i2c_rmi: Add irqflags to platform data struct to pass them t...Rebecca Schultz Zavin2011-06-141-1/+4
* Input: synaptics_i2c_rmi: Send new multi touch eventsArve Hjønnevåg2011-06-141-0/+25
* Input: synaptics_i2c_rmi: Add sensitivity adjust option.Arve Hjønnevåg2011-06-141-0/+7
* Input: synaptics_i2c_rmi: Add support for panels with has-no-relative-data pr...Arve Hjønnevåg2011-06-141-3/+12
* Input: synaptics_i2c_rmi: Driver for Synaptics Touchscreens using RMI over I2C.Arve Hjønnevåg2011-06-143-0/+638
* input: keychord: Add keychord driverMike Lockwood2011-06-143-0/+399
* input: Add keyreset driver.Arve Hjønnevåg2011-06-143-0/+240
* Input: gpio_input: disable_irq -> disable_irq_nosyncArve Hjønnevåg2011-06-142-4/+2
* Input: gpio_event: Allow multiple input devices per gpio_event deviceArve Hjønnevåg2011-06-145-65/+152
* Input: gpio_input: Fix keys with keycode 0x100-0x1ffArve Hjønnevåg2011-06-141-3/+2
* Input: Generic GPIO Input device.Arve Hjønnevåg2011-06-147-0/+1247
* input: evdev: Use unique wakelock namesMike Chan2011-06-141-1/+4
* Input: Use monotonic time for event time stamps.Arve Hjønnevåg2011-06-141-1/+4
* Input: Hold wake lock while event queue is not empty.Arve Hjønnevåg2011-06-141-0/+7
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-8/+2
* input: Add support for Qualcomm PMIC8XXX power keyTrilok Soni2011-05-263-0/+243
* input: Add Qualcomm pm8xxx keypad controller driverTrilok Soni2011-05-263-0/+811
* mfd: Use mfd cell platform_data for twl4030 codec cells platform bitsSamuel Ortiz2011-05-261-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-251-1/+1
|\
| * arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-121-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-05-2428-328/+1791
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2011-05-2458-392/+1932
| |\ \
| | * | Input: ADP5589 - new driver for I2C Keypad Decoder and I/O ExpanderMichael Hennerich2011-05-193-0/+782
| | * | Input: tsc2007 - add X, Y and Z fuzz factors to platform dataThierry Reding2011-05-171-3/+4
| | * | Input: tsc2007 - add poll_period parameter to platform dataThierry Reding2011-05-171-3/+3
| | * | Input: tsc2007 - add poll_delay parameter to platform dataThierry Reding2011-05-171-2/+3
| | * | Input: tsc2007 - add max_rt parameter to platform dataThierry Reding2011-05-171-1/+3
| | * | Input: tsc2007 - debounce pressure measurementThierry Reding2011-05-171-1/+3
| | * | Input: ad714x - fix captouch wheel option algorithmMichael Hennerich2011-05-161-90/+19
| | * | Input: ad714x - allow platform code to specify irqflagsMichael Hennerich2011-05-161-1/+3
| | * | Input: ad714x - fix threshold and completion interrupt masksMichael Hennerich2011-05-161-4/+4
| | * | Input: ad714x - fix up input configurationMichael Hennerich2011-05-161-0/+8
| | * | Input: elantech - remove support for proprietary X driverÉric Piel2011-05-161-12/+0
| | * | Input: elantech - report multitouch with proper ABS_MT messagesÉric Piel2011-05-161-5/+34
| | * | Input: elantech - export pressure and width when supportedÉric Piel2011-05-162-1/+28
| | * | Input: atmel_tsadcc - correct call to input_free_deviceJulia Lawall2011-05-141-1/+1
| | * | Input: add driver FSL MPR121 capacitive touch sensorZhang Jiejing2011-05-123-0/+352
| | * | Input: remove useless synchronize_rcu() callsEric Dumazet2011-05-124-5/+0
| | * | Input: ads7846 - fix gpio_pendown configurationIgor Grinberg2011-05-121-0/+7
| | * | Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein2011-05-121-8/+11
| | * | Input: rotary-encoder - add support for half-period encodersJohan Hovold2011-05-121-3/+39