summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elantech.c
AgeCommit message (Expand)AuthorLines
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
2010-05-03Input: elantech - allow forcing Elantech protocolFlorian Ragwitz-2/+10
2010-05-03Input: elantech - fix firmware version checkFlorian Ragwitz-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-11-20Input: elantech - do not advertise relative eventsDmitry Torokhov-0/+1
2009-09-10Input: psmouse - use boolean typeDmitry Torokhov-1/+1
2009-04-18Input: elantech - make sure touchpad is really in absolute modeArjan Opmeer-5/+16
2009-04-18Input: elantech - provide a workaround for jumpy cursor on firmware 2.34Arjan Opmeer-2/+25
2009-02-28Input: elantech - touchpad driver miss-recognising logitech miceArjan Opmeer-8/+24
2008-10-16Input: psmouse - add support for Elantech touchpadsArjan Opmeer-0/+674