added usx2yloader by Karsten Wiese <annabellesgarden@yahoo.de>.

This commit is contained in:
Takashi Iwai 2003-09-08 11:12:31 +00:00
parent 131f9a23af
commit b52baf89dd
9 changed files with 1271 additions and 1 deletions

14
usx2yloader/tascam_fpga Normal file
View 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