device-oneplus-cheeseburger: 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
59716b061d
commit
68cdc1ea2b
2 changed files with 2 additions and 2 deletions
|
@ -70,6 +70,6 @@ plasma_mobile() {
|
|||
|
||||
sha512sums="
|
||||
fcb37390af6f2a0aed381585eeec7d0dd30e0b291d97a6fa433ed4b5d3badb3298709972d382a44f555329f83aabdbb8c8affcfe3933072538c4ac8c3ff9aca8 21-oneplus5-ts.rules
|
||||
a5c0a7bf014f39c4f8ae06148eb2331f937d3075518e34d09fe5d8c48bc0fd13af7eb67dc33567073c78667a1fa9f2121d9ef9648e8f041f8342f00cc6233e4e deviceinfo
|
||||
32770347c097849ea42631351b58fbe472b37a93bc1ca71bf04a0c24e39a16417607ad720dbdbdcc172a6dc89e3c205f386ff1e3e01b46fc2491406f28276ee3 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