wacom: fix pressure range for the IntuosPro

8191 seems to be the max value

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/162/head
Peter Hutterer 2019-08-14 10:16:27 +10:00
parent 85f2e3c67a
commit 790d8c5e31
1 changed files with 1 additions and 1 deletions

View File

@ -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,