* fileio.c: ihex2bin did not properly handle files > 64K bytes

* usb_libusb.c: re-enabled usb_reset for Macs (no reset causes lots of failures)
* avrdude.1: spacing issue for ucr2 fixed.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@880 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
dhoerl
2009-11-29 20:19:15 +00:00
parent 7d1ea872cd
commit 3e7897371a
4 changed files with 11 additions and 5 deletions

View File

@@ -239,7 +239,7 @@ static void usbdev_close(union filedescriptor *fd)
(void)usb_release_interface(udev, usb_interface);
#if !( defined(__FreeBSD__) || ( defined(__APPLE__) && defined(__MACH__) ) )
#if !( defined(__FreeBSD__) ) // || ( defined(__APPLE__) && defined(__MACH__) ) )
/*
* Without this reset, the AVRISP mkII seems to stall the second
* time we try to connect to it. This is not necessary on