X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/0a060ead2d6293cc1e4227918d52258b71f9e716..3a2a22bc86116bf7c99b1475bd8962ea26008fd3:/jtagkey.c diff --git a/jtagkey.c b/jtagkey.c index 19011fa..d23c60d 100644 --- a/jtagkey.c +++ b/jtagkey.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "usb-driver.h" #include "config.h" #include "jtagkey.h" @@ -209,7 +210,7 @@ int jtagkey_transfer(WD_TRANSFER *tr, int fd, unsigned int request, int ppbase, DPRINTF("write byte: %d\n", val); if (tr[i].cmdTrans == 13) - tapmon(val & PP_TCK, val & PP_TMS); + jtagmon(val & PP_TCK, val & PP_TMS, val & PP_TDI); #endif /* Pad writebuf for read-commands in stream */