Re: [PATCHv16 08/13] DocBook/media: add CEC documentation

2016-06-18 Thread Dmitry Torokhov
On Fri, Jun 17, 2016 at 08:37:38AM -0300, Mauro Carvalho Chehab wrote: > Em Fri, 17 Jun 2016 13:09:10 +0200 > Hans Verkuil escreveu: > > > On 06/17/2016 11:50 AM, Mauro Carvalho Chehab wrote: > > One area where I am uncertain is when remote control messages are received > > and > > passed on by

Re: [PATCHv16 08/13] DocBook/media: add CEC documentation

2016-06-17 Thread Mauro Carvalho Chehab
Em Fri, 17 Jun 2016 13:09:10 +0200 Hans Verkuil escreveu: > On 06/17/2016 11:50 AM, Mauro Carvalho Chehab wrote: > + > +CEC_MODE_MONITOR > +0xe0 > +Put the file descriptor into monitor mode. Can only > be used in combination

Re: [PATCHv16 08/13] DocBook/media: add CEC documentation

2016-06-17 Thread Hans Verkuil
On 06/17/2016 11:50 AM, Mauro Carvalho Chehab wrote: + + CEC_MODE_MONITOR + 0xe0 + Put the file descriptor into monitor mode. Can only be used in combination + with CEC_MODE_NO_INITIATOR, otherwise &EINVAL; will be + returned. I

Re: [PATCHv16 08/13] DocBook/media: add CEC documentation

2016-06-17 Thread Mauro Carvalho Chehab
Em Fri, 17 Jun 2016 09:58:53 +0200 Hans Verkuil escreveu: > On 06/16/2016 11:09 PM, Mauro Carvalho Chehab wrote: > > Em Fri, 29 Apr 2016 15:52:23 +0200 > > Hans Verkuil escreveu: > > > >> From: Hans Verkuil > >> > >> Add DocBook documentation for the CEC API. > > > > Please always send th

Re: [PATCHv16 08/13] DocBook/media: add CEC documentation

2016-06-17 Thread Hans Verkuil
On 06/16/2016 11:09 PM, Mauro Carvalho Chehab wrote: > Em Fri, 29 Apr 2016 15:52:23 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Add DocBook documentation for the CEC API. > > Please always send the documentation patch *before* the code, > in order to make easier to do the code

Re: [PATCHv16 08/13] DocBook/media: add CEC documentation

2016-06-16 Thread Mauro Carvalho Chehab
Em Fri, 29 Apr 2016 15:52:23 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > Add DocBook documentation for the CEC API. Please always send the documentation patch *before* the code, in order to make easier to do the code review. > > Signed-off-by: Hans Verkuil > [k.deb...@samsung.com:

[PATCHv16 08/13] DocBook/media: add CEC documentation

2016-04-29 Thread Hans Verkuil
From: Hans Verkuil Add DocBook documentation for the CEC API. Signed-off-by: Hans Verkuil [k.deb...@samsung.com: add documentation for passthrough mode] [k.deb...@samsung.com: minor fixes and change of reserved field sizes] Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil --- Document