mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
ver 5.66: Fix issue with A2DP and transport connection collisions. Fix issue with allowing application specific error codes. Fix issue with not setting initiator flag correctly. Fix issue with HoG Report MAP size handling. Add initial support for Basic Audio Profile. Add initial support for Volume Control Profile. ver 5.65: 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. Package btmon in new package 'bluez-utils-btmon' to prevent adding glib2 it now requires as a dependency for all of bluez-utils. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
21 lines
571 B
Diff
21 lines
571 B
Diff
From 76681284b0ea49852041fdb97a35175089a08781 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Tue, 23 Feb 2016 17:52:29 +0000
|
|
Subject: [PATCH 4/4] Move the 43xx firmware into /lib/firmware
|
|
|
|
---
|
|
tools/hciattach_bcm43xx.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/tools/hciattach.h
|
|
+++ b/tools/hciattach.h
|
|
@@ -41,7 +41,7 @@
|
|
#define HCI_UART_VND_DETECT 5
|
|
|
|
#ifndef FIRMWARE_DIR
|
|
-#define FIRMWARE_DIR "/etc/firmware"
|
|
+#define FIRMWARE_DIR "/lib/firmware/brcm"
|
|
#endif
|
|
|
|
int read_hci_event(int fd, unsigned char *buf, int size);
|