Update of /cvsroot/alsa/alsa-tools/usx2yloader
In directory sc8-pr-cvs1:/tmp/cvs-serv15827

Modified Files:
        tascam_fpga.in 
Log Message:
Karsten Wiese <[EMAIL PROTECTED]>:

- this lets it work on kernel 2.6.1.



Index: tascam_fpga.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/tascam_fpga.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tascam_fpga.in      4 Dec 2003 09:41:10 -0000       1.3
+++ tascam_fpga.in      19 Jan 2004 18:49:21 -0000      1.4
@@ -6,7 +6,7 @@
 [EMAIL PROTECTED]@
 
 [EMAIL PROTECTED]@/usx2yloader
-CONTROLLER=
+CONTROLLER=NOTUSED
 
 if [ -x $LOADER ]; then
        if [ -x /usr/bin/logger ]; then
@@ -27,7 +27,7 @@
        ;;
 esac
 
-if [ -n $CONTROLLER ]; then
+if [ $CONTROLLER != NOTUSED ]; then
        if [ -x $CONTROLLER ]; then
                if [ -x /usr/bin/logger ]; then
                        /usr/bin/logger -t $0 "starting $CONTROLLER for $DEVICE"



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to