Re: [PATCH 02/14] iio: Add channel for Position

2017-12-29 Thread Jonathan Cameron
On Fri, 22 Dec 2017 17:07:09 +0200 Eugen Hristev wrote: > Add new channel type for position on a pad. > > These type of analog sensor represents 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

Re: [PATCH 02/14] iio: Add channel for Position

2017-12-29 Thread Jonathan Cameron
On Fri, 22 Dec 2017 17:07:09 +0200 Eugen Hristev wrote: > Add new channel type for position on a pad. > > These type of analog sensor represents 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 02/14] iio: Add channel for Position

2017-12-22 Thread Eugen Hristev
Add new channel type for position on a pad. These type of analog sensor represents 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 can then be consumed by a touchscreen driver or read as-is for a

[PATCH 02/14] iio: Add channel for Position

2017-12-22 Thread Eugen Hristev
Add new channel type for position on a pad. These type of analog sensor represents 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 can then be consumed by a touchscreen driver or read as-is for a