aboutsummaryrefslogtreecommitdiff
path: root/include/linux/input/touchscreen.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Input: add common DT binding for touchscreensSebastian Reichel1-0/+22
Add common DT binding documentation for touchscreen devices and implement input_parse_touchscreen_of_params, which parses the common properties and configures the input device accordingly. The method currently does not interpret the axis inversion properties, since there is no matching flag in the generic linux input device. Reviewed-by: Pavel Machek <[email protected]> Acked-by: Aaro Koskinen <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>