Re: [PATCH] platform/chrome: wilco_ec: Add telemetry data char device interface

2019-04-18 Thread Duncan Laurie
On Mon, Apr 15, 2019 at 1:04 AM Enrico Weigelt, metux IT consult wrote: > > On 13.04.19 00:45, Nick Crews wrote: > > The Wilco Embedded Controller is able to send telemetry data > > which is useful for enterprise applications. > > What kind of "enterprise applications" exactly ? > > > A daemon run

Re: [PATCH] platform/chrome: wilco_ec: Add telemetry data char device interface

2019-04-15 Thread Enrico Weigelt, metux IT consult
On 13.04.19 00:45, Nick Crews wrote: > The Wilco Embedded Controller is able to send telemetry data > which is useful for enterprise applications. What kind of "enterprise applications" exactly ? > A daemon running on > the OS sends a command to the EC via write() to char device, > and can read

[PATCH] platform/chrome: wilco_ec: Add telemetry data char device interface

2019-04-12 Thread Nick Crews
The Wilco Embedded Controller is able to send telemetry data which is useful for enterprise applications. A daemon running on the OS sends a command to the EC via write() to char device, and can read the response with a read() request. Both the request and the response are in an opaque binary forma