summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: add imx-keypad driver to support the IMX Keypad PortAlberto Panizzo2010-02-013-0/+604
* Input: implement input filtersDmitry Torokhov2010-01-301-7/+34
* Input: uinput - remove BKL from uinput_open functionThadeu Lima de Souza Cascardo2010-01-301-3/+0
* Input: wm97xx - provide coordinate logs for accelerated I/OMark Brown2010-01-292-0/+6
* Input: xpad - add rumble support for original xbox controllerBenjamin Valentin2010-01-251-16/+37
* Input: xilinx_ps2 - use resource_sizeTobias Klauser2010-01-251-2/+2
* Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-2229-203/+306
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-01-1512-102/+207
| |\
| | * Input: sentelic - fix left/right horizontal scroll mappingTai-hwa Liang2010-01-131-3/+3
| | * Input: pmouse - move Sentelic probe down the listTai-hwa Liang2010-01-131-13/+15
| | * Input: add compat support for sysfs and /proc capabilities outputDmitry Torokhov2010-01-121-15/+71
| | * Input: i8042 - add Dritek quirk for Acer Aspire 5610.Elliott Sales de Andrade2010-01-111-0/+7
| | * Input: xbox - do not use GFP_KERNEL under spinlockDmitry Torokhov2010-01-101-2/+2
| | * Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake2010-01-073-1/+19
| | * Input: bcm5974 - report ABS_MT eventsHenrik Rydberg2010-01-061-1/+43
| | * Input: davinci_keyscan - add device_enable method to platform dataMiguel Aguilar2010-01-061-0/+8
| | * Input: evdev - be less aggressive about sending SIGIO notifiesAdam Jackson2010-01-061-1/+2
| | * Input: atkbd - fix canceling event_work in disconnectDmitry Torokhov2010-01-061-2/+8
| | * Input: serio - fix potential deadlock when unbinding driversEric W. Biederman2010-01-062-63/+28
| | * Input: gf2k - fix &&/|| confusion in gf2k_connect()Roel Kluin2010-01-021-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-3114-96/+94
| |\|
| | * Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2009-12-302-0/+4
| | * Input: twl4030-pwrbutton - switch to using threaded IRQFelipe Balbi2009-12-301-12/+2
| | * Input: twl4030_keypad - switch to using threaded IRQFelipe Balbi2009-12-301-9/+2
| | * Input: lifebook - add CONFIG_DMI dependencyDmitry Torokhov2009-12-302-3/+1
| | * Input: wistron - fix test for CONFIG_PMRakib Mullick2009-12-301-1/+1
| | * Input: psmouse - fix compile warning in hgpk moduleRené Bolldorf2009-12-301-1/+0
| | * Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov2009-12-251-7/+22
| | * Input: iforce - fix oops on device disconnectDmitry Torokhov2009-12-253-44/+12
| | * Input: ff-memless - add notion of direction to for rumble effectsJari Vanhala2009-12-251-0/+36
| | * Input: ff-memless - another fix for signed to unsigned overflowDmitry Torokhov2009-12-251-3/+3
| | * Input: ff-memless - start playing FF effects immediatelyJari Vanhala2009-12-251-4/+2
| | * Input: serio - do not mark kseriod freezable anymoreDmitry Torokhov2009-12-251-9/+2
| | * Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2009-12-252-3/+7
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-1619-372/+1111
| |\|
| * | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-155-5/+5
* | | Input: sh_keysc - add mode 4 and mode 5 supportMagnus Damm2010-01-211-3/+3
* | | Input: ADP5588 - add support for ADP5587 devicesMichael Hennerich2010-01-192-4/+6
* | | Input: ep93xx_keypad - cleanup and use matrix_keypad helpersH Hartley Sweeten2010-01-131-25/+15
* | | Input: make USB device ids constantMárton Németh2010-01-112-2/+2
* | | Input: xen-kbdfront - make xenbus device ids constantMárton Németh2010-01-101-1/+1
* | | Input: ns558 - make pnp device ids constantMárton Németh2010-01-101-1/+1
* | | Input: make PCI device ids constantMárton Németh2010-01-103-3/+3
* | | Input: xilinx_ps2 - make Open Firmware device ids constantMárton Németh2010-01-101-1/+1
* | | Input: make i2c device ids constantMárton Németh2010-01-103-3/+3
* | | Input: elo - switch to using dev_xxx() when printing messagesDmitry Torokhov2010-01-071-105/+120
* | | Input: atkbd - switch to dev_err() and friendsDmitry Torokhov2010-01-071-137/+146
* | | Input: psmouse - remove unused 'autocal' parameter from hgpk protocolDmitry Torokhov2010-01-061-4/+0
* | | Input: cleanse capabilities bits before registering deviceDmitry Torokhov2010-01-061-0/+22
* | | Input: automatically reset KEY_RESERVED bit for all input devicesDmitry Torokhov2010-01-061-4/+10