On Thu, Sep 24, 2009 at 5:23 PM, Rask Ingemann Lambertsen <[email protected]> wrote: > On Tue, Sep 22, 2009 at 05:23:43AM -0500, Nelson Castillo wrote: >> diff --git a/drivers/input/touchscreen/ts_filter_group.c >> b/drivers/input/touchscreen/ts_filter_group.c >> index b7c3f3d..93f8fc6 100644 >> --- a/drivers/input/touchscreen/ts_filter_group.c >> +++ b/drivers/input/touchscreen/ts_filter_group.c >> @@ -20,29 +20,39 @@ >> * >> * This filter is useful to reject samples that are not reliable. We >> consider >> * that a sample is not reliable if it deviates form the Majority. >> + * This filter mixes information from all the available dimensions. It means >> + * that for two dimensions we draw a rectangle where the though-to-be good > > s/though/thought/
Fixed. Thanks.
