From 67eb54c908623444aa8d6bf756e5030df5e2b371 Mon Sep 17 00:00:00 2001 From: Niclas Hoyer Date: Thu, 2 Jan 2020 20:50:08 +0100 Subject: [PATCH] Add company ID for Augmented Paper --- tuhi/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuhi/base.py b/tuhi/base.py index a18d4db..46bd27b 100644 --- a/tuhi/base.py +++ b/tuhi/base.py @@ -37,7 +37,7 @@ DEFAULT_CONFIG_PATH = Path(xdg.BaseDirectory.xdg_data_home, 'tuhi') logger = logging.getLogger('tuhi') -WACOM_COMPANY_IDS = [0x4755, 0x4157] +WACOM_COMPANY_IDS = [0x4755, 0x4157, 0x424d] class TuhiDevice(GObject.Object):