This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Sun Aug 11 05:00:12 CEST 2019
media-tree git hash:97299a3035328d7ae2f4fccaf6e549974df6e118
media_build gi
On 8/8/19 11:02 AM, Steve Longerbeam wrote:
On 8/8/19 1:53 AM, Philipp Zabel wrote:
Hi Sakari,
On Thu, 2019-08-08 at 11:26 +0300, Sakari Ailus wrote:
[...]
Have you checked how it works if you simply leave out this test?
Whether this works or not depends on the sensor used, and for some
Good day do you receive the mail i send to you?
Hi,
On Sun, Jul 21, 2019 at 05:31:55PM -0400, A Sun wrote:
> FYI, I'm in progress on another mceusb patch to fix, and eliminate, the
> driver's
> TX IR length limits. Limit causes -EINVAL errors for > ~300 pulse/space
> samples and
> I've seen reports (and patches for) of appliances with IR over
Sometimes the device sends IR data which is all space, no pulses whatsoever.
Add the end of this the driver will put the rc device into idle mode when
it already is in idle mode. The following will be logged:
rc rc0: nonsensical timing event of duration 0
rc rc0: two consecutive events of type spa
This code needs some explanation.
Signed-off-by: Sean Young
---
drivers/media/rc/imon_raw.c | 43 +
1 file changed, 34 insertions(+), 9 deletions(-)
diff --git a/drivers/media/rc/imon_raw.c b/drivers/media/rc/imon_raw.c
index 25e56c5b13c0..e6723993b466 100644
The decoder is called rc-mm, not rcmm. This was renamed late in the cycle
so this bug crept in.
Cc: Shuah Khan
Signed-off-by: Sean Young
---
tools/testing/selftests/ir/ir_loopback.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/testing/selftests/ir/ir_loopback.