summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics - initialize pointer emulation usageHenrik Rydberg2013-02-161-1/+1
* Input: MT - do not apply filtering on emulated eventsHenrik Rydberg2013-02-161-0/+1
* Input: bma150 - make some defines public and fix some commentsMichael Trimarchi2013-02-161-12/+0Star
* Input: bma150 - fix checking pm_runtime_get_sync() return valueMichael Trimarchi2013-02-161-1/+1
* Input: ALPS - enable trackstick on Rushmore touchpadsKevin Cernekee2013-02-141-70/+115
* Input: ALPS - add support for "Rushmore" touchpadsKevin Cernekee2013-02-141-0/+52
* Input: ALPS - make the V3 packet field decoder "pluggable"Kevin Cernekee2013-02-142-44/+95
* Input: ALPS - move pixel and bitmap info into alps_data structKevin Cernekee2013-02-142-22/+33
* Input: ALPS - fix command mode checkKevin Cernekee2013-02-141-1/+1
* Input: ALPS - rework detection of Pinnacle AGx touchpadsKevin Cernekee2013-02-141-3/+12
* Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()Kevin Cernekee2013-02-141-8/+4Star
* Input: ALPS - use function pointers for different protocol handlersKevin Cernekee2013-02-142-54/+54
* Input: ALPS - rework detection sequenceKevin Cernekee2013-02-142-76/+56Star
* Input: ALPS - introduce helper function for repeated commandsKevin Cernekee2013-02-141-41/+30Star
* Input: ALPS - move alps_get_model() down below hw_init codeKevin Cernekee2013-02-141-93/+93
* Input: ALPS - copy "model" info into alps_data structKevin Cernekee2013-02-142-34/+43
* Input: ALPS - document the alps.h data structuresKevin Cernekee2013-02-141-13/+61
* Input: wacom - add support for DTH-2242Ping Cheng2013-02-142-1/+25
* Input: cyapa - add support for smbus protocolBenson Leung2013-02-141-5/+174
* Input: synaptics - fix 1->3 contact transition reportingDaniel Kurtz2013-02-141-3/+27
* Input: add couple of missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-02-144-4/+5
* Input: twl6040-vibra - use system workqueuePeter Ujfalusi2013-01-251-10/+1Star
* Input: twl6040-vibra - code cleanup in probe with devm_* conversionPeter Ujfalusi2013-01-251-54/+45Star
* Input: goldfish - virtual input event driverBrian Swetland2013-01-253-0/+205
* Input: walkera0701 - claim parport when opening the deviceDmitry Torokhov2013-01-221-10/+6Star
* Input: walkera0701 - use proper error codesDmitry Torokhov2013-01-221-20/+36
* Input: walkera0701 - switch to using pr_xxx() for messagesDmitry Torokhov2013-01-221-13/+10Star
* Input: walkera0701 - set up input device's parentDmitry Torokhov2013-01-221-0/+1
* Input: atkbd - fix multi-byte scancode handling on reconnectShawn Nematbakhsh2013-01-221-21/+51
* Input: twl4030-vibra - Use system workqueuePeter Ujfalusi2013-01-221-18/+1Star
* Input: twl4030-vibra - switch to using managed resourcesPeter Ujfalusi2013-01-221-22/+4Star
* Input: add driver for Cypress APA I2C TrackpadBenson Leung2013-01-173-0/+817
* Input: atkbd - fix a typo in a messageDmitry Torokhov2013-01-171-1/+1
* Input: mms114 - switch to using managed resourcesSachin Kamat2013-01-171-38/+16Star
* Input: tegra-kbc - remove default keymapLaxman Dewangan2013-01-171-169/+7Star
* Input: tegra-kbc - add support for rows/columns configuration from dtLaxman Dewangan2013-01-171-19/+63
* Input: tegra-kbc - use devm_* for resource allocationLaxman Dewangan2013-01-171-78/+27Star
* Input: tegra-kbc - fix build warningLaxman Dewangan2013-01-171-12/+12
* Input: add support for Cypress PS/2 TrackpadsDudley Du2013-01-176-0/+960
* Input: wacom - use new input-mt routinesPing Cheng2013-01-062-61/+22Star
* Input: wacom - prepare for syncing with input-mt changesPing Cheng2013-01-061-40/+45
* Input: qt2160 - add support for LEDsJavier Martin2013-01-051-2/+139
* Input: imx_keypad - add device tree supportLiu Ying2013-01-031-18/+25
* Input: adxl34x - default platform_data should not use defines from driverWolfram Sang2012-12-241-1/+1
* Input: adxl34x - don't set THRESH_TAP twiceWolfram Sang2012-12-241-1/+0Star
* Input: adxl34x - consistently use read/write encapsulationWolfram Sang2012-12-241-2/+2
* Input: wm831x-on - convert to devm_input_allocate_device()Mark Brown2012-12-241-3/+1Star
* Input: wm831x-ts - convert to devm_input_allocate_device()Mark Brown2012-12-241-3/+1Star
* Input: stmpe-ts - report BTN_TOUCH eventVipul Kumar Samar2012-12-171-0/+2
* Input: walkera0701 - fix crash on startupPeter Popovec2012-12-171-3/+4