summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-30Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2-0/+4
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-16Input: ALPS - add interleaved protocol support (Dell E6x00 series)Sebastian Kapfer2-27/+228
2009-12-16Input: keyboard - don't override beep with a bellDmitry Torokhov1-3/+7
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-15Merge commit 'linus' into nextDmitry Torokhov3119-255728/+420898
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
2009-12-15Input: wacom - add support for new LCD tabletsPing Cheng4-132/+311
2009-12-15Input: wacom - add defines for packet lengths of various devicesPing Cheng3-64/+76
2009-12-15Input: wacom - ensure the device is initialized properly upon resumePing Cheng2-6/+8
2009-12-15Input: at32psif - do not sleep in atomic contextDmitry Torokhov1-1/+1
2009-12-15Input: i8042 - add Gigabyte M1022M to the noloop listDmitry Torokhov1-0/+8
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-33/+27
2009-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds21-389/+485
2009-12-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds14-219/+2418
2009-12-14Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds14-293/+1059
2009-12-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds46-1783/+3919
2009-12-14Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-52/+97
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds14-76/+60
2009-12-14md: add 'recovery_start' per-device sysfs attributeDan Williams1-1/+40
2009-12-14md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams1-2/+6
2009-12-14md: integrate spares into array at earliest opportunity.NeilBrown1-7/+6
2009-12-14md: move compat_ioctl handling into md.cArnd Bergmann1-0/+23
2009-12-14md: revise Kconfig help for MD_MULTIPATHNeilBrown1-5/+4
2009-12-14md: add MODULE_DESCRIPTION for all md related modules.NeilBrown9-0/+9
2009-12-14raid: improve MD/raid10 handling of correctable read errors.Robert Becker3-0/+112
2009-12-14md/raid10: print more useful messages on device failure.Robert Becker1-3/+29
2009-12-14md/bitmap: update dirty flag when bitmap bits are explicitly set.NeilBrown1-0/+6
2009-12-14md: Support write-intent bitmaps with externally managed metadata.NeilBrown3-33/+121
2009-12-14md/bitmap: move setting of daemon_lastrun out of bitmap_read_sbNeilBrown1-1/+1
2009-12-14md: support updating bitmap parameters via sysfs.NeilBrown3-2/+211