Maximilian Luz

Results 702 comments of Maximilian Luz
trafficstars

> You haven't said why you think the phantom touches might be hardware while the crashing isn't. I thought I did (although it's a bit short): > As far as...

@condemnedmeat What I meant by consistent is that the HID data seems to be (at least from what you've described) syntactically valid and really shows a finger the way it...

> Do you think on a device without these touch issues information being sent to hid-record would remain tidier? Probably, yeah. Although that's at this point only a guess. I'll...

@condemnedmeat Building the kernel for Debain-based distros is fairly easy, everything should be explained in the readme. Just one note on that: instead of the `deb-pkg` target I'd recommend the...

If anyone wants to deal with the mailing list, please feel free to go ahead. I doubt that you'll get much of a response from that though, the code has...

Hi all, sorry I was silent for this long. I've had some other stuff to deal with and after that I've been working on getting IPTS ready for v5.2. Now...

> I assume HID/RAW data mode can be changed by Multi/Single touch mode change [1]. Right, should be the same, just named differently in the wiki vs. the code. Let's...

That's actually quite interesting. Considering it doesn't work at all if I comment out `ipts_send_feedback` here, I rather think it's the messages being dropped that are the issue. This _could_...

I've updated the diff above to address the ordering problem. Feedback messages will now be sent in the order in which `ipts_send_feedback` is called.

@kitakar5525 I'll try that shortly. I guess your findings could mean that the processing takes too long. We should be able to confirm that by adding something like `msleep(100)` in...