S3C: Backported openmoko's touchscreen filters
commite92d83d59a14ffaeafa69d51e7d8b84f4bde14d1
authorMichel Pollet <buserror@gmail.com>
Sat, 14 Mar 2009 10:24:07 +0000 (14 10:24 +0000)
committerMichel Pollet <buserror@gmail.com>
Sat, 22 Aug 2009 09:38:58 +0000 (22 10:38 +0100)
tree143d58de4479df46fdf5acd7005cd84c627a4ee6
parentbbc018d470670d5a129056edfc8a0d0dba90fdcf
S3C: Backported openmoko's touchscreen filters

Openmoko's touchscreen layer supports various filtering policy
for the ADC and touchscreen corrdinates. This is a staight port.
12 files changed:
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ts_filter.c [new file with mode: 0644]
drivers/input/touchscreen/ts_filter.h [new file with mode: 0644]
drivers/input/touchscreen/ts_filter_group.c [new file with mode: 0644]
drivers/input/touchscreen/ts_filter_group.h [new file with mode: 0644]
drivers/input/touchscreen/ts_filter_linear.c [new file with mode: 0644]
drivers/input/touchscreen/ts_filter_linear.h [new file with mode: 0644]
drivers/input/touchscreen/ts_filter_mean.c [new file with mode: 0644]
drivers/input/touchscreen/ts_filter_mean.h [new file with mode: 0644]
drivers/input/touchscreen/ts_filter_median.c [new file with mode: 0644]
drivers/input/touchscreen/ts_filter_median.h [new file with mode: 0644]