Re: [PATCH v3 03/11] iio: Add channel for Position Relative

2018-04-18 Thread Jonathan Cameron
On Tue, 17 Apr 2018 10:30:46 +0300 Eugen Hristev wrote: > On 15.04.2018 22:29, Jonathan Cameron wrote: > > On Tue, 10 Apr 2018 11:57:49 +0300 > > Eugen Hristev wrote: > > > >> Add new channel type for relative position on a pad. > >>

Re: [PATCH v3 03/11] iio: Add channel for Position Relative

2018-04-18 Thread Jonathan Cameron
On Tue, 17 Apr 2018 10:30:46 +0300 Eugen Hristev wrote: > On 15.04.2018 22:29, Jonathan Cameron wrote: > > On Tue, 10 Apr 2018 11:57:49 +0300 > > Eugen Hristev wrote: > > > >> Add new channel type for relative position on a pad. > >> > >> These type of analog sensor offers the position of a

Re: [PATCH v3 03/11] iio: Add channel for Position Relative

2018-04-17 Thread Eugen Hristev
On 15.04.2018 22:29, Jonathan Cameron wrote: On Tue, 10 Apr 2018 11:57:49 +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,

Re: [PATCH v3 03/11] iio: Add channel for Position Relative

2018-04-17 Thread Eugen Hristev
On 15.04.2018 22:29, Jonathan Cameron wrote: On Tue, 10 Apr 2018 11:57:49 +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

Re: [PATCH v3 03/11] iio: Add channel for Position Relative

2018-04-15 Thread Jonathan Cameron
On Tue, 10 Apr 2018 11:57:49 +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

Re: [PATCH v3 03/11] iio: Add channel for Position Relative

2018-04-15 Thread Jonathan Cameron
On Tue, 10 Apr 2018 11:57:49 +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

[PATCH v3 03/11] iio: Add channel for Position Relative

2018-04-10 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.

[PATCH v3 03/11] iio: Add channel for Position Relative

2018-04-10 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.