tuhi/tuhi
Benjamin Tissoires a5cb084a31 wacom: use semaphore instead of polling
Using polling is bad, true, but it worked. However, using a Semaphore
is better and we can directly benefit from the internal timeout
implementation.
2018-02-16 10:51:09 +01:00
..
__init__.py __init__: remove empty line that snuck in during rebasing 2018-01-24 21:39:56 +10:00
base.py wacom: add support for the Intuos Pro 2 paper 2018-02-14 15:03:02 +10:00
ble.py ble: disable a debug message 2018-02-16 15:43:28 +10: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 drawing: add a stroke.seal() functionality 2018-02-16 15:43:28 +10:00
uhid.py wacom: create a uhid device on live mode 2018-02-14 06:23:25 +10:00
wacom.py wacom: use semaphore instead of polling 2018-02-16 10:51:09 +01:00