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