mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
added usx2yloader by Karsten Wiese <annabellesgarden@yahoo.de>.
This commit is contained in:
parent
131f9a23af
commit
b52baf89dd
9 changed files with 1271 additions and 1 deletions
14
usx2yloader/tascam_fpga
Normal file
14
usx2yloader/tascam_fpga
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
# load the firmware into Tascam USB devices (FPGA design)
|
||||
|
||||
LOADER=/usr/local/bin/usx2yloader
|
||||
|
||||
if [ -x /usr/bin/logger ]; then
|
||||
/usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
|
||||
fi
|
||||
$LOADER
|
||||
/usr/local/bin/us428control&
|
||||
if [ -x /usr/bin/logger ]; then
|
||||
/usr/bin/logger -t $0 "leaving"
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue