summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: evdev - fix evdev_write return value on partial writesPeter Korsgaard2011-02-271-4/+6
* Input: bcm5974 - Report button also for zero fingersHenrik Rydberg2011-02-271-4/+4
* 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-182-3/+60
* Input: matrix_keypad - increase the limit of rows and columnsTrilok Soni2011-02-111-2/+2
* 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-031-26/+11
* Input: sysrq - rework re-inject logicDmitry Torokhov2011-02-031-1/+16
* Input: serio - clear pending rescans after sysfs driver rebindDuncan Laurie2011-02-031-4/+7
* Input: rotary_encoder - use proper irqflagsAlexander Stein2011-02-031-2/+2
* Input: wacom_w8001 - report resolution to userlandPing Cheng2011-02-011-2/+11
* Input: synaptics - retry failed resets when reconnectingAlexandre Peixoto Ferreira2011-01-291-2/+11
* Input: synaptics - fix reconnect logic on MT devicesAlexandre Peixoto Ferreira2011-01-291-6/+13
* Input: tegra-kbc - fix keymap entry for LeftMeta keyRakesh Iyer2011-01-291-1/+1
* Input: tegra-kbc - fix build errorRakesh Iyer2011-01-291-2/+2
* Input: wacom - pass touch resolution to clients through input_absinfoPing Cheng2011-01-261-2/+19
* Input: wacom - add 2 Bamboo Pen and touch modelsPing Cheng2011-01-241-0/+6
* Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft2011-01-243-2/+6
* Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setupDmitry Torokhov2011-01-211-0/+1
* Input: tegra-kbc - add tegra keyboard driverRakesh Iyer2011-01-214-0/+799
* Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais2011-01-211-3/+3
* Input: serio - allow registered drivers to get status flagDavid Engraf2011-01-211-4/+20
* Input: ct82710c - return proper error code for ct82c710_openDavidlohr Bueso2011-01-181-3/+5
* Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati2011-01-181-1/+34
* Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati2011-01-182-6/+2
* Input: tnetv107x-ts - don't treat NULL clk as an errorJamie Iles2011-01-181-2/+3
* Input: tnetv107x-keypad - don't treat NULL clk as an errorJamie Iles2011-01-181-2/+3
* Merge branch 'next' into for-linusDmitry Torokhov2011-01-1218-265/+624
|\
| * Input: add SW_ROTATE_LOCK switch typeJekyll Lai2011-01-121-0/+1
| * Input: fix force feedback capability query exampleAlexander Stein2011-01-111-1/+3
| * Input: wacom_w8001 - add single-touch supportPing Cheng2011-01-111-33/+149
| * Input: add Austria Microsystem AS5011 joystick driverFabien Marteau2011-01-104-0/+398
| * Input: remove aaed2000 keyboard driverJamie Iles2011-01-083-199/+0
| * Input: i8042 - introduce 'notimeout' blacklist for Dell Vostro V13Jiri Kosina2011-01-083-1/+27
| * Input: cy8ctmg110_ts - Convert to dev_pm_opsMark Brown2011-01-071-6/+9
| * Input: migor_ts - convert to dev_pm_opsMark Brown2011-01-071-4/+8
| * Input: mcs5000_ts - convert to dev_pm_opsMark Brown2011-01-071-7/+10
| * Input: eeti_ts - convert to dev_pm_opsMark Brown2011-01-071-7/+9
| * Input: ad7879 - convert I2C to dev_pm_opsMark Brown2011-01-071-7/+10
* | Merge branch 'next' into for-linusDmitry Torokhov2011-01-0763-753/+3201
|\|
| * Input: wacom_w8001 - support pen or touch only devicesPing Cheng2010-12-301-12/+32
| * Input: wacom_w8001 - use __set_bit to set keybitsPing Cheng2010-12-281-5/+5
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov2010-12-2811-24/+168
| |\
| | * Input: synaptics - ignore bogus mt packetHenrik Rydberg2010-12-221-2/+2
| | * Input: synaptics - add multi-finger and semi-mt supportHenrik Rydberg2010-12-212-3/+88
| | * Input: synaptics - report clickpad propertyHenrik Rydberg2010-12-211-0/+3
| | * input: mt: Document interface updatesHenrik Rydberg2010-12-201-18/+26
| | * Input: fix double equality sign in ueventHenrik Rydberg2010-12-201-1/+1