0443f204c7
- librem5-base upgraded to v64: some tweaks to shipmode stuff, but otherwise nothing interesting for us - actually install the mm-broadmobi-port-types udev rule - add udev rule + service for enabling bluetooth for Sparklan WiFi adapters (fixes #2043)
4 lines
368 B
Text
4 lines
368 B
Text
# enable bluetooth on attach, based on:
|
|
# https://source.puri.sm/Librem5/firmware-brcm43752-nonfree/-/commit/3ea6fa6b5804d888ac9c79835753ce03ecf0e6fa
|
|
ACTION=="add|bind", SUBSYSTEMS=="sdio", DRIVERS=="brcmfmac", RUN+="/sbin/service -N l5-brcm-bt-enable start"
|
|
ACTION=="remove", SUBSYSTEMS=="sdio", ENV{SDIO_ID}=="02D0:*", RUN+="/sbin/service -s l5-brcm-bt-enable stop"
|