Hi Kamil,
A quick review:
On 05/06/15 14:37, Kamil Debski wrote:
> new file mode 100644
> index 000..bb817b7
> --- /dev/null
> +++ b/README
> @@ -0,0 +1,22 @@
> +libGenCEC - library for the generic HDMI CEC kernel interface
> +--
Hi Kamil,
There are a couple of bits that I've missed out previously. All but
the missing install of libgencec.pc are general cleanups.
On 6 May 2015 at 13:37, Kamil Debski wrote:
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,26 @@
> +/ar-lib
You can drop this (see the configure.ac note).
>
Add the libGenCEC library. It was designed to act as an interface between
the generic CEC kernel API and userspace applications. It provides a
simple interface for applications and an example application that can
be used to test the CEC functionality.
Signed-off-by: Kamil Debski
---
Hi,
This is