The branch, master has been updated
via c16b162d5b7a27f6ed2abf847bd6905d0f1755e5 (commit)
from ddfa995d1cd57cebfcc785ba4ed626aaafe6f1b6 (commit)
- Log -----------------------------------------------------------------
commit c16b162d5b7a27f6ed2abf847bd6905d0f1755e5
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Thu Jun 10 17:53:23 2010 +0200
Enhance FTDI driver message once more
-----------------------------------------------------------------------
Summary of changes:
src/ftdi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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");
}
}
hooks/post-receive
--
port libftdi to libusb-1.0
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|