device-oneplus-dumpling: block auto-loading ipa module (MR 3531)
While this provides the ability to use ModemManager, there are quite a lot of issues with the driver still; keep it enabled in kernel for now and let users "modprobe ipa" if they want to test modem features whichever side effects that may cause including: - Making the device nearly impossible to poweroff or reboot - Making the UI lag noticeably more due to some interconnect bandwidth issues
This commit is contained in:
parent
68cdc1ea2b
commit
d6f337898e
2 changed files with 2 additions and 2 deletions
|
@ -59,6 +59,6 @@ phosh() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
f44c869cefabc84bdbed29d598f04f49bf07106fb6fb33c615fc854c991bfd5255f58cf8c361191419701a979c1e06d9b8c73f31d1429b9f63c7f13cc3d397f8 deviceinfo
|
||||
77dd1e5ef535f911165e77803e0fbb4fc8c25bc4524dafb149f3365b701b5606182b351de346b1a337c36a58ccb96c46963d9e9c3a78b5459e2ebe342d0243e7 deviceinfo
|
||||
2288f08a44aae5136c0c0c846501c2bd4bcb10f05454b40c6e4490d398385b8a7129216047b5eb7982ca6d62d3aa71f3e18bfb8661d0cd32c8a600685ca0da48 phoc.ini
|
||||
"
|
||||
|
|
|
@ -39,7 +39,7 @@ deviceinfo_append_dtb="true"
|
|||
|
||||
# Close to mainline kernel options
|
||||
# We need 'clk_ignore_unused' for now or we don't get graphics
|
||||
deviceinfo_kernel_cmdline_mainline="clk_ignore_unused quiet loglevel=5"
|
||||
deviceinfo_kernel_cmdline_mainline="clk_ignore_unused quiet loglevel=5 modprobe.blacklist=ipa"
|
||||
deviceinfo_modules_initfs_mainline="panel-samsung-s6e3fc1 msm i2c-qup rmi_i2c qcom_fg qcom_spmi_haptics"
|
||||
deviceinfo_mesa_driver_mainline="msm"
|
||||
|
||||
|
|
Loading…
Reference in a new issue