Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-16 Thread Stefan Schmidt
Hello. Sorry for the delay. Got sick in between. Thanks for taking the time to review this. On 08/12/2013 05:14 PM, Thomas Daede wrote: On Thu, Aug 1, 2013 at 3:39 AM, Stefan Schmidt wrote: + + sensor"> + Updated sensor data available from compass + + + +

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-16 Thread Stefan Schmidt
Hello. Sorry for the late reply. Got sick in between. First of all thanks for taking the time to review this and provide feedback. On 08/12/2013 04:54 PM, David Herrmann wrote: On Thu, Aug 1, 2013 at 10:39 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particula

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread Thomas Daede
On Thu, Aug 1, 2013 at 3:39 AM, Stefan Schmidt wrote: > + > + > + Updated sensor data available from compass > + > + > + > + > + These events don't have any units, and there isn't any particular information about the sensor passed either. Is this suppo

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread David Herrmann
Hi On Thu, Aug 1, 2013 at 10:39 AM, Stefan Schmidt wrote: > Treating some specific sensors as input devices. In particular > adding support for wl_compass, wl_gyroscope and wl_accelerometer here. > > We have requests to start and stop sensor event receiving as well as > events to receive the diff

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread Stefan Schmidt
Hello. On 08/01/2013 09:39 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. We have requests to start and stop sensor event receiving as well as events to receive the different axis va

[RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-01 Thread Stefan Schmidt
Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. We have requests to start and stop sensor event receiving as well as events to receive the different axis values for these sensors. Signed-off-by: Stefan Schmidt