From 696fbe733b96e3f2d23ff53a8e8db2303fbd00fe Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 11 Nov 2013 22:19:46 +0100 Subject: Properly handle missing firmwares This requires to set FW_PATCHFILE_CHIP_NAME properly for each device. Change-Id: Iba7ea481a9a8a859c622bdca349c9371e11e1cd1 Signed-off-by: Paul Kocialkowski --- libbt/include/bt_vendor_brcm.h | 6 ++++++ 1 file changed, 6 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 9531df5..5b41268 100644 --- a/libbt/include/bt_vendor_brcm.h +++ b/libbt/include/bt_vendor_brcm.h @@ -63,6 +63,12 @@ #define BLUETOOTH_UART_DEVICE_PORT "/dev/ttyO1" /* maguro */ #endif +/* Firmware patch file chip name */ + +#ifndef FW_PATCHFILE_CHIP_NAME +#define FW_PATCHFILE_CHIP_NAME "bcm4330" /* maguro */ +#endif + /* Location of firmware patch files */ #ifndef FW_PATCHFILE_LOCATION #define FW_PATCHFILE_LOCATION "/vendor/firmware/" /* maguro */ -- cgit v1.1