From 5e53640d63b7c140294e57d397df0c047f869923 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Fri, 5 Jul 2013 14:25:52 -0700 Subject: libbt: Add prepatch support * We need to apply an initial patch to the BCM4335 hardware to prevent chip crashes, so add support for a prepatch designated by FW_PRE_PATCH. Change-Id: I2d2ec59094a1ae2cb39e1f41d4853ac4a45d1902 --- libbt/include/bt_vendor_brcm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libbt/include/bt_vendor_brcm.h') diff --git a/libbt/include/bt_vendor_brcm.h b/libbt/include/bt_vendor_brcm.h index 4ba62ac..58feda0 100644 --- a/libbt/include/bt_vendor_brcm.h +++ b/libbt/include/bt_vendor_brcm.h @@ -72,6 +72,10 @@ #define UART_TARGET_BAUD_RATE 3000000 #endif +#ifndef FW_PRE_PATCH +#define FW_PRE_PATCH "" +#endif + /* The millisecond delay pauses on HCI transport after firmware patches * were downloaded. This gives some time for firmware to restart with * patches before host attempts to send down any HCI commands. -- cgit v1.1