aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-02-234-5/+84
|\
| * Input: serio/gameport - use 'long' system workqueueDmitry Torokhov2011-02-232-2/+2
| * Input: synaptics - document 0x0c queryDmitry Torokhov2011-02-231-0/+23
| * Input: tegra-kbc - add function keymapRakesh Iyer2011-02-181-3/+59
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-02-156-51/+54
|\ \ | |/
| * Input: wacom - fix error path in wacom_probe()Alexander Strakh2011-02-111-1/+1
| * Input: ads7846 - check proper condition when freeing gpioDmitry Torokhov2011-02-111-16/+22
| * Revert "Input: do not pass injected events back to the originating handler"Dmitry Torokhov2011-02-021-26/+11
| * Input: serio - clear pending rescans after sysfs driver rebindDuncan Laurie2011-02-021-4/+7
| * Input: rotary_encoder - use proper irqflagsAlexander Stein2011-02-021-2/+2
| * Input: wacom_w8001 - report resolution to userlandPing Cheng2011-01-311-2/+11
* | arm/ixp4xx: Rename FREQ macro to avoid collisionsBen Hutchings2011-02-061-5/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-312-11/+27
|\ \ | |/
| * Input: synaptics - retry failed resets when reconnectingAlexandre Peixoto Ferreira2011-01-281-2/+11
| * Input: synaptics - fix reconnect logic on MT devicesAlexandre Peixoto Ferreira2011-01-281-6/+13
| * Input: tegra-kbc - fix keymap entry for LeftMeta keyRakesh Iyer2011-01-281-1/+1
| * Input: tegra-kbc - fix build errorRakesh Iyer2011-01-281-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-2611-19/+834
|\ \ | |/
| * Input: wacom - pass touch resolution to clients through input_absinfoPing Cheng2011-01-251-2/+19
| * Input: wacom - add 2 Bamboo Pen and touch modelsPing Cheng2011-01-241-0/+6
| * Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setupDmitry Torokhov2011-01-201-0/+1
| * Input: tegra-kbc - add tegra keyboard driverRakesh Iyer2011-01-203-0/+738
| * Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais2011-01-201-3/+3
| * Input: serio - allow registered drivers to get status flagDavid Engraf2011-01-201-4/+20
| * Input: ct82710c - return proper error code for ct82c710_openDavidlohr Bueso2011-01-171-3/+5
| * Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati2011-01-171-1/+34
| * Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati2011-01-171-2/+2
| * Input: tnetv107x-ts - don't treat NULL clk as an errorJamie Iles2011-01-171-2/+3
| * Input: tnetv107x-keypad - don't treat NULL clk as an errorJamie Iles2011-01-171-2/+3
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-205-28/+28
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-2/+2
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2010-12-2220-171/+517
| |\ \
| * | | Kconfig: typo: boad -> boardMichael Witten2010-11-021-1/+1
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-1314-264/+599
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2011-01-1114-264/+599
| |\ \ \
| | * | | Input: wacom_w8001 - add single-touch supportPing Cheng2011-01-111-33/+149
| | * | | Input: add Austria Microsystem AS5011 joystick driverFabien Marteau2011-01-103-0/+378
| | * | | Input: remove aaed2000 keyboard driverJamie Iles2011-01-083-199/+0
| | * | | Input: i8042 - introduce 'notimeout' blacklist for Dell Vostro V13Jiri Kosina2011-01-082-1/+26
| | * | | Input: cy8ctmg110_ts - Convert to dev_pm_opsMark Brown2011-01-061-6/+9
| | * | | Input: migor_ts - convert to dev_pm_opsMark Brown2011-01-061-4/+8
| | * | | Input: mcs5000_ts - convert to dev_pm_opsMark Brown2011-01-061-7/+10
| | * | | Input: eeti_ts - convert to dev_pm_opsMark Brown2011-01-061-7/+9
| | * | | Input: ad7879 - convert I2C to dev_pm_opsMark Brown2011-01-061-7/+10
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-01-101-0/+40
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into upstreamJiri Kosina2010-12-1068-912/+6341
| |\ \ \ \ \
| * | | | | | input: bcm5974: Add support for MacBookAir3Edgar (gimli) Hucek2010-11-151-0/+40
* | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | gameport: use this_cpu_read instead of lookupChristoph Lameter2011-01-041-1/+1
| | |_|_|_|_|/ | |/| | | | |