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.
This commit is contained in:
parent
7b246e0892
commit
ee15b474fd
|
@ -58,7 +58,7 @@ class DeviceMode(enum.Enum):
|
||||||
|
|
||||||
wacom_live_rdesc_template = [
|
wacom_live_rdesc_template = [
|
||||||
0x05, 0x0d, # Usage Page (Digitizers) 0
|
0x05, 0x0d, # Usage Page (Digitizers) 0
|
||||||
0x09, 0x02, # Usage (Pen) 2
|
0x09, 0x01, # Usage (Digitizer) 2
|
||||||
0xa1, 0x01, # Collection (Application) 4
|
0xa1, 0x01, # Collection (Application) 4
|
||||||
0x85, 0x01, # .Report ID (1) 6
|
0x85, 0x01, # .Report ID (1) 6
|
||||||
0x09, 0x20, # .Usage (Stylus) 8
|
0x09, 0x20, # .Usage (Stylus) 8
|
||||||
|
|
Loading…
Reference in New Issue