aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds15-108/+90
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack15-85/+83
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern3-24/+8
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds33-1010/+3491
2010-05-19Merge branch 'for-linus/samsung4' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-26/+18
2010-05-19Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-1794/+0
2010-05-19Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov4-95/+100
2010-05-19Input: synaptics - set dimensions as reported by firmwareDmitry Torokhov2-11/+27
2010-05-19Input: elantech - relax signature checksDmitry Torokhov1-1/+19
2010-05-19Input: elantech - enforce common prefix on messagesDmitry Torokhov1-35/+32
2010-05-19Input: wistron_btns - switch to using kmemdup()Julia Lawall1-2/+2
2010-05-19Input: usbtouchscreen - switch to using kmemdup()Julia Lawall1-3/+2
2010-05-19Input: do not force selecting i8042 on MoorestownJacob Pan2-2/+2
2010-05-19Input: 88pm860x_onkey - remove invalid irq number assignmentHaojian Zhuang1-1/+0
2010-05-19Input: i8042 - add a PNP entry to the aux device listMatthew Garrett1-0/+1
2010-05-19Input: i8042 - add some extra PNP keyboard typesMatthew Garrett1-0/+13
2010-05-19Input: wm9712 - fix wm97xx_set_gpio() logicManuel Lauss1-1/+1
2010-05-19Merge commit 'v2.6.34' into nextDmitry Torokhov13-73/+219
2010-05-19Input: s3c24xx_ts - depend on SAMSUNG_DEV_TS and update menu entryBen Dooks1-2/+2
2010-05-19Input: s3c24xx_ts - Add FEAT for Samsung touchscreen supportNaveen Krishna1-3/+12
2010-05-19Input: s3c24xx_ts - Implement generic GPIO configuration callbackNaveen Krishna1-20/+3
2010-05-19ARM: SAMSUNG: Move mach/ts.h to plat/ts.hMaurus Cuelenaere1-1/+1
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-7/+7
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-23/+42
2010-05-13Input: ad7877 - keep dma rx buffers in seperate cache linesOskar Schirmer1-3/+12
2010-05-13Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov1-4/+10
2010-05-13Input: elantech - use all 3 bytes when checking versionDmitry Torokhov2-15/+14
2010-05-11input: remove obsolete {corgi,spitz,tosa}kbd.cEric Miao5-1382/+0
2010-05-11[ARM] pxa/tosa: move CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES to mach/KconfigEric Miao1-10/+0
2010-05-11input: remove now deprecated corgi_ts.c touchscreen driverEric Miao3-402/+0
2010-05-10Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut1-1/+1
2010-05-10Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut2-0/+5
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds9-52/+179
2010-05-03Input: joydev - allow binding to button-only devicesChristoph Fritz1-0/+18
2010-05-03Input: add keypad driver for keys interfaced to TCA6416Sriramakrishnan Govindarajan3-0/+366
2010-05-03Input: elantech - ignore high bits in the position coordinatesFlorian Ragwitz1-25/+44
2010-05-03Input: elantech - allow forcing Elantech protocolFlorian Ragwitz1-2/+10
2010-05-03Input: elantech - fix firmware version checkFlorian Ragwitz1-1/+2
2010-05-03Input: ati_remote - add some missing devices from lirc_atiusbJarod Wilson1-5/+9
2010-05-03Input: remove obsolete {corgi,spitz,tosa}kbd.cEric Miao5-1392/+0
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar97-150/+1003
2010-04-20Input: kbtab - do not advertise unsupported eventsDmitry Torokhov1-24/+15
2010-04-20Input: kbtab - simplify kbtab_disconnect()Dmitry Torokhov1-7/+5
2010-04-20Input: kbtab - fix incorrect size parameter in usb_buffer_freeAxel Lin1-2/+2
2010-04-20Input: acecad - don't advertise mouse eventsDmitry Torokhov1-2/+0
2010-04-20Input: acecad - fix some formatting issuesDmitry Torokhov1-40/+36
2010-04-20Input: acecad - simplify usb_acecad_disconnect()Dmitry Torokhov1-7/+5
2010-04-20Input: acecad - fix incorrect size parameter in usb_buffer_freeAxel Lin1-1/+1
2010-04-20Input: eeti_ts - cancel pending work when going to suspendDaniel Mack1-10/+46
2010-04-20Input: Add support of Synaptics Clickpad deviceTakashi Iwai2-5/+34