aboutsummaryrefslogtreecommitdiff
path: root/utils/bluez/patches/001-bcm43xx-Add-bcm43xx-3wire-variant.patch
Commit message (Collapse)AuthorAge
* Bluez: Update to 5.56Johnny Vogels2021-03-03
| | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* bluez: Update to version 5.51Bruno Randolf2019-10-16
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* bluez: bump to 5.47 fix CVE-2017-1000250Hirokazu MORIKAWA2017-09-22
| | | | | | http://www.bluez.org/release-of-bluez-5-47/ Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* bluez: Add support for Raspberry Pi 3Álvaro Fernández Rojas2016-03-06
- Adds bcm43xx-3wire variant. - Resets UART speed after firmware download. - Prints chip name when firmware isn't found for bcm43xx. - Increases timeout for bcm43xx. - Moves bcm43xx firmware to lib. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>