Add company ID for Augmented Paper

pull/240/head
Niclas Hoyer 2020-01-02 20:50:08 +01:00 committed by Peter Hutterer
parent 170b2c0d8a
commit 67eb54c908
1 changed files with 1 additions and 1 deletions

View File

@ -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):