Skip to content

Commit

Permalink
Reverted CTL-472 DetectMask back to old value
Browse files Browse the repository at this point in the history
DetectMask value of 0x40 cause to driver to miss some pen movements.
  • Loading branch information
hawku committed Dec 4, 2018
1 parent 0d10314 commit 87f4a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TabletDriverService/config/tablet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Tablet 0x056a 0x037a 0xFF00 0x000A
Name "Wacom CTL-472 (Wacom drivers installed)"
ReportId 0x02
ReportLength 11
DetectMask 0x20
DetectMask 0x40
MaxX 15200
MaxY 9500
MaxPressure 2047
Expand All @@ -141,7 +141,7 @@ Tablet 0x056a 0x037a 0xFF0D 0x0001
Name "Wacom CTL-472"
ReportId 0x02
ReportLength 10
DetectMask 0x20
DetectMask 0x40
MaxX 15200
MaxY 9500
MaxPressure 2047
Expand Down

0 comments on commit 87f4a06

Please sign in to comment.