index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
/
elantech.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-19
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
1
-2
/
+2
2012-04-10
Input: elantech - v4 is a clickpad, with only one button
JJ Ding
1
-2
/
+4
2012-04-10
Input: elantech - reset touchpad before configuring it
JJ Ding
1
-0
/
+4
2011-11-29
Merge commit 'v3.2-rc3' into next
Dmitry Torokhov
1
-8
/
+18
2011-11-21
Input: elantech - add resolution query support for v4 hardware
JJ Ding
1
-0
/
+37
2011-11-21
Input: elantech - add support for elantech fast command
JJ Ding
1
-8
/
+28
2011-11-10
Input: convert obsolete strict_strtox to kstrtox
JJ Ding
1
-5
/
+2
2011-11-10
Input: elantech - adjust hw_version detection logic
JJ Ding
1
-8
/
+18
2011-10-11
Input: psmouse - switch to using dev_*() for messages
Dmitry Torokhov
1
-37
/
+47
2011-09-21
Input: elantech - remove module parameter force_elantech
JJ Ding
1
-10
/
+2
2011-09-21
Input: elantech - better support all those v2 variants
JJ Ding
1
-5
/
+41
2011-09-09
Input: elantech - add v4 hardware support
JJ Ding
1
-13
/
+236
2011-09-09
Input: elantech - add v3 hardware support
JJ Ding
1
-19
/
+189
2011-09-09
Input: elantech - clean up elantech_init
JJ Ding
1
-30
/
+39
2011-09-09
Input: elantech - packet checking for v2 hardware
JJ Ding
1
-5
/
+34
2011-09-09
Input: elantech - use firmware provided x, y ranges
JJ Ding
1
-15
/
+56
2011-09-09
Input: elantech - get rid of ETP_2FT_* in elantech.h
JJ Ding
1
-15
/
+13
2011-09-09
Input: elantech - correct x, y value range for v2 hardware
JJ Ding
1
-4
/
+4
2011-05-17
Input: elantech - remove support for proprietary X driver
Éric Piel
1
-12
/
+0
2011-05-17
Input: elantech - report multitouch with proper ABS_MT messages
Éric Piel
1
-5
/
+34
2011-05-17
Input: elantech - export pressure and width when supported
Éric Piel
1
-1
/
+22
2010-10-13
Input: return -ENOMEM in select drivers when memory allocation fails
Davidlohr Bueso
1
-1
/
+1
2010-08-06
Input: elantech - report position also with 3 fingers
Éric Piel
1
-0
/
+10
2010-08-06
Input: elantech - discard the first 2 positions on some firmwares
Éric Piel
1
-11
/
+10
2010-05-19
Input: elantech - relax signature checks
Dmitry Torokhov
1
-1
/
+19
2010-05-19
Input: elantech - enforce common prefix on messages
Dmitry Torokhov
1
-35
/
+32
2010-05-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-12
/
+12
2010-05-13
Input: elantech - use all 3 bytes when checking version
Dmitry Torokhov
1
-12
/
+12
2010-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-28
/
+56
2010-05-04
Input: elantech - ignore high bits in the position coordinates
Florian Ragwitz
1
-25
/
+44
2010-05-04
Input: elantech - allow forcing Elantech protocol
Florian Ragwitz
1
-2
/
+10
2010-05-04
Input: elantech - fix firmware version check
Florian Ragwitz
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-11-20
Input: elantech - do not advertise relative events
Dmitry Torokhov
1
-0
/
+1
2009-09-11
Input: psmouse - use boolean type
Dmitry Torokhov
1
-1
/
+1
2009-04-19
Input: elantech - make sure touchpad is really in absolute mode
Arjan Opmeer
1
-5
/
+16
2009-04-19
Input: elantech - provide a workaround for jumpy cursor on firmware 2.34
Arjan Opmeer
1
-2
/
+25
2009-03-01
Input: elantech - touchpad driver miss-recognising logitech mice
Arjan Opmeer
1
-8
/
+24
2008-10-17
Input: psmouse - add support for Elantech touchpads
Arjan Opmeer
1
-0
/
+674