aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-10Fix ixp4xx compile errorFrederik Deweerdt1-1/+1
2007-05-10[S390] Kconfig: unwanted menus for s390.Martin Schwidefsky1-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
2007-04-29Input: cobalt_btns - convert to use polldev libraryDmitry Torokhov2-37/+23
2007-04-29Input: add skeleton for simple polled devicesDmitry Torokhov3-0/+183
2007-04-29Input: wistron - fix typo in keymap for Acer TM610Eric Piel1-1/+1
2007-04-27Input: gameport - do not touch bus's rwsemDmitry Torokhov1-26/+13
2007-04-27Input: serio - do not touch bus's rwsemDmitry Torokhov1-26/+15
2007-04-25Input: add input_set_capability() helperDmitry Torokhov1-0/+56
2007-04-25Input: i8042 - add Fujitsu touchscreen/touchpad PNP IDsDmitry Torokhov1-0/+2
2007-04-25Input: i8042 - add Panasonic CF-29 to nomux listDmitry Torokhov1-0/+11
2007-04-25Input: lifebook - split into 2 devicesDmitry Torokhov1-20/+93
2007-04-25Input: lifebook - add signature of Panasonic CF-29Dmitry Torokhov1-0/+8
2007-04-12Input: lifebook - activate 6-byte protocol on select modelsDmitry Torokhov1-13/+65
2007-04-12Input: lifebook - work properly on Panasonic CF-18Dmitry Torokhov1-0/+14
2007-04-12Input: cobalt buttons - separate device and driver registrationDmitry Torokhov1-23/+1
2007-04-12Input: pxa27x - do not use deprecated SA_INTERRUPT flagThomas Gleixner1-1/+1
2007-04-12Input: ucb1400 - make delays configurableCliff Brake1-3/+14
2007-04-12Input: misc devices - switch to using input_dev->dev.parentDmitry Torokhov4-6/+6
2007-04-12Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov18-18/+19
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov10-6/+10
2007-04-12Input: mice - switch to using input_dev->dev.parentDmitry Torokhov4-4/+4
2007-04-12Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov14-13/+15
2007-04-12Input: prepare to switching to struct deviceDmitry Torokhov1-0/+3
2007-04-12Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov2-10/+9
2007-04-12Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov14-20/+13
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov20-49/+59
2007-04-12Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov9-13/+8