Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HID: wacom: generic: Use generic codepath terminology in wacom_wac_pe…
…n_report The terminology used to describe the various degrees of pen proximity within the wacom_wac_pen_report function does not match that used elsewhere in the generic codepath. Specifically, the names of the variables "prox" and "range" were inspired by the non-generic codepaths. To make the generic codepath internally consistent, replace these terms with "range" and "sense" respectively. Signed-off-by: Jason Gerecke <[email protected]> Signed-off-by: Ping Cheng <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
- Loading branch information