Enhance FTDI driver message once more
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 10 Jun 2010 15:53:23 +0000 (17:53 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 10 Jun 2010 15:53:23 +0000 (17:53 +0200)
src/ftdi.c

index 8bddd42..b977b77 100644 (file)
@@ -490,7 +490,7 @@ int ftdi_usb_open_dev(struct ftdi_context *ftdi, libusb_device *dev)
             }
             else
             {
-                ftdi_error_return(-3, "unable to set usb configuration. Make sure the default FTDI kernel side driver is unloaded.");
+                ftdi_error_return(-3, "unable to set usb configuration. Make sure the default FTDI driver is not in use");
             }
         }
     }
@@ -504,7 +504,7 @@ int ftdi_usb_open_dev(struct ftdi_context *ftdi, libusb_device *dev)
         }
         else
         {
-            ftdi_error_return(-5, "unable to claim usb device. Make sure the default FTDI kernel side driver is unloaded.");
+            ftdi_error_return(-5, "unable to claim usb device. Make sure the default FTDI driver is not in use");
         }
     }