aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-34/+54
2007-06-13Input: move input-polldev to drivers/inputDmitry Torokhov5-12/+14
2007-06-12Input: i8042 - add ULI EV4873 to noloop listDmitry Torokhov1-0/+9
2007-06-12Input: i8042 - add ASUS P65UP5 to the noloop listDmitry Torokhov1-0/+9
2007-06-12Input: usbtouchscreen - fix fallout caused by move from drivers/usbOndrej Zary1-22/+22
2007-06-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+3
2007-06-05[ARM] pxa: fix pxa27x keyboard driverRussell King1-3/+3
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-6/+6
2007-06-03Input: reduce raciness when input handlers disconnectDmitry Torokhov4-4/+4
2007-05-30[ARM] Fix some section mismatch warningsRussell King1-2/+2
2007-05-28Input: logips2pp - fix typo in KconfigUwe Bugla1-1/+1
2007-05-28Input: db9 - do not ignore dev2 module parameterDmitry Torokhov1-1/+1
2007-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds9-41/+57
2007-05-22Input: ads7846 - SPI_CPHA mode bugfixSemih Hazar1-1/+1
2007-05-22Input: ads7846 - document that it handles tsc2046 tooDavid Brownell2-4/+5
2007-05-22Input: input-polldev - add module infoEric Piel1-0/+5
2007-05-22Input: ucb1400_ts - use sched_setscheduler()Satoru Takeuchi1-2/+2
2007-05-22Input: ALPS - force stream modeDmitry Torokhov1-27/+31
2007-05-22Input: iforce - minor clean-upsJohann Deneux2-5/+9
2007-05-22Input: iforce - fix force feedback not workingJohann Deneux1-2/+3
2007-05-22Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-4/+3
2007-05-15missing dependencies for USB drivers in inputAl Viro5-0/+12
2007-05-14input: hp680_ts compile fixes.Kristoffer Ericson1-4/+3
2007-05-11Input: evdev - fix overflow in compat_ioctlKenichi Nagai1-1/+1
2007-05-10Fix ixp4xx compile errorFrederik Deweerdt1-1/+1
2007-05-10[S390] Kconfig: unwanted menus for s390.Martin Schwidefsky1-0/+1
2007-05-08Input: logips2pp - add type 72 (PS/2 TrackMan Marble)Peter Samuelson1-0/+1
2007-05-08Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds42-112/+11206
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap5-5/+0
2007-05-08Input: move USB miscellaneous devices under drivers/input/miscDmitry Torokhov9-9/+3961
2007-05-08Input: move USB mice under drivers/input/mouseDmitry Torokhov3-9/+736
2007-05-08Input: move USB gamepads under drivers/input/joystickDmitry Torokhov3-2/+451
2007-05-08Input: move USB touchscreens under drivers/input/touchscreenDmitry Torokhov3-11/+905
2007-05-08Input: move USB tablets under drivers/input/tabletDmitry Torokhov12-0/+5068
2007-05-08Input: i8042 - fix AUX port detection with some chipsRoland Scheidegger1-6/+29
2007-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov12-14/+332
2007-05-07sh: hp6xx driver compile fixes.Kristoffer Ericson1-1/+1
2007-05-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds94-1653/+3602
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-8/+8
2007-05-04hilkbd: Kill compiler warning and fix comment dyslexiaGeert Uytterhoeven1-1/+1
2007-05-04m68k: Atari keyboard and mouse support.Michael Schmitz6-0/+318
2007-05-03Input: aaed2000_kbd - convert to use polldev libraryDmitry Torokhov2-42/+21
2007-05-03Input: synaptics - don't complain about failed resetsDmitry Torokhov1-1/+1
2007-05-03Input: pull input.h into uinpit.hMike Frysinger1-1/+0
2007-05-03Input: evdev - fix some sparse warnings (signedness, shadowing)Dmitry Torokhov1-3/+3
2007-05-03Input: drivers/joystick - fix various sparse warningsDmitry Torokhov5-27/+30
2007-05-03Input: force feedback - make sure effect is present before playingDmitry Torokhov1-1/+2
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman4-8/+8
2007-05-01Input: gpio_keys - add support for switches (EV_SW)Roman Moravcik1-7/+12
2007-05-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov7-62/+45