]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: of_touchscreen - register multitouch axes
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 22 Mar 2015 03:17:57 +0000 (20:17 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 24 Mar 2015 19:00:40 +0000 (12:00 -0700)
commit0a363a380954e10fece7cd9931b66056eeb07d56
tree6df78a4102996226ff88a68c5b3dc94506f0571d
parent3eea8b5d68c801fec788b411582b803463834752
Input: of_touchscreen - register multitouch axes

So far, the DT parsing code was only setting up the regular input axes,
completely ignoring their multitouch counter parts.

Fill them with the same parameters than the regular axes.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/of_touchscreen.c