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

index 7d5e029..756e6b7 100644 (file)
@@ -497,7 +497,7 @@ int ftdi_usb_open_dev(struct ftdi_context *ftdi, struct usb_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");
             }
         }
     }
@@ -512,7 +512,7 @@ int ftdi_usb_open_dev(struct ftdi_context *ftdi, struct usb_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");
         }
     }