lkml.org 
[lkml]   [2008]   [Sep]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] bcm5974-0.62: Compatibility mode reverted, BTN_TOUCH event added
On Tue, Sep 02, 2008 at 10:05:56PM +0200, Henrik Rydberg wrote:
> @@ -296,6 +297,7 @@ static int report_tp_state(struct bcm5974 *dev, int size)
>
> input_report_abs(input, ABS_PRESSURE, int2bound(&c->p, p));
>
> + input_report_key(input, BTN_TOUCH, p > 0);

Just relying on p will probably make it too sensitive, have you tried
adding hysteresis, like synaptics driver does?

--
Dmitry


\
 
 \ /
  Last update: 2008-09-02 22:17    [W:0.260 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site