6f6d10e499
Squash of - linux-postmarketos-qcom-sdm845: enable LED_TRIGGER_PATTERN as builtin - linux-postmarketos-qcom-sdm845: switch BT_RFCOMM to module - linux-postmarketos-qcom-sdm845: switch BT_BNEP to module LED_TRIGGER_PATTERN is necessary for feedbackd to function correctly. However, it doesn't get enabled by default when build as module, build as built-in to avoid this problem so the notification LED blinks correctly. This works around the problem that LED_TRIGGER_PATTERN is not probed automatically when the Qualcomm LPG driver is used for SDM845 devices. See https://gitlab.com/sdm845-mainline/linux/-/merge_requests/34 CONFIG_BT_RFCOMM should always be build as a module otherwise it may never be initialized at boot. Without this module, BlueZ will not enable profiles depending on RFCOMM such as HFP. RFCOMM support as builtin may work if the Bluetooth driver is builtin (which is not the case here), but I haven't verified that. See https://gitlab.com/sdm845-mainline/linux/-/merge_requests/38 CONFIG_BT_BNEP should always be build as a module otherwise it may never be initialized at boot. Without this module, BlueZ will not start up its networking plugin to provide Bluetooth PAN support. BNEP support as builtin may work if the Bluetooth driver is builtin (which is not the case here), but I haven't verified that. See https://gitlab.com/sdm845-mainline/linux/-/merge_requests/38 [ci:skip-build] |
||
---|---|---|
.. | ||
.shared-patches/linux | ||
community | ||
main | ||
testing | ||
unmaintained |