aboutsummaryrefslogtreecommitdiffstats
path: root/main/bluez/004-Move-the-43xx-firmware-into-lib-firmware.patch
blob: 67410c76f61c69661421f1da4b56680ea516f011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tools/hciattach.h b/tools/hciattach.h
index dfa4c1e..c21dbda 100644
--- 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"
 #endif
 
 int read_hci_event(int fd, unsigned char *buf, int size);