Bart Kroon

Results 8 comments of Bart Kroon

This change does make the error go away but for me it seems to actually make the zoom/rotate (in Google maps) worse. In the debug screen I can see that...

Looking at it with evtest, I suspect that the portion below may help in finding the issue: ``` Event: time 1594587835.910232, -------------- SYN_REPORT ------------ Event: time 1594587835.923414, type 3 (EV_ABS),...

I also noticed this section where the reports seem to get split, although that could just be an output thing? ``` Event: time 1594587834.800965, -------------- SYN_REPORT ------------ Event: time 1594587834.801807,...

I changed both the GetPalm() to return directly and commented the section you mentioned. These changes do not resolve the issue. Can anyone help me get detailed debug information so...

Reducing the touch threshold did not make a difference (it did make ghost appear when I lowered it enough). I am putting the evtest output I posted in issue #11...

In that case all this shows is that the touch indeed gets marked as lifted for a single "frame" randomly. Is there any way I could test if this problem...

I made some efforts in finding the origin on the problem. I added a counter in [processing/touch.go:Inputs()](https://github.com/linux-surface/iptsd/blob/master/processing/touch.go#L83) to print a line when all data points are zero. This print triggers...

You can make a multiline string: ``` kaniko-args: | --use-new-run --compressed-caching=false ```