Input: touchscreen - broaden use-cases described in comments
authorJeff LaBundy <jeff@labundy.com>
Mon, 22 Mar 2021 23:43:00 +0000 (16:43 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 25 Mar 2021 18:14:09 +0000 (11:14 -0700)
commit51e01fc04f1285b0e515a5262fc58682565d859c
tree9b32cc04383fcffc64cf1a339476367b18d1d4a2
parente28b5c8d0aaee116a0dd42c602fd667f8ffe2629
Input: touchscreen - broaden use-cases described in comments

Now that the helper functions have been moved to drivers/input/ so
that all input devices may use them, the introductory comments can
be updated to remove any implication that the helper functions are
solely limited to touchscreens.

This patch also scrubs any remaining use of 'DT' since there isn't
any actual dependency on OF. A minor spelling error is resolved as
well ('setups' -> 'sets up').

Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/20210301234928.4298-3-jeff@labundy.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen.c