Age | Commit message (Expand) | Author | Files | Lines |
2010-02-01 | Input: add imx-keypad driver to support the IMX Keypad Port | Alberto Panizzo | 3 | -0/+604 |
2010-01-30 | Input: implement input filters | Dmitry Torokhov | 1 | -7/+34 |
2010-01-30 | Input: uinput - remove BKL from uinput_open function | Thadeu Lima de Souza Cascardo | 1 | -3/+0 |
2010-01-29 | Input: wm97xx - provide coordinate logs for accelerated I/O | Mark Brown | 2 | -0/+6 |
2010-01-25 | Input: xpad - add rumble support for original xbox controller | Benjamin Valentin | 1 | -16/+37 |
2010-01-25 | Input: xilinx_ps2 - use resource_size | Tobias Klauser | 1 | -2/+2 |
2010-01-22 | Merge commit 'v2.6.33-rc5' into next | Dmitry Torokhov | 29 | -203/+306 |
2010-01-21 | Input: sh_keysc - add mode 4 and mode 5 support | Magnus Damm | 1 | -3/+3 |
2010-01-19 | Input: ADP5588 - add support for ADP5587 devices | Michael Hennerich | 2 | -4/+6 |
2010-01-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 12 | -102/+207 |
2010-01-13 | Input: ep93xx_keypad - cleanup and use matrix_keypad helpers | H Hartley Sweeten | 1 | -25/+15 |
2010-01-13 | Input: sentelic - fix left/right horizontal scroll mapping | Tai-hwa Liang | 1 | -3/+3 |
2010-01-13 | Input: pmouse - move Sentelic probe down the list | Tai-hwa Liang | 1 | -13/+15 |
2010-01-12 | Input: add compat support for sysfs and /proc capabilities output | Dmitry Torokhov | 1 | -15/+71 |
2010-01-11 | Input: make USB device ids constant | Márton Németh | 2 | -2/+2 |
2010-01-11 | Input: i8042 - add Dritek quirk for Acer Aspire 5610. | Elliott Sales de Andrade | 1 | -0/+7 |
2010-01-10 | Input: xbox - do not use GFP_KERNEL under spinlock | Dmitry Torokhov | 1 | -2/+2 |
2010-01-10 | Input: xen-kbdfront - make xenbus device ids constant | Márton Németh | 1 | -1/+1 |
2010-01-10 | Input: ns558 - make pnp device ids constant | Márton Németh | 1 | -1/+1 |
2010-01-10 | Input: make PCI device ids constant | Márton Németh | 3 | -3/+3 |
2010-01-10 | Input: xilinx_ps2 - make Open Firmware device ids constant | Márton Németh | 1 | -1/+1 |
2010-01-10 | Input: make i2c device ids constant | Márton Németh | 3 | -3/+3 |
2010-01-07 | Input: psmouse - fix Synaptics detection when protocol is disabled | Daniel Drake | 3 | -1/+19 |
2010-01-07 | Input: elo - switch to using dev_xxx() when printing messages | Dmitry Torokhov | 1 | -105/+120 |
2010-01-07 | Input: atkbd - switch to dev_err() and friends | Dmitry Torokhov | 1 | -137/+146 |
2010-01-06 | Input: bcm5974 - report ABS_MT events | Henrik Rydberg | 1 | -1/+43 |
2010-01-06 | Input: psmouse - remove unused 'autocal' parameter from hgpk protocol | Dmitry Torokhov | 1 | -4/+0 |
2010-01-06 | Input: cleanse capabilities bits before registering device | Dmitry Torokhov | 1 | -0/+22 |
2010-01-06 | Input: automatically reset KEY_RESERVED bit for all input devices | Dmitry Torokhov | 1 | -4/+10 |
2010-01-06 | Input: gameport - switch to using pr_xxx() and dev_xxx() | Dmitry Torokhov | 1 | -34/+28 |
2010-01-06 | Input: gameport - make use of list_first_entry() helper | Dmitry Torokhov | 1 | -19/+11 |
2010-01-06 | Input: gameport - let device core tell us if device was registered | Dmitry Torokhov | 1 | -5/+1 |
2010-01-06 | Input: serio - use pr_xxx() and dev_xxx() helpers | Dmitry Torokhov | 1 | -42/+35 |
2010-01-06 | Input: serio - use list_first_entry() helper | Dmitry Torokhov | 1 | -20/+11 |
2010-01-06 | Input: serio - let device core tell us if device was registered | Dmitry Torokhov | 1 | -6/+2 |
2010-01-06 | Input: serio - use device core to create 'id' attribute group | Dmitry Torokhov | 1 | -8/+9 |
2010-01-06 | Input: davinci_keyscan - add device_enable method to platform data | Miguel Aguilar | 1 | -0/+8 |
2010-01-06 | Input: evdev - be less aggressive about sending SIGIO notifies | Adam Jackson | 1 | -1/+2 |
2010-01-06 | Input: atkbd - fix canceling event_work in disconnect | Dmitry Torokhov | 1 | -2/+8 |
2010-01-06 | Input: serio - fix potential deadlock when unbinding drivers | Eric W. Biederman | 2 | -63/+28 |
2010-01-02 | Input: gf2k - fix &&/|| confusion in gf2k_connect() | Roel Kluin | 1 | -1/+1 |
2009-12-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 14 | -96/+94 |
2009-12-30 | Input: iforce - wait for command completion when closing the device | Dmitry Torokhov | 2 | -0/+4 |
2009-12-30 | Input: xpad - allow using triggers as buttons rather than axes | Nicolas Léveillé | 1 | -79/+121 |
2009-12-30 | Input: twl4030-pwrbutton - switch to using threaded IRQ | Felipe Balbi | 1 | -12/+2 |
2009-12-30 | Input: twl4030_keypad - switch to using threaded IRQ | Felipe Balbi | 1 | -9/+2 |
2009-12-30 | Input: lifebook - add CONFIG_DMI dependency | Dmitry Torokhov | 2 | -3/+1 |
2009-12-30 | Input: wistron - fix test for CONFIG_PM | Rakib Mullick | 1 | -1/+1 |
2009-12-30 | Input: psmouse - fix compile warning in hgpk module | René Bolldorf | 1 | -1/+0 |
2009-12-25 | Input: matrix-keypad - handle cases when GPIOs can't be wakeup sources | Dmitry Torokhov | 1 | -7/+22 |