wacom: fix pressure range for the IntuosPro
8191 seems to be the max value Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
85f2e3c67a
commit
790d8c5e31
|
@ -1049,7 +1049,7 @@ class WacomProtocolIntuosPro(WacomProtocolSlate):
|
|||
y_min = 0
|
||||
y_max = 29600
|
||||
|
||||
pressure = 4095
|
||||
pressure = 8192
|
||||
protocol = ProtocolVersion.INTUOS_PRO
|
||||
packet_handlers = [WacomPacketHandlerStrokePrefixIntuosPro,
|
||||
WacomPacketHandlerStrokeTimestampIntuosPro,
|
||||
|
|
Loading…
Reference in New Issue