S3C: Backported openmoko's touchscreen filtersmini2440-extras
commit8f6d6fd9ee333c95ab8ab5b4179e310424ee6faa
authorMichel Pollet <buserror@gmail.com>
Sat, 14 Mar 2009 10:24:07 +0000 (14 10:24 +0000)
committerMichel Pollet <buserror@gmail.com>
Wed, 10 Jun 2009 08:09:03 +0000 (10 09:09 +0100)
treef05c3079317eb90581edfa549ce9f277449a88ac
parent5f0b7475be266079a656400ade1ce149ce6f5970
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]