commit | 9d339fe4cbd5de150f2d9fd554cc7e7213d09f08 | [log] [tgz] |
---|---|---|
author | Jason Gerecke <killertofu@gmail.com> | Mon Jul 19 13:55:33 2021 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Jul 28 11:45:41 2021 +0200 |
tree | 8c4038130c10f35ab623ea445ba90a75e25d79f2 | |
parent | ccb51c2e3f0598934c3698f3645a3cb99add201c [diff] |
HID: wacom: Refactor touch input mute checks into a common function We perform this same set of tests to see if touch input is muted in several places. We might as well replace these independent copies with an inline function. Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>