summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2011-12-09input: touch: atmel_mxt_ts: sanity check pressure valueVarun Wadekar
2011-11-30Input: synaptics_i2c_rmi: Correct 2nd multi touch removingJoshua Cha
2011-11-30atmel: touch: Fix build error when PM_SLEEP is not selectedScott Williams
2011-11-30input: touch: atmel_mxt_ts: Prevent double suspend/resume.Robert Collins
2011-11-30Input: atmel_mxt_ts: add early suspend/resume functionalityRobert Collins
2011-11-30Merge branch 'korg-android-tegra-3.1' into after-upstream-androidDan Willemsen
2011-11-30input: touch: atmel_mxt_ts: Add SysFS interface to slow down scanning.Robert Collins
2011-11-30input: touch: atmel_mxt_ts: Disable TS power during LP0.Robert Collins
2011-11-30input: touch: atmel_mxt_ts: Updated to new Atmel touch driver.Robert Collins
2011-11-30gcov-kernel: Add GCOV_KERNEL := y to MakefilesJuha Tukkinen
2011-11-30input: tegra: kbc: Board param for scan countLaxman Dewangan
2011-11-30input: keyboard: Set configuration registersShridhar Rasal
2011-11-30input: touch: atmel_mxt_ts: Prevent touchscreen from becoming unresponsive in...Joel Kenny
2011-11-30HACK Revert "Input: tegra-kbc - change wakeup logic to be all or nothing"Dan Willemsen
2011-11-30input: touch: atmel_mxt_ts: Prevent boot and resume hangs.Robert Collins
2011-11-30Input: atmel_mxt_touch: NVIDIA touch customizationRobert Collins
2011-11-30Input: atmel_mxt_ts: Atmel customizations to touch.Robert Collins
2011-11-30input: interrupt_key: Reporting release event after timeoutLaxman Dewangan
2011-11-30Update copyrightsScott Williams
2011-11-30input: keyboard: Adding keys support through interrupt linesLaxman Dewangan
2011-11-30input: gpio-keys: report wakeup key on resumeNitin Kumbhar
2011-11-30[ARM] tegra: gpio based scrollwheel driverSachin Nikam
2011-11-30panjit_touch: add early suspend support to panjit I2C touchscreenGary King
2011-11-30Merge branch 'korg-android-3.1' into korg-android+linux-tegra-3.1Dan Willemsen
2011-11-30input: gpio_input: don't print debounce message unless flag is setDima Zavin
2011-11-30input: evdev: do not block waiting for an event if fd is nonblockDima Zavin
2011-11-30input: evdev: if no events and non-block, return EAGAIN not 0Dima Zavin
2011-11-30input: evdev: only allow reading events if a full packet is presentDima Zavin
2011-11-30input: misc: gpio; make wake irq conditional, and disable on remove pathsMike J. Chen
2011-11-30input: gpio_input: send input_sync after reporting keysJeff Brown
2011-11-30input: gpio_matrix: send input_sync after reporting keysJeff Brown
2011-11-30input: misc: gpio_matrix: Fix irq call for 2.6.39Colin Cross
2011-11-30input: keyreset: Only print message for default handlerColin Cross
2011-11-30input: evdev: Add missing wake_lock_destroyBenoit Goby
2011-11-30input: keyreset: Allow reset function to be overridenColin Cross
2011-11-30input: gpio_event: make driver be more robust against incorrectly configured ...Dima Zavin
2011-11-30Input: gpio_event: Don't call gpio_cansleep before gpio_request.Arve Hjønnevåg
2011-11-30drivers: input: misc: Fix section mismatch warningDmitry Shmidt
2011-11-30Input: synaptics_i2c_rmi: Add irqflags to platform data struct to pass them t...Rebecca Schultz Zavin
2011-11-30Input: synaptics_i2c_rmi: Send new multi touch eventsArve Hjønnevåg
2011-11-30Input: synaptics_i2c_rmi: Add sensitivity adjust option.Arve Hjønnevåg
2011-11-30Input: synaptics_i2c_rmi: Add support for panels with has-no-relative-data pr...Arve Hjønnevåg
2011-11-30Input: synaptics_i2c_rmi: Driver for Synaptics Touchscreens using RMI over I2C.Arve Hjønnevåg
2011-11-30input: keychord: Add keychord driverMike Lockwood
2011-11-30input: Add keyreset driver.Arve Hjønnevåg
2011-11-30Input: gpio_input: disable_irq -> disable_irq_nosyncArve Hjønnevåg
2011-11-30Input: gpio_event: Allow multiple input devices per gpio_event deviceArve Hjønnevåg
2011-11-30Input: gpio_input: Fix keys with keycode 0x100-0x1ffArve Hjønnevåg
2011-11-30Input: Generic GPIO Input device.Arve Hjønnevåg
2011-11-30input: evdev: Use unique wakelock namesMike Chan