forked from pool/bluez
Dirk Mueller
2ed80b1192
* Fix issue with A2DP cache invalidation handling. * Fix issue with A2DP and not initialized SEP codec. * Fix issue with A2DP and multiple SetConfiguration to same SEP * Fix issue with AVRCP and not properly initialized volume. * Fix issue with SDP records when operating in LE only mode. * Fix issue with HoG and not reading report map of instances. * Fix issue with GATT server crashing while disconnecting. * Fix issue with not removing connected devices. * Fix issue with enabling wake support without RPA Resolution. * Fix issue with pairing failed due to the error of Already Paired. * Add support for CONFIGURATION_DIRECTORY environment variable. * Add support for STATE_DIRECTORY environment variable. * Add support for "Bonded" property with Device API. * Add experimental support for ISO socket. - drop bluez-test-2to3.diff (obsolete/upstream) OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=330
23 lines
670 B
Diff
23 lines
670 B
Diff
From 72a2a6a6fd0e623c4048d105b34d221bde87eb74 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Tue, 23 Feb 2016 17:52:29 +0000
|
|
Subject: [PATCH] Move the 43xx firmware into /lib/firmware
|
|
|
|
---
|
|
tools/hciattach_bcm43xx.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: bluez-5.65/tools/hciattach_bcm43xx.c
|
|
===================================================================
|
|
--- bluez-5.65.orig/tools/hciattach_bcm43xx.c
|
|
+++ bluez-5.65/tools/hciattach_bcm43xx.c
|
|
@@ -31,7 +31,7 @@
|
|
#include "hciattach.h"
|
|
|
|
#ifndef FIRMWARE_DIR
|
|
-#define FIRMWARE_DIR "/etc/firmware"
|
|
+#define FIRMWARE_DIR "/lib/firmware"
|
|
#endif
|
|
|
|
#define FW_EXT ".hcd"
|