From: Thomas Jarosch Date: Thu, 10 Jun 2010 15:53:23 +0000 (+0200) Subject: Enhance FTDI driver message once more X-Git-Tag: v1.0rc1~168 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=c16b162d5b7a27f6ed2abf847bd6905d0f1755e5 Enhance FTDI driver message once more --- diff --git a/src/ftdi.c b/src/ftdi.c index 8bddd42..b977b77 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -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"); } }