Skip to content

Commit

Permalink
brcmfmac_sdio-firmware-aml: bump to f29dd6c and add rules for bcm43455c0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamg88 committed Jul 22, 2019
1 parent f82413c commit fde9549
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)

PKG_NAME="brcmfmac_sdio-firmware-aml"
PKG_VERSION="b8685ab5f855ab6c176781f45e6929ee0fbbb685"
PKG_SHA256="6dbe672a57ec1d2c9d358da698685aba909d23f6ba95e185ae1fee6032ca5a65"
PKG_VERSION="f29dd6cf7aaa6cc51e0fdc5f84497ce508a419b9"
PKG_SHA256="631c57baf3f56774602eabf07bdedc5acb6a3e22c5d124df389483436aff2a91"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/CoreELEC/brcmfmac_sdio-firmware-aml"
PKG_URL="https://github.com/CoreELEC/brcmfmac_sdio-firmware-aml/archive/$PKG_VERSION.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
################################################################################

ACTION!="add", GOTO="end"
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x02d0", ATTRS{device}=="0xa9bf", GOTO="begin"
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4356", GOTO="begin"
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4359", GOTO="begin"
GOTO="end"
LABEL="begin"
### Broadcom bcm43455c0 bluetooth device
ATTRS{vendor}=="0x02d0", ATTRS{device}=="0xa9bf", \
ENV{brcm_device}="bcm43455c0"
### Broadcom bcm4356a2 bluetooth device
ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4356", \
ENV{brcm_device}="bcm4356a2"
Expand Down

0 comments on commit fde9549

Please sign in to comment.