summaryrefslogtreecommitdiff
path: root/src/filter-touchpad-x230.c
AgeCommit message (Collapse)AuthorFilesLines
2018-04-18filter: namespace the various trackers_* functionsPeter Hutterer1-7/+7
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2018-04-18filter: drop the ntrackers argument from init_trackersPeter Hutterer1-6/+1
Reduces the duplication, everyone uses the same value anyway Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2018-04-18filter: move the x230 filter into a separate filePeter Hutterer1-0/+356
There's a fair bit of duplication of code from filter.c but it's not worth disecting this and optimising it. The device is 5 years old now, we don't want to touch this accel method so duplication is good here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>