summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: move USB gamepads under drivers/input/joystickDmitry Torokhov2007-05-083-2/+451
* Input: move USB touchscreens under drivers/input/touchscreenDmitry Torokhov2007-05-083-11/+905
* Input: move USB tablets under drivers/input/tabletDmitry Torokhov2007-05-0812-0/+5068
* Input: i8042 - fix AUX port detection with some chipsRoland Scheidegger2007-05-081-6/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-0812-14/+332
|\
| * sh: hp6xx driver compile fixes.Kristoffer Ericson2007-05-071-1/+1
| * Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-0494-1653/+3602
| |\
| * \ Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-044-8/+8
| |\ \
| | * | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-024-8/+8
| * | | hilkbd: Kill compiler warning and fix comment dyslexiaGeert Uytterhoeven2007-05-041-1/+1
| * | | m68k: Atari keyboard and mouse support.Michael Schmitz2007-05-046-0/+318
| |/ /
* | | Input: aaed2000_kbd - convert to use polldev libraryDmitry Torokhov2007-05-032-42/+21
* | | Input: synaptics - don't complain about failed resetsDmitry Torokhov2007-05-031-1/+1
* | | Input: pull input.h into uinpit.hMike Frysinger2007-05-031-1/+0
* | | Input: evdev - fix some sparse warnings (signedness, shadowing)Dmitry Torokhov2007-05-031-3/+3
* | | Input: drivers/joystick - fix various sparse warningsDmitry Torokhov2007-05-035-27/+30
* | | Input: force feedback - make sure effect is present before playingDmitry Torokhov2007-05-031-1/+2
| |/ |/|
* | Input: gpio_keys - add support for switches (EV_SW)Roman Moravcik2007-05-011-7/+12
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-017-62/+45
|\ \ | |/
| * Input: gameport - do not touch bus's rwsemDmitry Torokhov2007-04-271-26/+13
| * Input: serio - do not touch bus's rwsemDmitry Torokhov2007-04-271-26/+15
| * [PATCH] Input: ucb1400 - set up driver's name to show in sysfsCliff Brake2007-04-101-0/+1
| * Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-03-081-2/+8
| |\
| | * Input: i8042 - another attempt to fix AUX delivery checksDmitry Torokhov2007-03-071-2/+8
| * | [PATCH] gpio_keys driver shouldn't be ARM-specificDavid Brownell2007-03-051-3/+1
| * | [PATCH] add CONFIG_GENERIC_GPIODavid Brownell2007-03-051-4/+6
| * | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-02-1917-92/+109
| |\ \ | | |/
| * | Storage class should be before const qualifierTobias Klauser2007-02-171-1/+1
* | | Input: cobalt_btns - convert to use polldev libraryDmitry Torokhov2007-04-292-37/+23
* | | Input: add skeleton for simple polled devicesDmitry Torokhov2007-04-293-0/+183
* | | Input: wistron - fix typo in keymap for Acer TM610Eric Piel2007-04-291-1/+1
* | | Input: add input_set_capability() helperDmitry Torokhov2007-04-251-0/+56
* | | Input: i8042 - add Fujitsu touchscreen/touchpad PNP IDsDmitry Torokhov2007-04-251-0/+2
* | | Input: i8042 - add Panasonic CF-29 to nomux listDmitry Torokhov2007-04-251-0/+11
* | | Input: lifebook - split into 2 devicesDmitry Torokhov2007-04-251-20/+93
* | | Input: lifebook - add signature of Panasonic CF-29Dmitry Torokhov2007-04-251-0/+8
* | | Input: lifebook - activate 6-byte protocol on select modelsDmitry Torokhov2007-04-121-13/+65
* | | Input: lifebook - work properly on Panasonic CF-18Dmitry Torokhov2007-04-121-0/+14
* | | Input: cobalt buttons - separate device and driver registrationDmitry Torokhov2007-04-121-23/+1
* | | Input: pxa27x - do not use deprecated SA_INTERRUPT flagThomas Gleixner2007-04-121-1/+1
* | | Input: ucb1400 - make delays configurableCliff Brake2007-04-121-3/+14
* | | Input: misc devices - switch to using input_dev->dev.parentDmitry Torokhov2007-04-124-6/+6
* | | Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1218-18/+19
* | | Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1210-6/+10
* | | Input: mice - switch to using input_dev->dev.parentDmitry Torokhov2007-04-124-4/+4
* | | Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1214-13/+15
* | | Input: prepare to switching to struct deviceDmitry Torokhov2007-04-121-0/+3
* | | Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov2007-04-122-10/+9
* | | Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov2007-04-1214-20/+13
* | | Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov2007-04-1220-49/+59
OpenPOWER on IntegriCloud