Dorian Stoll
Dorian Stoll
After a long and exhausting battle against the evil forces of the CI I was finally victorious! Or so... Anyways. **iptsd 0.3 was released** With this release we ported the...
Maybe try a two button reset (equivalent of removing the battery): https://www.thewindowsclub.com/surface-pro-two-button-shutdown
> Intel(R) Precise Touch Device: This makes me wonder: Could the intel variants still be using IPTS, but maybe it got modified so much that the old driver from intel...
Ok, I forgot that the kernel mei module needs to know about the PCI device first (in fact IPTS still patches in the device for surface because upstream doesn't have...
No, it means I am too stupid to type correctly. Please try again with `drivers` instead of `driver`. Oops.
`$ sudo echo '0000:00:16.4' | sudo tee /sys/module/mei_me/drivers/pci:mei_me/module/drivers/bind` you have a duplicated `/module/drivers` in there. The full command should be `echo '0000:00:16.4' | sudo tee /sys/module/mei_me/drivers/pci:mei_me/bind`. I should have just...
Ok, that is a bit more clear. Can you post the result of `ls -l /sys/bus/pci/devices/`? I copied that device ID from my surface, maybe there are subtile differences. Also,...
Sometimes after suspending and resuming the touch data that is returned by IPTS will contain large noisy spots. They are only there when nothing touches the screen, and only go...
Because singletouch processing is done in the firmware, with code from Intel and probably Microsoft too. Multitouch processing is done with iptsd, which cannot properly handle these noisy spots yet....
> I was already using the lts version i think If you are using the LTS version, there is not much that we can do to fix it. The processing...