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