diff --git a/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd b/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd index f5d66e9..9b087f1 100644 Binary files a/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd and b/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd differ diff --git a/recipes-connectivity/bluez5/bluez5/BCM4345C0.hcd b/recipes-connectivity/bluez5/bluez5/BCM4345C0.hcd new file mode 100644 index 0000000..6870153 Binary files /dev/null and b/recipes-connectivity/bluez5/bluez5/BCM4345C0.hcd differ diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend index c49d696..f64d082 100644 --- a/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/recipes-connectivity/bluez5/bluez5_%.bbappend @@ -2,6 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" BCM_BT_SOURCES = " \ file://BCM43430A1.hcd \ + file://BCM4345C0.hcd \ file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \ file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \ file://0003-Increase-firmware-load-timeout-to-30s.patch \ @@ -12,6 +13,7 @@ BCM_BT_SOURCES = " \ enable_bcm_bluetooth() { install -d ${D}${nonarch_base_libdir}/firmware/brcm/ install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd + install -m 0644 ${WORKDIR}/BCM4345C0.hcd ${D}${nonarch_base_libdir}/firmware/brcm/BCM4345C0.hcd if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then install -d ${D}${systemd_unitdir}/system @@ -21,6 +23,7 @@ enable_bcm_bluetooth() { BCM_BT_FIRMWARE = " \ ${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd \ + ${nonarch_base_libdir}/firmware/brcm/BCM4345C0.hcd \ " BCM_BT_SERVICE = " brcm43438.service"