rx78gp01

Results 3 comments of rx78gp01

I also got notifications of old video that video's upload date between 3 and 4 months ago. It seems that NewPipeExtractor extract wrong video's upload date between 3 and 4...

> > If MR42/MR52 don't use PERST GPIO-s, any reason why they work well in 23.05.x ? Thanks. This device uses perst-gpio on kernel 5.15. https://github.com/gregkh/linux/blob/linux-5.15.y/arch/arm/boot/dts/qcom-ipq8064.dtsi "/delete-property/ perst-gpios;" in https://github.com/openwrt/openwrt/blob/openwrt-23.05/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8068-cryptid-common.dtsi...

You can try patch mtk_wed.c : ``` @@ -2686,7 +2686,7 @@ mtk_wed_setup_tc_block_cb(enum tc_setup_type type, void *type_data, void *cb_pri struct flow_cls_offload *cls = type_data; struct mtk_wed_hw *hw = priv->hw; - if...