summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * Input: lifebook - add DMI entry for Fujitsu B-2130Dmitry Torokhov2009-04-241-0/+6
| | * Input: ALPS - add signature for Toshiba Satellite Pro M10Dmitry Torokhov2009-04-231-0/+1
| | * Input: elantech - make sure touchpad is really in absolute modeArjan Opmeer2009-04-181-5/+16
| | * Input: elantech - provide a workaround for jumpy cursor on firmware 2.34Arjan Opmeer2009-04-182-4/+28
| | * Input: ucb1400 - use disable_irq_nosync() in irq handlerBen Nizette2009-04-171-1/+1
| | * Input: tsc2007 - use disable_irq_nosync() in irq handlerBen Nizette2009-04-171-1/+1
| | * Input: sa1111ps2 - use disable_irq_nosync() in irq handlersBen Nizette2009-04-171-1/+1
| | * Input: omap-keypad - use disable_irq_nosync() in irq handlerBen Nizette2009-04-171-2/+14
| * | maple: input: fix up maple mouse driverAdrian McMenamin2009-04-271-20/+23
| * | drivers/input/serio/hp_sdc.c: fix crash when removing hp_sdc moduleHelge Deller2009-04-211-1/+23
| |/
| * Merge branch 'next' into for-linusDmitry Torokhov2009-04-1614-43/+120
| |\
| * \ Merge branch 'next' into for-linusDmitry Torokhov2009-04-0823-182/+2909
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-04-052-1/+39
| |\ \ \
| | * | | input: migor_ts: add wakeup supportMagnus Damm2009-04-021-0/+23
| | * | | input: sh_keysc: use enable/disable_irq_wake()Magnus Damm2009-04-021-1/+16
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-033-3/+3
| |\ \ \ \
| | * | | | trivial: Fix misspelling of "Celsius".Adam Buchbinder2009-03-301-1/+1
| | * | | | trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
| | * | | | trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig2009-03-301-1/+1
| * | | | | workqueue: add to_delayed_work() helper functionJean Delvare2009-04-021-1/+1
| | |/ / / | |/| | |
| * | | | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-2/+0
| |/ / /
| * | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-285-7/+2
| |\ \ \
| | * \ \ Merge branch 'origin' into develRussell King2009-03-287-36/+50
| | |\ \ \
| | * | | | [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King2009-03-252-2/+2
| | * | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King2009-03-1316-45/+78
| | |\ \ \ \
| | * | | | | [ARM] pxa: separate definitions from pxa-regs.h and remove it finallyEric Miao2009-03-091-1/+0
| | * | | | | [ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.hEric Miao2009-03-092-4/+0
| * | | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-272-3/+3
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | | |
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-0416-45/+78
| | |\ \ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | * | | | | | x86: allow more than 8 cpus to be used on 32-bitYinghai Lu2009-01-302-3/+3
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-264-15/+4
| |\ \ \ \ \ \
| | * | | | | | Rationalize fasync return valuesJonathan Corbet2009-03-164-15/+4
| | | |_|/ / / | | |/| | | |
| * | | | | | input: sh_keysc suspend can use to_platform_device()Magnus Damm2009-03-111-5/+2
| * | | | | | input: add suspend wakeup support to sh_keyscMagnus Damm2009-03-101-4/+25
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-03-1016-45/+78
| |\| | | | |
| * | | | | | sh: maple: Support block reads and writes.Adrian McMenamin2009-02-272-17/+24
| | |/ / / / | |/| | | |
* | | | | | Input: wm97xx - do not access dev->driver_data directlyGreg Kroah-Hartman2009-05-011-1/+1
* | | | | | Input: add dm355evm_keys driverDavid Brownell2009-04-233-0/+339
* | | | | | Input: add twl4030-pwrbutton driverFelipe Balbi2009-04-193-0/+156
* | | | | | Input: add matrix keypad driver for Cirrus EP93xxH Hartley Sweeten2009-04-183-0/+481
* | | | | | Input: add wm97xx accelerated driver for Atmel microprocessorsHans-Christian Egtvedt2009-04-183-0/+462
* | | | | | Input: gpio-keys - remove depreciated IRQF_SAMPLE_RANDOM flagDmitry Torokhov2009-04-181-2/+1
* | | | | | Input: serio - rearrange EXPORT_SYMBOL() markingsDmitry Torokhov2009-04-171-11/+10
* | | | | | Input: gameport - rearrange EXPORT_SYMBOL() markingsDmitry Torokhov2009-04-171-10/+9
* | | | | | Input: fp801-gp - add MODULE_DESCRIPTION()Dmitry Torokhov2009-04-171-0/+1
* | | | | | Input: gtco - add MODULE_DESCRIPTION()Dmitry Torokhov2009-04-171-0/+1
* | | | | | Input: rotary_encoder - add support for REL_* axesH Hartley Sweeten2009-04-171-20/+41
| |_|_|_|/ |/| | | |
* | | | | Input: ads7846 - fix unsafe disable_irqBen Nizette2009-04-151-1/+1
* | | | | Input: mainstone-wm97xx - fix condition in pen_upJiri Slaby2009-04-151-4/+3
* | | | | Input: pc110pad - remove unused variable devIlpo Järvinen2009-04-151-1/+0