aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2010-02-28Merge branch 'next' into for-linusDmitry Torokhov43-1112/+2776
2010-02-26Pull rmia32 into release branchTony Luck1-2/+0
2010-02-26Input: atkbd - release previously reserved keycodes 248 - 254Dmitry Torokhov1-11/+15
2010-02-25Input: ads7846 - add regulator supportGrazvydas Ignotas1-1/+27
2010-02-24Input: winbond-cir - fix suspend/resumeDavid Härdeman1-109/+104
2010-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-4/+10
2010-02-21Input: usbtouchscreen - extend coordinate range for Generaltouch devicesRoy Yin1-4/+4
2010-02-21Input: gamecon - use pr_err() and friendsDmitry Torokhov1-8/+10
2010-02-21Input: gamecon - constify some of the setup structuresDmitry Torokhov1-10/+10
2010-02-21Input: gamecon - simplify pad type handlingDmitry Torokhov1-79/+123
2010-02-21Input: gamecon - simplify coordinate calculation for PSXDmitry Torokhov1-4/+8
2010-02-21Input: gamecon - fix some formatting issuesDmitry Torokhov1-153/+194
2010-02-21Input: gamecon - add rumble support for N64 padsScott Moreau2-6/+120
2010-02-20Input: polldev can cause crash in case when polling disabledSamu Onkalo1-0/+6
2010-02-20Input: wacom - add device type to device name stringPing Cheng2-4/+15
2010-02-20Input: s3c24xx_ts - report touch only when stylus is downVasily Khoruzhick1-14/+16
2010-02-19Input: s3c24xx_ts - re-enable IRQ on resumeVasily Khoruzhick1-0/+1
2010-02-19Input: wacom - constify product features dataDmitry Torokhov1-63/+63
2010-02-19Input: wacom - use per-device instance of wacom_featuresJason Childs3-56/+78
2010-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+8
2010-02-18Input: i8042 - fix KBC jam during hibernateAlan Jenkins1-0/+8
2010-02-16Input: sh_keysc - enable building on SH-Mobile ARMMagnus Damm1-1/+1
2010-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+8
2010-02-10Input: wacom - get features from driver infoBastian Blank3-152/+205
2010-02-10Input: rotary-encoder - set gpio direction for each requested gpioAndrew Clayton1-0/+14
2010-02-10Input: sh_keysc - update the driver with mode 6Magnus Damm1-1/+2
2010-02-10Input: sh_keysc - switch to using bitmapsMagnus Damm1-25/+44
2010-02-10Input: sh_keysc - factor out hw access functionsMagnus Damm1-26/+43
2010-02-10Input: schedule corgi_ssp and corgi_ts to be removedEric Miao1-1/+0
2010-02-10Input: mark {corgi,spitz,tosa}kbd drivers deprecatedEric Miao1-6/+12
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck1-2/+0
2010-02-07Input: psmouse - make sure we don't schedule reconnects after cleanupDmitry Torokhov1-1/+8
2010-02-05Fix spelling of 'platform' in log messagesStefan Weil1-1/+1
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-02-04Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg1-11/+307
2010-02-04Input: mark input interfaces as non-seekableDmitry Torokhov2-0/+4
2010-02-04Input: uinput - mark as non-seekableDmitry Torokhov1-0/+1
2010-02-04Input: add match() method to input hanldersDmitry Torokhov2-24/+21
2010-02-04Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb()Ondrej Zary1-3/+14
2010-02-04Input: usbtouchscreen - add NEXIO (or iNexio) supportOndrej Zary2-2/+264
2010-02-04Input: usbtouchscreen - find input endpoint automaticallyOndrej Zary1-3/+14
2010-02-04Input: usbtouchscreen - convert from usb_device to usb_interfaceOndrej Zary1-10/+12
2010-01-31Input: add imx-keypad driver to support the IMX Keypad PortAlberto Panizzo3-0/+604
2010-01-30Input: implement input filtersDmitry Torokhov1-7/+34
2010-01-29Input: uinput - remove BKL from uinput_open functionThadeu Lima de Souza Cascardo1-3/+0
2010-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-57/+149
2010-01-28Input: wm97xx - provide coordinate logs for accelerated I/OMark Brown2-0/+6
2010-01-28Input: add the ABS_MT_PRESSURE eventHenrik Rydberg1-0/+1