Re: [PATCH] cec-follower: fix cec-tuner.cpp

2019-09-19 Thread Hans Verkuil
Hi Jiunn, On 9/19/19 4:17 AM, Jiunn Chang wrote: > Export code from cec-processing.cpp to cec-tuner.cpp so testing logic > does not break for PRESUMED_OK which replies on the feature abort > message. Also needed it a boolean for broadcast messages that should > not be aborted. > > Signed-off-by:

[PATCH] cec-follower: fix cec-tuner.cpp

2019-09-18 Thread Jiunn Chang
Export code from cec-processing.cpp to cec-tuner.cpp so testing logic does not break for PRESUMED_OK which replies on the feature abort message. Also needed it a boolean for broadcast messages that should not be aborted. Signed-off-by: Jiunn Chang --- utils/cec-follower/cec-processing.cpp | 4