[alsa-devel] [PATCH] usx2yloader: make fxload work without deprecated usbfs

Karsten Wiese fzu at wemgehoertderstaat.de
Wed Apr 25 12:25:04 CEST 2012


Use $DEVNAME instead of $DEVICE in script tascam_fw.

Signed-off-by: Karsten Wiese <fzuuzf at googlemail.com>
---
 usx2yloader/tascam_fw.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/usx2yloader/tascam_fw.in b/usx2yloader/tascam_fw.in
index 14bbc6c..d3145e3 100644
--- a/usx2yloader/tascam_fw.in
+++ b/usx2yloader/tascam_fw.in
@@ -53,8 +53,8 @@ if [ ! -x $LOADER ]; then
 fi
 
 if [ -x /usr/bin/logger ]; then
-	/usr/bin/logger -t $0 "load $FIRMWARE for $PRODUCT to $DEVICE"
+	/usr/bin/logger -t $0 "load $FIRMWARE for $PRODUCT to $DEVNAME"
 fi
-$LOADER $FLAGS -s $LOADERFIRMWARE -I $FIRMWARE
+$LOADER $FLAGS -s $LOADERFIRMWARE -I $FIRMWARE -D $DEVNAME
 
 exit 0
-- 
1.7.7.6



More information about the Alsa-devel mailing list