summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2018-12-09 17:52:18 +1300
committerStijn Seghers2018-12-09 17:54:57 +1300
commit2985e1f9fea2043eee68d377f497e88a40c71b50 (patch)
tree0927a0f4c3e6768a8c1e88dfddde44b3c4636da7
parent92f18eefe5df3268af3160b7357ad76c1f4fd915 (diff)
downloadaur-2985e1f9fea2043eee68d377f497e88a40c71b50.tar.gz
Revert "Update driver to v12.0.1.1104, A07"
This reverts commit 92f18eefe5df3268af3160b7357ad76c1f4fd915. The update was somehow causing computers to reboot after resuming from suspend.
-rw-r--r--.SRCINFO6
-rw-r--r--BCM4350C5_003.006.007.0095.1703.hcdbin0 -> 7477 bytes
-rw-r--r--BCM4350C5_003.006.007.0221.4688.hcdbin15065 -> 0 bytes
-rw-r--r--PKGBUILD8
4 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 721e567a9fc8..57f2f8ccc470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bcm4350-firmware
pkgdesc = Bluetooth firmware for the Broadcom BCM4350 card
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Dell_XPS_13_(2016)
arch = any
license = custom:"Dell End User License Agreement — S Version"
- source = BCM4350C5_003.006.007.0221.4688.hcd
+ source = BCM4350C5_003.006.007.0095.1703.hcd
source = LICENSE
- md5sums = 1da6f847e82870b875a82c31c4402ae0
+ md5sums = a1d960a1e882f73c55fa12f41082cc0a
md5sums = 995e79f031135e8180272775852cf68e
pkgname = bcm4350-firmware
diff --git a/BCM4350C5_003.006.007.0095.1703.hcd b/BCM4350C5_003.006.007.0095.1703.hcd
new file mode 100644
index 000000000000..9d7faff8960e
--- /dev/null
+++ b/BCM4350C5_003.006.007.0095.1703.hcd
Binary files differ
diff --git a/BCM4350C5_003.006.007.0221.4688.hcd b/BCM4350C5_003.006.007.0221.4688.hcd
deleted file mode 100644
index 408c4e4de74d..000000000000
--- a/BCM4350C5_003.006.007.0221.4688.hcd
+++ /dev/null
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index aaef32c99aa0..23cd5ce2d4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=bcm4350-firmware
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc="Bluetooth firmware for the Broadcom BCM4350 card"
url='https://wiki.archlinux.org/index.php/Dell_XPS_13_(2016)'
arch=('any')
license=('custom:"Dell End User License Agreement — S Version"')
-source=('BCM4350C5_003.006.007.0221.4688.hcd'
+source=('BCM4350C5_003.006.007.0095.1703.hcd'
'LICENSE')
-md5sums=('1da6f847e82870b875a82c31c4402ae0'
+md5sums=('a1d960a1e882f73c55fa12f41082cc0a'
'995e79f031135e8180272775852cf68e')
package() {
cd "$srcdir"
- install -Dm644 BCM4350C5_003.006.007.0221.4688.hcd \
+ install -Dm644 BCM4350C5_003.006.007.0095.1703.hcd \
"${pkgdir}/usr/lib/firmware/brcm/BCM-0a5c-6412.hcd"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}