Re: [PATCH v7 2/9] iio: Add channel for Position Relative

2018-06-10 Thread Jonathan Cameron
On Tue, 22 May 2018 10:52:32 +0300 Eugen Hristev wrote: > Add new channel type for relative position on a pad. > > These type of analog sensor offers the position of a pen > on a touchpad, and is represented as a voltage, which can be > converted to a position on X and Y axis on the pad. > The c

[PATCH v7 2/9] iio: Add channel for Position Relative

2018-05-22 Thread Eugen Hristev
Add new channel type for relative position on a pad. These type of analog sensor offers the position of a pen on a touchpad, and is represented as a voltage, which can be converted to a position on X and Y axis on the pad. The channel will hand the relative position on the pad in both directions.