summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elantech.c
AgeCommit message (Expand)AuthorLines
2015-02-01Input: elantech - add more Fujtisu notebooks to force crc_enabledRainer Koenig-0/+16
2015-01-08Input: elantech - support new ICs types for version 4Sam hung-0/+2
2014-11-25Input: elantech - trust firmware about trackpoint presenceDmitry Torokhov-9/+1
2014-11-13Input: elantech - provide a sysfs knob for crc_enabledUlrik De Bie-0/+2
2014-11-13Input: elantech - report the middle button of the touchpadUlrik De Bie-0/+19
2014-11-08Input: elantech - fix crc_enabled for Fujitsu H730Ulrik De Bie-1/+18
2014-11-08Input: elantech - use elantech_report_trackpoint for hardware v4 tooUlrik De Bie-2/+14
2014-09-08Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede-0/+1
2014-09-08Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede-0/+3
2014-09-08Input: elantech - fix detection of touchpad on ASUS s301lHans de Goede-0/+7
2014-08-26Input: elantech - add support for trackpoint found on some v3 modelsUlrik De Bie-9/+127
2014-08-26Input: elantech - reset the device when elantech probe failsUlrik De Bie-0/+1
2014-06-07Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is setHans de Goede-2/+3
2014-06-07Input: elantech - deal with clickpads reporting right button eventsHans de Goede-4/+18
2014-05-05Input: elantech - fix touchpad initialization on Gigabyte U2442Hans de Goede-1/+25
2014-04-22Input: elantech - add support for newer elantech touchpadsJordan Rife-0/+1
2013-12-18Input: elantech - improve clickpad detectionHans de Goede-3/+42
2013-12-05Input: elantech - add support for newer (August 2013) devicesMatt Walker-0/+1
2013-08-24Input: elantech - fix packet check for v3 and v4 hardwareMatteo Delfino-4/+40
2013-07-06Input: elantech - fix for newer hardware versions (v7)Matteo Delfino-8/+9
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg-2/+2
2012-04-10Input: elantech - v4 is a clickpad, with only one buttonJJ Ding-2/+4
2012-04-10Input: elantech - reset touchpad before configuring itJJ Ding-0/+4
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov-8/+18
2011-11-20Input: elantech - add resolution query support for v4 hardwareJJ Ding-0/+37
2011-11-20Input: elantech - add support for elantech fast commandJJ Ding-8/+28
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding-5/+2
2011-11-09Input: elantech - adjust hw_version detection logicJJ Ding-8/+18
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov-37/+47
2011-09-20Input: elantech - remove module parameter force_elantechJJ Ding-10/+2
2011-09-20Input: elantech - better support all those v2 variantsJJ Ding-5/+41
2011-09-09Input: elantech - add v4 hardware supportJJ Ding-13/+236
2011-09-09Input: elantech - add v3 hardware supportJJ Ding-19/+189
2011-09-09Input: elantech - clean up elantech_initJJ Ding-30/+39
2011-09-09Input: elantech - packet checking for v2 hardwareJJ Ding-5/+34
2011-09-09Input: elantech - use firmware provided x, y rangesJJ Ding-15/+56
2011-09-09Input: elantech - get rid of ETP_2FT_* in elantech.hJJ Ding-15/+13
2011-09-09Input: elantech - correct x, y value range for v2 hardwareJJ Ding-4/+4
2011-05-16Input: elantech - remove support for proprietary X driverÉric Piel-12/+0
2011-05-16Input: elantech - report multitouch with proper ABS_MT messagesÉric Piel-5/+34
2011-05-16Input: elantech - export pressure and width when supportedÉric Piel-1/+22
2010-10-13Input: return -ENOMEM in select drivers when memory allocation failsDavidlohr Bueso-1/+1
2010-08-05Input: elantech - report position also with 3 fingersÉric Piel-0/+10
2010-08-05Input: elantech - discard the first 2 positions on some firmwaresÉric Piel-11/+10
2010-05-19Input: elantech - relax signature checksDmitry Torokhov-1/+19
2010-05-19Input: elantech - enforce common prefix on messagesDmitry Torokhov-35/+32
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-12/+12
2010-05-13Input: elantech - use all 3 bytes when checking versionDmitry Torokhov-12/+12
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-28/+56
2010-05-03Input: elantech - ignore high bits in the position coordinatesFlorian Ragwitz-25/+44