wacom/live: make sure the kernel assigns INPUT_PROP_POINTER

The wacom kernel driver assigns INPUT_PROP_DIRECT if we use the
application Pen. Using the Digitizer one fixes that.
pull/95/head
Benjamin Tissoires 2018-02-15 11:44:14 +01:00
parent 7b246e0892
commit ee15b474fd
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class DeviceMode(enum.Enum):
wacom_live_rdesc_template = [
0x05, 0x0d, # Usage Page (Digitizers) 0
0x09, 0x02, # Usage (Pen) 2
0x09, 0x01, # Usage (Digitizer) 2
0xa1, 0x01, # Collection (Application) 4
0x85, 0x01, # .Report ID (1) 6
0x09, 0x20, # .Usage (Stylus) 8