The branch, master has been updated
via 925ac11e53221e01f1491db180f1d76ce9d3bde1 (commit)
from 1578e0a055cfccd062f256cc1bf4c893499ca167 (commit)
- Log -----------------------------------------------------------------
commit 925ac11e53221e01f1491db180f1d76ce9d3bde1
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Wed Jun 9 18:32:13 2010 +0200
More generic error message for the FTDI kernel driver
-----------------------------------------------------------------------
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 ac56d08..7d5e029 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 ftdi_sio is unloaded!");
+ ftdi_error_return(-3, "unable to set usb configuration. Make
sure the default FTDI kernel side driver is unloaded.");
}
}
}
@@ -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
ftdi_sio is unloaded!");
+ ftdi_error_return(-5, "unable to claim usb device. Make sure the
default FTDI kernel side driver is unloaded.");
}
}
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
|