cron job: media_tree daily build: OK

2019-07-14 Thread Hans Verkuil
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: Mon Jul 15 05:00:15 CEST 2019 media-tree git hash:22be8233b34f4f468934c5fefcbe6151766fb8f2 media_build gi

Re: [PATCH v2 3/3] [media] mceusb: Show USB halt/stall error recovery

2019-07-14 Thread A Sun
This patch is superseded by [PATCH v1] [media] mceusb: USB reset device following USB clear halt error

[PATCH v1] [media] mceusb: USB reset device following USB clear halt error

2019-07-14 Thread A Sun
This patch supersedes [PATCH v2 3/3][media] mceusb: Show USB halt/stall error recovery This patch schedules a USB reset device call following a USB clear halt error. The issues solved, and patch implementation, are similar to those found in drivers/hid/usbhid/hid-core.c. As seen on very rar

Re: [PATCH 3/3] media: mtk-cir: lower de-glitch counter for rc-mm protocol

2019-07-14 Thread Sean Wang
On Fri, Jul 12, 2019 at 3:47 PM Sean Young wrote: > > The rc-mm protocol can't be decoded by the mtk-cir since the de-glitch > filter removes pulses/spaces shorter than 294 microseconds. > > Tested on a BananaPi R2. Thanks for grabbing the board and do the test voluntarily. > > Signed-off-by: Se