chore: switch device id number to hex for easier matching with header files, and add comment noting what they mean

This commit is contained in:
Andrew Somerville
2020-04-28 00:57:48 -04:00
parent 7459ae2f49
commit 67760104b8

View File

@@ -25,8 +25,8 @@ def create_local_device():
# Set device properties to emulate those of Wacom tablets
device.name = 'reMarkable tablet'
device.id = {
'bustype': 24,
'vendor': 1386,
'bustype': 0x18, # i2c
'vendor': 0x056a, # wacom
'product': 0,
'version': 54
}