Skip to content

Commit

Permalink
brcmfmac_sdio-firmware-aml: bump to d3f2399 and add rules for bcm4335c0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamg88 committed Aug 4, 2019
1 parent 5bf6ecb commit 3af5ac7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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="e90bf039824c03e4f1072074b52744e11f9d74cd"
PKG_SHA256="6523128a4502fe49aa10af2eb1f6eaef8c9316b12d96c259c5b91e07cf6fae62"
PKG_VERSION="d3f239990c90edda89d3e32655ce091c9281820d"
PKG_SHA256="1f0a4a69f71158c55ee5c258e392c790cf608e5dbaabe5287ef19728910b8124"
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 @@ -5,6 +5,7 @@
ACTION!="add", GOTO="end"
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x02d0", ATTRS{device}=="0xa9bf", GOTO="begin"
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4330", GOTO="begin"
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4339", GOTO="begin"
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4356", GOTO="begin"
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4359", GOTO="begin"
GOTO="end"
Expand All @@ -15,6 +16,9 @@ ATTRS{vendor}=="0x02d0", ATTRS{device}=="0xa9bf", \
### Broadcom bcm40183b2 bluetooth device
ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4330", \
ENV{brcm_device}="bcm40183b2"
### Broadcom bcm4335c0 bluetooth device
ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4339", \
ENV{brcm_device}="bcm4335c0"
### Broadcom bcm4356a2 bluetooth device
ATTRS{vendor}=="0x02d0", ATTRS{device}=="0x4356", \
ENV{brcm_device}="bcm4356a2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ index 00fdd027b2..63888e8375 100644
COMPANY_NAME XBMC Foundation
COPYRIGHT_YEARS 2005-2019
-WEBSITE http://kodi.tv
+WEBSITE http://coreelec.org
+WEBSITE https://coreelec.org
VERSION_MAJOR 18
VERSION_MINOR 3
VERSION_TAG
Expand Down

0 comments on commit 3af5ac7

Please sign in to comment.