summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Input: tsc2007 - add X, Y and Z fuzz factors to platform dataThierry Reding1-3/+4
2011-05-17Input: tsc2007 - add poll_period parameter to platform dataThierry Reding1-3/+3
2011-05-17Input: tsc2007 - add poll_delay parameter to platform dataThierry Reding1-2/+3
2011-05-17Input: tsc2007 - add max_rt parameter to platform dataThierry Reding1-1/+3
2011-05-17Input: tsc2007 - debounce pressure measurementThierry Reding1-1/+3
2011-05-17Input: ad714x - fix captouch wheel option algorithmMichael Hennerich1-90/+19
2011-05-17Input: ad714x - allow platform code to specify irqflagsMichael Hennerich1-1/+3
2011-05-17Input: ad714x - fix threshold and completion interrupt masksMichael Hennerich1-4/+4
2011-05-17Input: ad714x - fix up input configurationMichael Hennerich1-0/+8
2011-05-17Input: elantech - remove support for proprietary X driverÉric Piel1-12/+0
2011-05-17Input: elantech - report multitouch with proper ABS_MT messagesÉric Piel1-5/+34
2011-05-17Input: elantech - export pressure and width when supportedÉric Piel2-1/+28
2011-05-15Input: atmel_tsadcc - correct call to input_free_deviceJulia Lawall1-1/+1
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf1-1/+1
2011-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-3/+10
2011-05-12Input: add driver FSL MPR121 capacitive touch sensorZhang Jiejing3-0/+352
2011-05-12Input: remove useless synchronize_rcu() callsEric Dumazet4-5/+0
2011-05-12Input: ads7846 - fix gpio_pendown configurationIgor Grinberg1-0/+7
2011-05-12Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein1-8/+11
2011-05-12Input: rotary-encoder - add support for half-period encodersJohan Hovold1-3/+39
2011-05-12Input: rotary-encoder - refactor and clean upJohan Hovold1-33/+44
2011-05-12Input: tegra-kbc - change wakeup logic to be all or nothingRakesh Iyer1-22/+2
2011-05-05Input: ads7846 - remove unused variable from struct ads7845_ser_reqAlexander Stein1-1/+0
2011-05-05Input: ads7846 - make transfer buffers DMA safeAlexander Stein1-2/+10
2011-05-05Input: ati_remote2 - return the error code from sysfs channel_mask storeVille Syrjala1-3/+6
2011-05-05Input: sh_keysc - only compile PM code if PM is enabledDmitry Torokhov1-4/+4
2011-05-03Input: h3600_ts_input - fix a leak of the IRQ during init failureAxel Lin1-4/+4
2011-05-03Input: sh_keysc - make sh_keysc_device_driver staticDmitry Torokhov1-1/+1
2011-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-11/+64
2011-04-28Input: sh_keysc - switch to threaded IRQ handlerMagnus Damm1-1/+2
2011-04-28Input: sh_keysc - implement runtime PM supportMagnus Damm1-25/+15
2011-04-28Input: input-polldev - use system-wide freezable workqueueDmitry Torokhov1-53/+3
2011-04-28Input: tegra-kbc - add ghost key filterRakesh Iyer1-0/+36
2011-04-28Input: wm831x-ts - move BTN_TOUCH reporting to data transferMark Brown1-3/+2
2011-04-28Input: wm831x-ts - allow IRQ flags to be specifiedMark Brown1-3/+13
2011-04-28Input: wm831x-ts - fix races with IRQ managementMark Brown1-5/+49
2011-04-28Input: twl4030-pwrbutton - fix a leak of the IRQ during init failureAxel Lin1-1/+1
2011-04-28Input: omap-keypad - fix a wrong free_irq() parameterAxel Lin1-3/+3
2011-04-28Input: qt1070 - add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2011-04-27Input: evdev - only signal polls on full packetsJeff Brown1-6/+11
2011-04-23Merge commit 'v2.6.39-rc4' into nextDmitry Torokhov54-265/+611
2011-04-23tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+8
2011-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-22/+87
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown1-0/+40
2011-04-13Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown1-12/+21
2011-04-13Input: atmel_mxt_ts - convert to MT protocol BJoonyoung Shim1-12/+15
2011-04-13Input: atmel_mxt_ts - make CHG line high after enabling interruptsIiro Valkonen1-4/+8
2011-04-13Input: atmel_mxt_ts - support 12bit resolutionJoonyoung Shim1-14/+39
2011-04-12Input: add driver for Maxim max11801 touchscreen controllerZhang Jiejing3-0/+285