S3C: Backported openmoko's touchscreen filtersmini2440-dev-extras
commit74eab4396bb20b71ffb7a3a7307b96d7efea5caf
authorMichel Pollet <buserror@gmail.com>
Sat, 14 Mar 2009 10:24:07 +0000 (14 10:24 +0000)
committerMichel Pollet <buserror@gmail.com>
Sun, 22 Nov 2009 15:38:45 +0000 (22 15:38 +0000)
treea0f3a2ac9faab23c3609309b374f60846c0f668f
parent8b10eb7b712df8d977ccd48587ab7ed61f446f7e
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]