Re: [PATCHv2 3/5] pulse8-cec: new driver for the Pulse-Eight USB-CEC Adapter

2016-07-11 Thread Lars Op den Kamp
Hi Hans, On 11-07-16 12:02, Hans Verkuil wrote: Hi Lars, On 07/11/2016 11:41 AM, Lars Op den Kamp wrote: Hi Hans, just did a quick scan of this patch. The code should work on any firmware >= v2 revision 8, though older versions may return 0 when the build date is requested. I believ

Re: [PATCHv2 3/5] pulse8-cec: new driver for the Pulse-Eight USB-CEC Adapter

2016-07-11 Thread Lars Op den Kamp
Hi Hans, just did a quick scan of this patch. The code should work on any firmware >= v2 revision 8, though older versions may return 0 when the build date is requested. I believe I added that in v3. Might want to add a !=0 check before writing to the log. The CEC adapter has an "autonomous

Re: [PATCH 0/5] Pulse-Eight USB CEC driver

2016-07-11 Thread Lars Op den Kamp
Hi Hans, I'm subscribed to this mailing list, though haven't been participating in discussions here (no time). I work for Pulse-Eight and did most of the CEC software. There's no difference between firmware v4 and v5 for the USB model of the adapter. v5 just adds support for the new Intel

Re: [PATCH v4 06/10] cec: add HDMI CEC framework

2015-04-24 Thread Lars Op den Kamp
and forward it to userspace (traffic sent to all addresses is preferred, not just traffic sent to the logical address used by the device running this code) * transmit CEC traffic initiated by userspace thanks, Lars Op den Kamp On 23-04-15 15:03, Kamil Debski wrote: From: Hans Verkuil hansv