The branch, master has been updated
via 8cb3662899f555fb424668e1726c9b3e1e41f7e8 (commit)
from 925ac11e53221e01f1491db180f1d76ce9d3bde1 (commit)
- Log -----------------------------------------------------------------
commit 8cb3662899f555fb424668e1726c9b3e1e41f7e8
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Thu Jun 10 17:52:36 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 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");
}
}
hooks/post-receive
--
A library to talk to FTDI chips
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|