index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
/
synaptics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-15
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-3
/
+69
2014-08-08
Input: synaptics - use firmware data for Cr-48
Henrik Rydberg
1
-2
/
+68
2014-08-08
Input: synaptics - properly initialize slots for semi-MT
Dmitry Torokhov
1
-3
/
+3
2014-07-15
Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)
Hans de Goede
1
-2
/
+3
2014-06-08
Input: synaptics - fix resolution for manually provided min/max
Benjamin Tissoires
1
-9
/
+10
2014-05-27
Input: synaptics - change min/max quirk table to pnp-id matching
Hans de Goede
1
-113
/
+36
2014-05-27
Input: synaptics - add a matches_pnp_id helper function
Hans de Goede
1
-11
/
+14
2014-05-27
Input: synaptics - T540p - unify with other LEN0034 models
Hans de Goede
1
-1
/
+1
2014-05-14
Input: synaptics - add min/max quirk for the ThinkPad W540
Hans de Goede
1
-0
/
+8
2014-04-24
Input: synaptics - add min/max quirk for ThinkPad Edge E431
Hans de Goede
1
-0
/
+8
2014-04-20
Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga ...
Hans de Goede
1
-0
/
+42
2014-04-20
Input: synaptics - report INPUT_PROP_TOPBUTTONPAD property
Hans de Goede
1
-2
/
+53
2014-03-28
Input: synaptics - add manual min/max quirk for ThinkPad X240
Hans de Goede
1
-0
/
+8
2014-03-28
Input: synaptics - add manual min/max quirk
Benjamin Tissoires
1
-0
/
+47
2013-08-13
Input: synaptics - fix incorrect placement of __initconst
Sachin Kamat
1
-2
/
+2
2013-06-04
Input: synaptics - fix sync lost after resume on some laptops
Eric Miao
1
-0
/
+2
2013-02-16
Input: synaptics - initialize pointer emulation usage
Henrik Rydberg
1
-1
/
+1
2013-02-14
Input: synaptics - fix 1->3 contact transition reporting
Daniel Kurtz
1
-3
/
+27
2012-10-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-8
/
+23
2012-09-28
Input: synaptics - adjust threshold for treating position values as negative
Seth Forshee
1
-8
/
+23
2012-09-19
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
1
-2
/
+2
2012-07-25
Input: synaptics - handle out of bounds values from the hardware
Seth Forshee
1
-0
/
+22
2012-07-08
Input: synaptics - print firmware ID and board number at init
Daniel Kurtz
1
-2
/
+36
2012-05-24
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-10
/
+10
2012-05-11
Input: synaptics - fix compile warning
JJ Ding
1
-10
/
+10
2012-04-21
Input: synaptics - fix regression with "image sensor" trackpads
Benjamin Herrenschmidt
1
-1
/
+2
2012-01-09
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-55
/
+142
2011-12-12
Input: synaptics - fix touchpad not working after S2R on Vostro V13
Dmitry Torokhov
1
-0
/
+11
2011-11-15
Input: synaptics - update OLPC XO exclusion
Daniel Drake
1
-8
/
+5
2011-11-10
Input: synaptics - add support for Relative mode
Daniel Drake
1
-47
/
+137
2011-10-11
Input: psmouse - switch to using dev_*() for messages
Dmitry Torokhov
1
-37
/
+46
2011-08-24
Input: synaptics - process finger (<=5) transitions
Daniel Kurtz
1
-1
/
+44
2011-08-24
Input: synaptics - process finger (<=3) transitions
Daniel Kurtz
1
-16
/
+274
2011-08-24
Input: synaptics - decode AGM packet types
Daniel Kurtz
1
-6
/
+30
2011-08-24
Input: synaptics - add image sensor support
Daniel Kurtz
1
-17
/
+107
2011-08-24
Input: synaptics - refactor initialization of abs position axes
Daniel Kurtz
1
-24
/
+20
2011-08-24
Input: synaptics - refactor agm packet parsing
Daniel Kurtz
1
-5
/
+14
2011-08-24
Input: synaptics - refactor y inversion
Daniel Kurtz
1
-3
/
+12
2011-07-09
Input: synaptics - set minimum coordinates as reported by firmware
Dmitry Torokhov
1
-19
/
+37
2011-07-07
Input: synaptics - process button bits in AGM packets
Daniel Kurtz
1
-16
/
+16
2011-07-07
Input: synaptics - rename set_slot to be more descriptive
Daniel Kurtz
1
-7
/
+10
2011-07-07
Input: synaptics - fuzz position for touchpad with reduced filtering
Daniel Kurtz
1
-7
/
+8
2011-07-07
Input: synaptics - set resolution for MT_POSITION_X/Y axes
Daniel Kurtz
1
-0
/
+3
2011-03-31
Input: synaptics - fix crash in synaptics_module_init()
Jan Beulich
1
-2
/
+2
2011-01-29
Input: synaptics - retry failed resets when reconnecting
Alexandre Peixoto Ferreira
1
-2
/
+11
2011-01-29
Input: synaptics - fix reconnect logic on MT devices
Alexandre Peixoto Ferreira
1
-6
/
+13
2010-12-28
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...
Dmitry Torokhov
1
-5
/
+90
2010-12-23
Input: psmouse - disable the synaptics extension on OLPC machines
Andres Salomon
1
-0
/
+30
2010-12-23
Input: psmouse - fix up Synaptics comment
Andres Salomon
1
-2
/
+2
2010-12-22
Input: synaptics - ignore bogus mt packet
Henrik Rydberg
1
-2
/
+2
[next]