aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Input: Add Synaptics NavPoint (PXA27x SSP/SPI) driverPaul Parsons3-0/+382
2012-05-10Input: atmel_mxt_ts - dump each message on just 1 lineDaniel Kurtz1-9/+5
2012-05-10Input: atmel_mxt_ts - do not read extra (checksum) byteDaniel Kurtz1-2/+0
2012-05-10Input: atmel_mxt_ts - verify object size in mxt_write_objectDaniel Kurtz1-1/+1
2012-05-10Input: atmel_mxt_ts - only allow root to update firmwareDaniel Kurtz1-2/+2
2012-05-10Input: atmel_mxt_ts - use CONFIG_PM_SLEEPDaniel Kurtz1-8/+3
2012-05-10Input: sentelic - report device's production serial numberTai-hwa Liang2-4/+38
2012-05-10Input: tl6040-vibra - Device Tree supportPeter Ujfalusi1-11/+35
2012-05-10Merge tag 'v3.5-soc' of git://gitorious.org/linux-davinci/linux-davinci into next/driversOlof Johansson1-1/+2
2012-05-09Merge tag 'v3.4-rc6' into next/cleanupOlof Johansson1-1/+2
2012-05-07Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman1-1/+2
2012-05-04USB: input: appletouch: fix up compiler warningGreg Kroah-Hartman1-1/+0
2012-05-04USB: input: usbtouchscreen.c: fix up dev_* messagesGreg Kroah-Hartman1-15/+14
2012-05-04USB: input: wacom_sys.c: fix up dev_* messagesGreg Kroah-Hartman1-2/+2
2012-05-04USB: input: kbtab.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+7
2012-05-04USB: input: gtco.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+5
2012-05-04USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman1-8/+9
2012-05-04USB: input: acecad.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+6
2012-05-04USB: input: bcm5974.c: fix up dev_* messagesGreg Kroah-Hartman1-11/+11
2012-05-04USB: input: appletouch.c: fix up dev_* messagesGreg Kroah-Hartman1-12/+15
2012-05-04USB: input: yealink.c: fix up dev_* messagesGreg Kroah-Hartman1-8/+10
2012-05-04USB: input: powermate.c: fix up dev_* messagesGreg Kroah-Hartman1-1/+3
2012-05-04USB: input: keyspan_remote.c: fix up dev_* messagesGreg Kroah-Hartman1-7/+7
2012-05-04USB: input: cm109.c: fix up dev_* messagesGreg Kroah-Hartman1-10/+10
2012-05-04USB: input: xpad.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+5
2012-05-04USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman3-5/+7
2012-05-02Merge tag 'imx-cleanup' of git://git.pengutronix.de/git/imx/linux-2.6 into next/cleanupArnd Bergmann2-4/+3
2012-05-02Input: evdev - properly handle read/write with count 0Dmitry Torokhov1-23/+38
2012-05-02Input: evdev - properly access RCU-protected 'grab' dataDmitry Torokhov1-3/+5
2012-05-02Input: mpu3050 - set IRQF_ONESHOT when requesting the interruptStephen Warren1-1/+1
2012-05-02Input: serio_raw - signal EFAULT even if read/write partially succeedsDmitry Torokhov1-15/+18
2012-05-02Input: wacom - use dev_xxx() instead of naked printk()s and dbg()sDmitry Torokhov2-17/+27
2012-05-02Input: wacom - return proper error if usb_get_extra_descriptor() failsDmitry Torokhov1-5/+6
2012-05-02Input: wacom - fix sparse warningDmitry Torokhov1-2/+2
2012-05-01USB: usbtouchscreen.c: remove dbg() usageGreg Kroah-Hartman1-26/+42
2012-05-01USB: kbtab.c: remove dbg() usageGreg Kroah-Hartman1-2/+4
2012-05-01USB: gtco.c: remove dbg() usageGreg Kroah-Hartman1-42/+45
2012-05-01USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman1-9/+13
2012-05-01USB: acecad.c: remove dbg() usageGreg Kroah-Hartman1-2/+4
2012-05-01USB: bcm5974.c: remove dbg() usageGreg Kroah-Hartman1-6/+10
2012-05-01USB: appletouch.c: remove dbg() usageGreg Kroah-Hartman1-7/+11
2012-05-01USB: yealink.c: remove dbg() usageGreg Kroah-Hartman1-4/+6
2012-05-01USB: powermate.c: remove dbg() usageGreg Kroah-Hartman1-4/+6
2012-05-01USB: xpad.c: remove dbg() usageGreg Kroah-Hartman1-11/+19
2012-05-01USB: iforce: remove dbg() usageGreg Kroah-Hartman2-8/+12
2012-05-01USB: wacom: remove dbg() usageGreg Kroah-Hartman2-9/+17
2012-05-01USB: input: usbtouchscreen.c: fix up dev_err() usageGreg Kroah-Hartman1-2/+2
2012-05-01USB: input: wacom_sys.c: fix up dev_err() usageGreg Kroah-Hartman1-2/+2
2012-05-01USB: input: kbtab.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: input: gtco.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1