All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hciattach: fix firmware path
@ 2013-03-27 14:49 yegorslists
  2013-04-04 18:16 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: yegorslists @ 2013-03-27 14:49 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, Yegor Yefremov

From: Yegor Yefremov <yegorslists@googlemail.com>

Change firmware path to /lib/firmware/ti-connectivity/ to be
conform with linux-firmware folder structure. All wl1xxx firmware
resides in ti-connectivity. See linux-firmware repository
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
for reference.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 tools/hciattach_ti.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/hciattach_ti.c b/tools/hciattach_ti.c
index b57c6b7..8322b45 100644
--- a/tools/hciattach_ti.c
+++ b/tools/hciattach_ti.c
@@ -55,7 +55,7 @@
 
 #define TI_MANUFACTURER_ID	13
 
-#define FIRMWARE_DIRECTORY	"/lib/firmware/"
+#define FIRMWARE_DIRECTORY	"/lib/firmware/ti-connectivity/"
 
 #define ACTION_SEND_COMMAND	1
 #define ACTION_WAIT_EVENT	2
-- 
1.7.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hciattach: fix firmware path
  2013-03-27 14:49 [PATCH] hciattach: fix firmware path yegorslists
@ 2013-04-04 18:16 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2013-04-04 18:16 UTC (permalink / raw)
  To: yegorslists; +Cc: linux-bluetooth, marcel

Hi Yegor,

On Wed, Mar 27, 2013, yegorslists@googlemail.com wrote:
> Change firmware path to /lib/firmware/ti-connectivity/ to be
> conform with linux-firmware folder structure. All wl1xxx firmware
> resides in ti-connectivity. See linux-firmware repository
> https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
> for reference.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  tools/hciattach_ti.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied (after removing the signed-off-by line which we don't use).
Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-04 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-27 14:49 [PATCH] hciattach: fix firmware path yegorslists
2013-04-04 18:16 ` Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.