aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setupDmitry Torokhov1-0/+1
2011-01-20Input: tegra-kbc - add tegra keyboard driverRakesh Iyer4-0/+799
2011-01-20Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais1-3/+3
2011-01-20Input: serio - allow registered drivers to get status flagDavid Engraf1-4/+20
2011-01-17Input: ct82710c - return proper error code for ct82c710_openDavidlohr Bueso1-3/+5
2011-01-17Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati1-1/+34
2011-01-17Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati2-6/+2
2011-01-17Input: tnetv107x-ts - don't treat NULL clk as an errorJamie Iles1-2/+3
2011-01-17Input: tnetv107x-keypad - don't treat NULL clk as an errorJamie Iles1-2/+3
2011-01-11Merge branch 'next' into for-linusDmitry Torokhov18-265/+624
2011-01-11Input: add SW_ROTATE_LOCK switch typeJekyll Lai1-0/+1
2011-01-11Input: fix force feedback capability query exampleAlexander Stein1-1/+3
2011-01-11Input: wacom_w8001 - add single-touch supportPing Cheng1-33/+149
2011-01-10Input: add Austria Microsystem AS5011 joystick driverFabien Marteau4-0/+398
2011-01-08Input: remove aaed2000 keyboard driverJamie Iles3-199/+0
2011-01-08Input: i8042 - introduce 'notimeout' blacklist for Dell Vostro V13Jiri Kosina3-1/+27
2011-01-06Input: cy8ctmg110_ts - Convert to dev_pm_opsMark Brown1-6/+9
2011-01-06Input: migor_ts - convert to dev_pm_opsMark Brown1-4/+8
2011-01-06Input: mcs5000_ts - convert to dev_pm_opsMark Brown1-7/+10
2011-01-06Input: eeti_ts - convert to dev_pm_opsMark Brown1-7/+9
2011-01-06Input: ad7879 - convert I2C to dev_pm_opsMark Brown1-7/+10
2011-01-06Merge branch 'next' into for-linusDmitry Torokhov63-753/+3201
2010-12-30Input: wacom_w8001 - support pen or touch only devicesPing Cheng1-12/+32
2010-12-27Input: wacom_w8001 - use __set_bit to set keybitsPing Cheng1-5/+5
2010-12-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt into nextDmitry Torokhov11-24/+168
2010-12-27Input: bu21013_ts - fix misuse of logical operation in place of bitopDavid Sterba1-1/+1
2010-12-27Input: i8042 - add Acer Aspire 5100 to the Dritek listPali Rohár1-0/+7
2010-12-23Input: wacom - add support for digitizer in Lenovo W700Ajay Ramaswamy2-0/+8
2010-12-23Input: psmouse - disable the synaptics extension on OLPC machinesAndres Salomon1-0/+30
2010-12-23Input: psmouse - fix up Synaptics commentAndres Salomon1-2/+2
2010-12-22Input: synaptics - ignore bogus mt packetHenrik Rydberg1-2/+2
2010-12-21Input: synaptics - add multi-finger and semi-mt supportHenrik Rydberg2-3/+88
2010-12-21Input: synaptics - report clickpad propertyHenrik Rydberg1-0/+3
2010-12-20input: mt: Document interface updatesHenrik Rydberg1-18/+26
2010-12-20Input: fix double equality sign in ueventHenrik Rydberg1-1/+1
2010-12-20Input: introduce device propertiesHenrik Rydberg5-0/+44
2010-12-18hid: egalax: Add support for Wetab (726b)Andy Ross3-0/+4
2010-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt into nextDmitry Torokhov17-216/+329
2010-12-16Input: include MT library as source for kerneldocDmitry Torokhov1-0/+4
2010-12-16MAINTAINERS: Update input-mt entryHenrik Rydberg1-0/+2
2010-12-16hid: egalax: Add support for Samsung NB30 netbookRichard Nauber3-0/+4
2010-12-16hid: egalax: Document the new devices in KconfigHenrik Rydberg1-1/+2
2010-12-16hid: egalax: Add support for WetabHenrik Rydberg3-0/+4
2010-12-16hid: egalax: Convert to MT slotsHenrik Rydberg1-63/+23
2010-12-16hid: egalax: Add event filteringHenrik Rydberg1-6/+10
2010-12-16hid: egalax: Report zero as minimum pressureHenrik Rydberg1-0/+1
2010-12-16hid: egalax: Correct for device resolution report errorHenrik Rydberg1-0/+2
2010-12-16hid: egalax: Setup input device manuallyHenrik Rydberg1-12/+22
2010-12-16input: mt: Add hovering distance axisHenrik Rydberg2-2/+10
2010-12-16input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg7-71/+138