Re: iio sensors, acceleration and gyro.

2015-10-25 Thread Mike Mestnik
--- Top Post --- I've done some more research into this and I feel that the iio project has the answer, the kernel api. Looks like the developers of iio had already considered input events being generated from iio data, this includes both rotation(6 possible states and reasons other than an ~0,0 p

Re: iio sensors, acceleration and gyro.

2015-10-20 Thread Bastien Nocera
On Tue, 2015-10-20 at 08:39 +1000, Peter Hutterer wrote: > On Mon, Oct 19, 2015 at 12:20:27PM -0500, Mike Mestnik wrote: > > Hello, > >   I've been working on a project called iio-sensor-proxy, it's a > > project to take sensor readings and make them available over > > dbus.  I > > feel that this t

Re: iio sensors, acceleration and gyro.

2015-10-19 Thread Peter Hutterer
On Mon, Oct 19, 2015 at 12:20:27PM -0500, Mike Mestnik wrote: > Hello, > I've been working on a project called iio-sensor-proxy, it's a > project to take sensor readings and make them available over dbus. I > feel that this takes away from the generic concept that everything is > a file. > > Do

iio sensors, acceleration and gyro.

2015-10-19 Thread Mike Mestnik
Hello, I've been working on a project called iio-sensor-proxy, it's a project to take sensor readings and make them available over dbus. I feel that this takes away from the generic concept that everything is a file. Does this code perhaps have a better home in libinput? https://github.com/had