commit | 5bed0128868ce0e71f243973b3fc7b3bfca902b5 | [log] [tgz] |
---|---|---|
author | Jason Gerecke <killertofu@gmail.com> | Mon Jul 19 13:55:30 2021 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Jul 28 11:45:40 2021 +0200 |
tree | 4769cb8a78e2d86e88851f825cffcf78ef01eb8b | |
parent | dc9dc864f35dd3b87d52fbe9809773576ac77d32 [diff] |
HID: wacom: Short-circuit processing of touch when it is disabled Avoid doing unnecessary work when touch is disabled by detecting this condition and returning early. Note that the probe process sends GET FEATURE requests to discover e.g. HID_DG_CONTACTMAX, so we can't start ignoring touch reports until probe finishes. Signed-off-by: Ping Cheng <ping.cheng@wacom.com> Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>