pmaports/device/community/device-purism-librem5/modprobe.d_rsi.conf
Clayton Craft de0bc01e34
purism-librem5: fix bluetooth by disabling LE mode (MR 2089)
This forces coex. mode to only support BT classic/EDR, and disabled LE.
When LE coex. is enabled, BT controller init fails.

see: https://gitlab.com/postmarketOS/pmaports/-/issues/1042
fixes: https://gitlab.com/postmarketOS/pmaports/-/issues/976
2021-04-03 10:58:24 -07:00

9 lines
433 B
Text

# blacklist the mainline redpine driver for now
blacklist rsi_91x
blacklist rsi_sdio
# Redpine WIFI module
# Note: LE coex. disabled, see: https://gitlab.com/postmarketOS/pmaports/-/issues/1042
options redpine_91x dev_oper_mode=5 rsi_zone_enabled=1 antenna_diversity=1
# Note: this line re-enables LE, replace above line with this one when LE
# is fixed:
# options redpine_91x dev_oper_mode=13 rsi_zone_enabled=1 antenna_diversity=1