aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2012-05-01USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: input: acecad.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: input: bcm5974.c: fix up dev_err() usageGreg Kroah-Hartman1-5/+5
2012-05-01USB: input: appletouch.c: fix up dev_err() usageGreg Kroah-Hartman1-13/+11
2012-05-01USB: input: yealink.c: fix up dev_err() usageGreg Kroah-Hartman1-5/+5
2012-05-01USB: input: powermate.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: input: keyspan_remote.c: fix up dev_err() usageGreg Kroah-Hartman1-5/+5
2012-05-01USB: input: cm109.c: fix up dev_err() usageGreg Kroah-Hartman1-6/+6
2012-05-01USB: input: xpad.c: fix up dev_err() usageGreg Kroah-Hartman1-2/+2
2012-05-01USB: input: joystick: iforce: fix up dev_err() usagesGreg Kroah-Hartman2-2/+2
2012-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2012-04-29Input: add support for DA9052/53 touch screen controllerAshish Jangam3-0/+388
2012-04-29Input: usbtouchscreen - only expose e2i configure option in expert modeShawn Landden1-1/+2
2012-04-29Input: usbtouchscreen - fix typoShawn Landden1-1/+1
2012-04-29Input: wacom - add 0xE5 (MT device) supportPing Cheng4-45/+157
2012-04-29Input: wacom - retrieve maximum number of touch pointsPing Cheng3-24/+65
2012-04-27Input: pxa27x_keypad add choice to set direct_key_maskChao Xie1-1/+8
2012-04-27Input: pxa27x_keypad direct key may be low activeChao Xie1-1/+9
2012-04-27Input: pxa27x_keypad bug fix for direct_key_maskChao Xie1-1/+1
2012-04-27Input: pxa27x_keypad keep clock on as wakeup sourceChao Xie1-12/+21
2012-04-25USB: usbtouchscreen.c: remove err() usageGreg Kroah-Hartman1-4/+6
2012-04-25USB: wacom_sys.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-25USB: kbtab.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-25USB: gtco.c: remove err() usageGreg Kroah-Hartman1-10/+11
2012-04-25USB: aiptek.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-25USB: acecad.c: remove err() usageGreg Kroah-Hartman1-2/+4
2012-04-25USB: bcm5974.c: remove err() usageGreg Kroah-Hartman1-6/+6
2012-04-25USB: appletouch.c: remove err() usageGreg Kroah-Hartman1-11/+14
2012-04-25USB: yealink.c: remove err() usageGreg Kroah-Hartman1-6/+13
2012-04-25USB: powermate.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-25USB: keyspan_remote.c: remove err() usageGreg Kroah-Hartman1-5/+14
2012-04-25USB: cm109.c: remove err() usageGreg Kroah-Hartman1-10/+17
2012-04-25USB: xpad.c: remove err() usageGreg Kroah-Hartman1-4/+7
2012-04-25USB: iforce: remove err() usageGreg Kroah-Hartman3-6/+12
2012-04-23Input: aiptek - adjust error-handling code labelJulia Lawall1-1/+1
2012-04-23Input: lpc32xx_ts - fix device tree compatible stringRoland Stigge1-1/+1
2012-04-23Input: atkbd - fix language in a printed messageJesper Juhl1-1/+1
2012-04-21Input: use module_pci_driverAxel Lin3-39/+5
2012-04-21Merge commit 'v3.4-rc4' into nextDmitry Torokhov33-98/+202
2012-04-20Input: serio_raw - ensure we don't block in non-blocking readDmitry Torokhov1-18/+25
2012-04-20Input: tc3589x-keypad - remove unnecessary checksDmitry Torokhov1-12/+8
2012-04-20Input: cma3000-d0x - remove unneeded checksDmitry Torokhov1-1/+1
2012-04-20Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov1-23/+30
2012-04-20Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov1-13/+10
2012-04-20Input: matrix-keypad - fix 'duplicate const' sparse warningDmitry Torokhov1-6/+4
2012-04-20Input: lpc32xx_ts - add device tree supportRoland Stigge1-0/+10
2012-04-20Input: synaptics - fix regression with "image sensor" trackpadsBenjamin Herrenschmidt1-1/+2
2012-04-16mfd: Convert twl6040 to i2c driver, and separate it from twl corePeter Ujfalusi2-4/+3
2012-04-16Input: Kconfig: remove dependency for atmel_tsadcc driverNicolas Ferre1-2/+2
2012-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-13/+28