aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-6/+6
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds6-1/+7
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+4
2010-10-22serport: place serport serio device correctly in the device treeDmitry Eremin-Solenikov1-0/+1
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+12
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-7/+7
2010-10-19Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stableRussell King4-12/+25
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar4-12/+25
2010-10-18Input: evdev - fix EVIOCSABS regressionDaniel Mack1-1/+1
2010-10-18Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack1-0/+6
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock5-6/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann6-1/+7
2010-10-12input: Serio/hp_sdc: semaphore cleanupThomas Gleixner1-2/+2
2010-10-12input: Serio/hil_mlc: semaphore cleanupThomas Gleixner1-3/+3
2010-10-12input: Misc/hp_sdc_rtc: semaphore cleanupThomas Gleixner1-2/+2
2010-10-10Input: wacom - fix pressure in Cintiq 21UX2Aristeu Rozanski1-1/+3
2010-10-09ARM: pxa27x_keypad: added wakeup event handler for keypad interruptsMark F. Brown1-0/+10
2010-10-09ARM: pxa168: added keypad supportMark F. Brown1-1/+1
2010-10-09ARM: pxa: moved pxa27x_keypad.h to platform pxa directoryMark F. Brown1-1/+1
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar8-21/+32
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-10-04Input: wacom - fix runtime PM related deadlockDmitry Torokhov1-11/+12
2010-09-21Input: joydev - fix JSIOCSAXMAP ioctlKenneth Waters1-0/+3
2010-09-19Input: uinput - setup MT usage during device creationHenrik Rydberg1-0/+7
2010-08-31Input: i8042 - fix device removal on unloadDmitry Torokhov1-1/+1
2010-08-31Input: bcm5974 - adjust major/minor to scaleHenrik Rydberg1-4/+8
2010-08-28Input: MT - initialize slots to unusedHenrik Rydberg1-2/+9
2010-08-28Input: wacom - fix mousewheel handling for old wacom tabletsMike Auty1-2/+2
2010-08-25Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin1-2/+0
2010-08-25Input: mousedev - fix regression of inverting axesChristoph Fritz1-4/+4
2010-08-21Input: uinput - add devname alias to allow module on-demand loadKay Sievers1-0/+2
2010-08-21Input: hil_kbd - fix compile errorDmitry Torokhov1-6/+6
2010-08-19input: __rcu annotationsArnd Bergmann1-1/+1
2010-08-13Input: fix faulty XXinput_* callsDaniel Mack2-3/+3
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-15/+25
2010-08-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds6-0/+805
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-11/+11
2010-08-12touchscreen: Fix sign bugKulikov Vasiliy1-1/+1
2010-08-12input: STMPE touch controller supportLuotao Fu3-0/+408
2010-08-12input: Add STMPE keypad driverRabin Vincent3-0/+397
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi1-20/+5
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2-15/+25
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds22-200/+279
2010-08-10Merge branch 'next' into for-linusDmitry Torokhov22-200/+279
2010-08-10Input: xpad - add USB-ID for PL-3601 Xbox 360 padChristoph Fritz1-0/+1
2010-08-10Input: cy8ctmg100_ts - signedness bugDan Carpenter1-3/+3
2010-08-09Revert "Input: appletouch - fix integer overflow issue"Benjamin Herrenschmidt1-3/+3
2010-08-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2