tuhi/tuhi
Niclas Hoyer a0566e0dc0 Workaround for Spark register problems
This is a workaround for registering problems with Spark.
The registration hangs at "Connecting to device...".

Internally the `GENERAL_ERROR` occurs, which is expected
when registering a Spark device, but this should also
raise an AuthorizeException, but it instead reaches the
handler as DeviceError.

It is currently unclear why the `GENERAL_ERROR` passes to
this handler, so this catches any `GENERAL_ERROR` while
registering a Spark device.
2020-01-07 11:00:11 +10:00
..
gui Add png export feature 2019-09-30 09:50:03 +02:00
__init__.py __init__: remove empty line that snuck in during rebasing 2018-01-24 21:39:56 +10:00
base.py Add company ID for Augmented Paper 2020-01-03 10:34:25 +10:00
ble.py ble: downgrade three more debug messages 2019-09-03 16:22:18 +10:00
config.py config: don't purge drawings 2019-08-26 09:18:10 +10:00
dbusclient.py dbusclient: make the live property mirror the dbus one 2019-09-03 16:22:18 +10:00
dbusserver.py dbus: change EAGAIN to EBUSY for "already listening" 2019-08-23 10:38:36 +02:00
drawing.py wacom: add a session id field to make it easier to find log files 2019-08-23 10:46:14 +02:00
export.py export: drop unused import 2019-09-30 18:05:39 +10:00
protocol.py protocol: handle 0xb3 automatically 2019-08-29 12:38:21 +10:00
uhid.py wacom: create a uhid device on live mode 2018-02-14 06:23:25 +10:00
util.py protocol: add stroke parsing 2019-08-21 09:31:52 +02:00
wacom.py Workaround for Spark register problems 2020-01-07 11:00:11 +10:00