tuhi/tuhi
Peter Hutterer 7796d3c110 wacom: don't add points to the log until we have an absolute value
On the Intuos Pro at least we sometimes get events that are all relative at
first and it can take several events for us to have all three values as
absolute. This is likely a parsing error on our side, but meanwhile don't
write the data until we have at least one known value for all three axes.

And because the SVG writer isn't happy with empty strokes, add a seal()
function to the drawing to purge empty strokes.

Fixed #92 or at least works around it
2018-02-14 14:54:17 +10:00
..
__init__.py __init__: remove empty line that snuck in during rebasing 2018-01-24 21:39:56 +10:00
base.py tuhi: hook up live mode 2018-02-14 06:23:25 +10:00
ble.py ble: drop the 'event' argument from device-added 2018-02-13 14:51:40 +01:00
config.py config: store the protocol used by the device in the config file 2018-02-09 13:31:11 +10:00
dbusserver.py live-mode: properly pack the fds over DBus 2018-02-14 06:23:25 +10:00
drawing.py wacom: don't add points to the log until we have an absolute value 2018-02-14 14:54:17 +10:00
uhid.py wacom: create a uhid device on live mode 2018-02-14 06:23:25 +10:00
wacom.py wacom: don't add points to the log until we have an absolute value 2018-02-14 14:54:17 +10:00