Skip to content

iptsd 0.3

Compare
Choose a tag to compare
@StollD StollD released this 22 Dec 19:59
· 850 commits to master since this release
9567eec
  • Rewrote iptsd using C. This massively reduces resource usage.
  • Removed the stylus smoothing code that caused the cursor to lag behind
  • Added a stylus rejection cone calculation, every touch that is under the stylus will be ignored (Thanks @tmarkov!)
  • Made touch and stability thresholds configurable
  • Added ChromeOS compatibility by emitting ABS_X/Y and ABS_MT_TOOL_X/Y events. (Thanks @sebanc and @kitakar5525)
  • iptsd won't set the coordinates of an input to 0 anymore when the touch is lifted. This also improves compatibility with ChromeOS
  • Emit events for the size and the angle of the touch area.
  • Fixed the jagged lines the stylus used to produce by only sending the reports that have a serial number attached. The reports with serial and the ones without contain different data and should not be mixed. (Thanks @qzed!)