mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 15:05:27 +00:00
Contributed by Ned Konz:
Open the serial port with O_NONBLOCK, and save and restore the port state before exiting. patch #5008: Patch for (5.1) ser_posix.c for O_NONBLOCK open and restoring serial port state on close Closes bug #12622: avrdude hangs on macosx/darwin with PL-2303 usb-to-serial and Butterfly git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@627 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2006-08-28 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Contributed by Ned Konz:
|
||||
* ser_posix.c: Open the serial port with O_NONBLOCK, and
|
||||
save and restore the port state before exiting.
|
||||
patch #5008: Patch for (5.1) ser_posix.c for O_NONBLOCK open
|
||||
and restoring serial port state on close
|
||||
Closes bug #12622: avrdude hangs on macosx/darwin with PL-2303
|
||||
usb-to-serial and Butterfly
|
||||
|
||||
2006-08-22 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* bitbang.c: Move the bitbang prerequisite checks out from
|
||||
|
Reference in New Issue
Block a user