enable debug output and disable poll for smartcard
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 19 Jan 2014 14:50:33 +0000 (15:50 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 19 Jan 2014 14:50:33 +0000 (15:50 +0100)
ccid-dump.sh

index 8e928e5..8a81e25 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh -xe
 test -d dump || mkdir dump
 #!/bin/sh -xe
 test -d dump || mkdir dump
-test -f dump/ccid || gcc -DTEST -Wall -Iinclude -lusb -g src/ccid/ccid-driver.c -o dump/ccid
-sudo ./dump/ccid 2>&1 | tee dump/`hostname`.ccid
+#test -f dump/ccid || 
+gcc -DTEST -Wall -Iinclude -lusb -g src/ccid/ccid-driver.c -o utils/ccid
+sudo ./utils/ccid --debug --no-poll 2>&1 | tee dump/`hostname`.ccid