summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elantech.c
Commit message (Expand)AuthorAgeFilesLines
* Input: elantech - add more Fujtisu notebooks to force crc_enabledRainer Koenig2015-02-011-0/+16
* Input: elantech - support new ICs types for version 4Sam hung2015-01-081-0/+2
* Input: elantech - trust firmware about trackpoint presenceDmitry Torokhov2014-11-251-9/+1Star
* Input: elantech - provide a sysfs knob for crc_enabledUlrik De Bie2014-11-141-0/+2
* Input: elantech - report the middle button of the touchpadUlrik De Bie2014-11-141-0/+19
* Input: elantech - fix crc_enabled for Fujitsu H730Ulrik De Bie2014-11-081-1/+18
* Input: elantech - use elantech_report_trackpoint for hardware v4 tooUlrik De Bie2014-11-081-2/+14
* Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede2014-09-081-0/+1
* Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede2014-09-081-0/+3
* Input: elantech - fix detection of touchpad on ASUS s301lHans de Goede2014-09-081-0/+7
* Input: elantech - add support for trackpoint found on some v3 modelsUlrik De Bie2014-08-271-9/+127
* Input: elantech - reset the device when elantech probe failsUlrik De Bie2014-08-271-0/+1
* Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is setHans de Goede2014-06-081-2/+3
* Input: elantech - deal with clickpads reporting right button eventsHans de Goede2014-06-081-4/+18
* Input: elantech - fix touchpad initialization on Gigabyte U2442Hans de Goede2014-05-051-1/+25
* Input: elantech - add support for newer elantech touchpadsJordan Rife2014-04-231-0/+1
* Input: elantech - improve clickpad detectionHans de Goede2013-12-181-3/+42
* Input: elantech - add support for newer (August 2013) devicesMatt Walker2013-12-051-0/+1
* Input: elantech - fix packet check for v3 and v4 hardwareMatteo Delfino2013-08-251-4/+40
* Input: elantech - fix for newer hardware versions (v7)Matteo Delfino2013-07-071-8/+9
* Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-2/+2
* Input: elantech - v4 is a clickpad, with only one buttonJJ Ding2012-04-101-2/+4
* Input: elantech - reset touchpad before configuring itJJ Ding2012-04-101-0/+4
* Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-291-8/+18
|\
| * Input: elantech - adjust hw_version detection logicJJ Ding2011-11-101-8/+18
* | Input: elantech - add resolution query support for v4 hardwareJJ Ding2011-11-211-0/+37
* | Input: elantech - add support for elantech fast commandJJ Ding2011-11-211-8/+28
* | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-101-5/+2Star
|/
* Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov2011-10-111-37/+47
* Input: elantech - remove module parameter force_elantechJJ Ding2011-09-211-10/+2Star
* Input: elantech - better support all those v2 variantsJJ Ding2011-09-211-5/+41
* Input: elantech - add v4 hardware supportJJ Ding2011-09-091-13/+236
* Input: elantech - add v3 hardware supportJJ Ding2011-09-091-19/+189
* Input: elantech - clean up elantech_initJJ Ding2011-09-091-30/+39
* Input: elantech - packet checking for v2 hardwareJJ Ding2011-09-091-5/+34
* Input: elantech - use firmware provided x, y rangesJJ Ding2011-09-091-15/+56
* Input: elantech - get rid of ETP_2FT_* in elantech.hJJ Ding2011-09-091-15/+13Star
* Input: elantech - correct x, y value range for v2 hardwareJJ Ding2011-09-091-4/+4
* Input: elantech - remove support for proprietary X driverÉric Piel2011-05-171-12/+0Star
* Input: elantech - report multitouch with proper ABS_MT messagesÉric Piel2011-05-171-5/+34
* Input: elantech - export pressure and width when supportedÉric Piel2011-05-171-1/+22
* Input: return -ENOMEM in select drivers when memory allocation failsDavidlohr Bueso2010-10-131-1/+1
* Input: elantech - report position also with 3 fingersÉric Piel2010-08-061-0/+10
* Input: elantech - discard the first 2 positions on some firmwaresÉric Piel2010-08-061-11/+10Star
* Input: elantech - relax signature checksDmitry Torokhov2010-05-191-1/+19
* Input: elantech - enforce common prefix on messagesDmitry Torokhov2010-05-191-35/+32Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-131-12/+12
|\
| * Input: elantech - use all 3 bytes when checking versionDmitry Torokhov2010-05-131-12/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-051-28/+56
|\|
| * Input: elantech - ignore high bits in the position coordinatesFlorian Ragwitz2010-05-041-25/+44