liyafe1997
released this
23 Oct 19:43
·
1 commit
to android14-lineage21-mod
since this release
en
Updates:
- Fixed umi, cmi, cas, thyme, psyche USB connect to PC freeze problem.
- Add LZ4, LZ4HC, ZSTD compression algorithms support for zRAM.
- Use cnss2 driver from micode pipa-t-oss (Fix screen sharing problem)
- Add
MI_RECLAIM
,RTMM
,MIUI_ZRAM_MEMORY_TRACKING
(Some memory optimization modules from Xiaomi) from pipa-t-oss for MIUI/HyperOS builds. - Use display and drm driver from Lineage OS 21 repo for AOSP builds so that makes fingerprint on display works on AOSP based ROMs.
- Enable
CONFIG_UNICODE
andCONFIG_F2FS_FS_COMPRESSION
support. (Some ROMs andpipa
might require them). - Enable CANBus and USB CAN adapter (like CANable) supports. (Some geeks or embedded developers may happy with this ^v^)
- Some small patches from UtsavBalar1231's android14-stable branch and Qualcomm upstram that improve the CPU scheduler.
- Fixed problems of
pipa
(Mi Pad 6) , now all features fully working onpipa
!
Known issues:
- Pen doesn't works on
dagu
(Mi Pad 5 Pro 12.4). elish
(Mi Pad 5 Pro) still has the problem that unable to wakeup after sleep. Seems that is caused by the modulephy-msm-ssusb-qmp.c
. More debug needed.
zh-cn
更新日志:
- 修复了 umi、cmi、cas、thyme、psyche 插电脑USB时死机重启的问题。
- zRAM 添加 LZ4、LZ4HC、ZSTD 压缩算法支持。
- 使用来自 micode pipa-t-oss 的 cnss2 驱动(修复投屏问题)。
- MIUI/HyperOS 版本添加了来自 pipa-t-oss 的
MI_RECLAIM
、RTMM
、MIUI_ZRAM_MEMORY_TRACKING
(一些小米开发的内存优化模块)。 - AOSP版使用 Lineage OS 21 repo中的display和 drm 驱动,修复AOSP类原生系统的屏下指纹问题。
- 添加
CONFIG_UNICODE
和CONFIG_F2FS_FS_COMPRESSION
支持。(某些ROM和pipa
可能需要)。 - 添加 CANBus 和 USB CAN(如 CANable)的支持。(一些折腾嵌入式的可能会喜欢这个)。
- 合并一些来自 UtsavBalar1231 android14-stable 分支以及高通上游的改善CPU调度的patch。
- 修复
pipa
(小米平板 6)的问题,现在pipa
所有功能都正常了!
已知问题:
- 在
dagu
(小米平板 5 Pro 12.4)上,官方笔和第三方笔都无法使用。 elish
(小米平板 5 Pro)仍然存在息屏后死机问题。似乎是由模块phy-msm-ssusb-qmp.c
引起的,还需要debug。