机型:pixel 3 源码:https://github.com/android-linux-stable/bluecross 编译器:pronton clang12 导入了qca和audio驱动编译出来内核刷入后触摸屏失灵,充电也会莫名高温然后睡死 官方是以模块的形式来编译触摸屏驱动,我是直接编译进内核,我看flar2也是这样干的,然后我的失灵,我也试过编译成模块,也失灵,估计模块都没装到modules目录里,因为锁了啊 我怀疑是设备树点问题就做了点实验(pixel 3的设备树最终会被连立成dtbo.img) flar2源码: https://github.com/flar2/Bluecross 官方源码:https://android.googlesource.com/kernel/msm/+/refs/heads/android-msm-crosshatch-4.9-r-preview-4 实验数据: https://imgchr.com/i/yITV1A 我实在是没法了,人都傻了,我在谷歌上也没找到啥
defconfig里开启编译触摸屏驱动了没? 导入触屏驱动这三个提交都需要(这是Pixel4的): https://github.com/kerneltoast/android_kernel_google_floral/commit/5c673832f9a4181b561ab7546a579c88547ca625 https://github.com/kerneltoast/android_kernel_google_floral/commit/c1dcb1be643c1e3f79b59dcc93ecce3eaebb5394 https://github.com/kerneltoast/android_kernel_google_floral/commit/18beb0c9483d19c26f395d7b3d45c89d7f1e3e12
最好发下你修改过后的源码, 不然不知道你改动了什么.
wloot pixel 3 自带触摸屏驱动 就算这样我也尝试换过了touchscreen文件夹 defconfig里也开了触摸屏驱动(直接编译进内核) 源码https://github.com/liak0/Liak_BlueLine
liak0 defconfig里也开了触摸屏驱动(直接编译进内核)
你defconfig的改动呢? https://github.com/liak0/Liak_BlueLine/blob/HiBiKi-11/arch/arm64/configs/b1c1_defconfig
wloot 没加进去😅 https://github.com/liak0/Liak_BlueLine/blob/HiBiKi-11/arch/arm64/configs/liak_defconfig
dd