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