]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxusb.c
iso14a cleanup and implement RATS [Hagen Fritsch]
[proxmark3-svn] / client / proxusb.c
index 8eedd2e67e4556937d14040de97c3f8acf3729d8..f1d0458b75dc290495a95cae6fb3cff93eddb7f0 100644 (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;
Impressum, Datenschutz