summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2010-01-11Input: i8042 - add Dritek quirk for Acer Aspire 5610.Elliott Sales de Andrade1-0/+7
2010-01-10Input: xbox - do not use GFP_KERNEL under spinlockDmitry Torokhov1-2/+2
2010-01-10Input: xen-kbdfront - make xenbus device ids constantMárton Németh1-1/+1
2010-01-10Input: ns558 - make pnp device ids constantMárton Németh1-1/+1
2010-01-10Input: make PCI device ids constantMárton Németh3-3/+3
2010-01-10Input: xilinx_ps2 - make Open Firmware device ids constantMárton Németh1-1/+1
2010-01-10Input: make i2c device ids constantMárton Németh3-3/+3
2010-01-07Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake3-1/+19
2010-01-07Input: elo - switch to using dev_xxx() when printing messagesDmitry Torokhov1-105/+120
2010-01-07Input: atkbd - switch to dev_err() and friendsDmitry Torokhov1-137/+146
2010-01-06Input: bcm5974 - report ABS_MT eventsHenrik Rydberg1-1/+43
2010-01-06Input: psmouse - remove unused 'autocal' parameter from hgpk protocolDmitry Torokhov1-4/+0
2010-01-06Input: cleanse capabilities bits before registering deviceDmitry Torokhov1-0/+22
2010-01-06Input: automatically reset KEY_RESERVED bit for all input devicesDmitry Torokhov1-4/+10
2010-01-06Input: gameport - switch to using pr_xxx() and dev_xxx()Dmitry Torokhov1-34/+28
2010-01-06Input: gameport - make use of list_first_entry() helperDmitry Torokhov1-19/+11
2010-01-06Input: gameport - let device core tell us if device was registeredDmitry Torokhov1-5/+1
2010-01-06Input: serio - use pr_xxx() and dev_xxx() helpersDmitry Torokhov1-42/+35
2010-01-06Input: serio - use list_first_entry() helperDmitry Torokhov1-20/+11
2010-01-06Input: serio - let device core tell us if device was registeredDmitry Torokhov1-6/+2
2010-01-06Input: serio - use device core to create 'id' attribute groupDmitry Torokhov1-8/+9
2010-01-06Input: davinci_keyscan - add device_enable method to platform dataMiguel Aguilar1-0/+8
2010-01-06Input: evdev - be less aggressive about sending SIGIO notifiesAdam Jackson1-1/+2
2010-01-06Input: atkbd - fix canceling event_work in disconnectDmitry Torokhov1-2/+8
2010-01-06Input: serio - fix potential deadlock when unbinding driversEric W. Biederman2-63/+28
2010-01-02Input: gf2k - fix &&/|| confusion in gf2k_connect()Roel Kluin1-1/+1
2009-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds14-96/+94
2009-12-30Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2-0/+4
2009-12-30Input: xpad - allow using triggers as buttons rather than axesNicolas Léveillé1-79/+121
2009-12-30Input: twl4030-pwrbutton - switch to using threaded IRQFelipe Balbi1-12/+2
2009-12-30Input: twl4030_keypad - switch to using threaded IRQFelipe Balbi1-9/+2
2009-12-30Input: lifebook - add CONFIG_DMI dependencyDmitry Torokhov2-3/+1
2009-12-30Input: wistron - fix test for CONFIG_PMRakib Mullick1-1/+1
2009-12-30Input: psmouse - fix compile warning in hgpk moduleRené Bolldorf1-1/+0
2009-12-25Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov1-7/+22
2009-12-25Input: iforce - fix oops on device disconnectDmitry Torokhov3-44/+12
2009-12-25Input: ff-memless - add notion of direction to for rumble effectsJari Vanhala1-0/+36
2009-12-25Input: ff-memless - another fix for signed to unsigned overflowDmitry Torokhov1-3/+3
2009-12-25Input: ff-memless - start playing FF effects immediatelyJari Vanhala1-4/+2
2009-12-25Input: serio - do not mark kseriod freezable anymoreDmitry Torokhov1-9/+2
2009-12-25Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2-3/+7
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds19-372/+1111
2009-12-16Input: ALPS - add interleaved protocol support (Dell E6x00 series)Sebastian Kapfer2-27/+228
2009-12-15Input: altera_ps2 - fix test of unsigned in altera_ps2_probe()Roel Kluin1-3/+5
2009-12-15Input: add mc13783 touchscreen driverSascha Hauer3-0/+271
2009-12-15Input: ep93xx_keypad - update driver to new core supportH Hartley Sweeten1-101/+49
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan5-5/+5
2009-12-15Merge commit 'linus' into nextDmitry Torokhov16-21/+253
2009-12-15Input: wacom - separate pen from express keys on GraphirePing Cheng1-4/+23
2009-12-15Input: wacom - add defines for data packet report IDsPing Cheng2-13/+22