diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -38,7 +38,7 @@ static inline int istouch(const struct mtdev_slot *data, | |||
| 38 | !caps->has_abs[MTDEV_TOUCH_MAJOR]; | 38 | !caps->has_abs[MTDEV_TOUCH_MAJOR]; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | /* Dmitry Torokhov's code from kernel/driver/input/input.c */ | 41 | /* Response-augmented EWMA filter, courtesy of Vojtech Pavlik */ |
| 42 | static int defuzz(int value, int old_val, int fuzz) | 42 | static int defuzz(int value, int old_val, int fuzz) |
| 43 | { | 43 | { |
| 44 | if (fuzz) { | 44 | if (fuzz) { |
