Re: [PATCH] [media] cec: GIVE_PHYSICAL_ADDR should respond to unregistered device

2017-09-15 Thread Jose Abreu
Hi Hans, On 14-09-2017 16:46, Hans Verkuil wrote: > On 09/14/2017 05:30 PM, Jose Abreu wrote: >> >> On 14-09-2017 16:09, Hans Verkuil wrote: >>> On 09/14/17 15:28, Jose Abreu wrote: >>> Actually, I have at least one more fix which I don't know if it's valid and I didn't manage to

Re: [PATCH] [media] cec: GIVE_PHYSICAL_ADDR should respond to unregistered device

2017-09-14 Thread Hans Verkuil
On 09/14/2017 05:30 PM, Jose Abreu wrote: > > > On 14-09-2017 16:09, Hans Verkuil wrote: >> On 09/14/17 15:28, Jose Abreu wrote: >> >>> Actually, I have at least one more fix which I don't know if it's >>> valid and I didn't manage to actually write it in a nice way. >>> This one is for CEC 2.0.

Re: [PATCH] [media] cec: GIVE_PHYSICAL_ADDR should respond to unregistered device

2017-09-14 Thread Jose Abreu
On 14-09-2017 16:09, Hans Verkuil wrote: > On 09/14/17 15:28, Jose Abreu wrote: > >> Actually, I have at least one more fix which I don't know if it's >> valid and I didn't manage to actually write it in a nice way. >> This one is for CEC 2.0. My test equipment (which is certified) >> in some

Re: [PATCH] [media] cec: GIVE_PHYSICAL_ADDR should respond to unregistered device

2017-09-14 Thread Hans Verkuil
On 09/14/17 15:28, Jose Abreu wrote: > Hi Hans, > > On 14-09-2017 14:10, Hans Verkuil wrote: >> On 09/14/17 13:33, Jose Abreu wrote: >>> Running CEC 1.4 compliance test we get the following error on test >>> 11.1.6.2: "ERROR: The DUT did not broadcast a >>> message to the unregistered device."

Re: [PATCH] [media] cec: GIVE_PHYSICAL_ADDR should respond to unregistered device

2017-09-14 Thread Jose Abreu
Hi Hans, On 14-09-2017 14:10, Hans Verkuil wrote: > On 09/14/17 13:33, Jose Abreu wrote: >> Running CEC 1.4 compliance test we get the following error on test >> 11.1.6.2: "ERROR: The DUT did not broadcast a >> message to the unregistered device." >> >> Fix this by letting GIVE_PHYSICAL_ADDR

Re: [PATCH] [media] cec: GIVE_PHYSICAL_ADDR should respond to unregistered device

2017-09-14 Thread Hans Verkuil
On 09/14/17 13:33, Jose Abreu wrote: > Running CEC 1.4 compliance test we get the following error on test > 11.1.6.2: "ERROR: The DUT did not broadcast a > message to the unregistered device." > > Fix this by letting GIVE_PHYSICAL_ADDR message respond to unregistered > device. > > With this fix

[PATCH] [media] cec: GIVE_PHYSICAL_ADDR should respond to unregistered device

2017-09-14 Thread Jose Abreu
Running CEC 1.4 compliance test we get the following error on test 11.1.6.2: "ERROR: The DUT did not broadcast a message to the unregistered device." Fix this by letting GIVE_PHYSICAL_ADDR message respond to unregistered device. With this fix we pass CEC 1.4 official compliance. Signed-off-by: