From: Thomas Jarosch Date: Thu, 10 Jun 2010 15:52:36 +0000 (+0200) Subject: Enhance FTDI driver message once more X-Git-Tag: v0.18~9 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=8cb3662899f555fb424668e1726c9b3e1e41f7e8 Enhance FTDI driver message once more --- diff --git a/src/ftdi.c b/src/ftdi.c index 7d5e029..756e6b7 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -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"); } }