summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-13README: added fileHEADmasterAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2017-02-13copyright: added GPLv2 licenseAndi Shyti
Added GPLv2 copyright file and copyright header to the stmfts.c file Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2017-02-10stmfts: add mask for EV_ABS filteringAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2017-01-12stmfts: add missing break in switch-case statementAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2017-01-12stmfts: re-enable tracking id recognition eventAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2017-02-09stmfts: fix close issueAndi Shyti
close if the file is not the right one (strncmp different than '0'), otherwise return because the file is the right one. Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2017-02-09stmfts: added hovering and key supportAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2016-11-03stmfts: exit in case of failureAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2016-12-15Makefile: added fileAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2016-12-15gitignore: added fileAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2016-12-15stmfts: declare 'fd' variable as integerAndi Shyti
The 'fd' variable has not been declared when passed as a parameter. Declare it as integer. This mutes the following warning: stmfts.c: In function ‘stmfts_read_event’: stmfts.c:36:5: warning: type of ‘fd’ defaults to ‘int’ [-Wimplicit-int] int stmfts_read_event(fd) Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
2016-12-15stmfts.c: added fileAndi Shyti
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>