iso14a cleanup and implement RATS [Hagen Fritsch]

This commit is contained in:
adam@algroup.co.uk 2010-06-26 08:24:21 +00:00
commit 7e758047e4
3 changed files with 138 additions and 183 deletions

View file

@ -182,15 +182,6 @@ usb_dev_handle* OpenProxmark(int verbose)
usb_dev_handle *handle = NULL;
unsigned int iface;
#ifdef __linux__
handle = findProxmark(verbose, &iface);
if (!handle)
return NULL;
/* Whatever... */
usb_reset(handle);
#endif
handle = findProxmark(verbose, &iface);
if (!handle)
return NULL;