patch #10028: linuxspi: close() only when necessary
Submitted by Alex Sverdlin: * linuxspi.c: unify descriptor closing git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1491 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
711323e7cc
commit
93767e0de1
|
@ -1,3 +1,9 @@
|
||||||
|
2021-11-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
Submitted by Alex Sverdlin:
|
||||||
|
patch #10028: linuxspi: close() only when necessary
|
||||||
|
* linuxspi.c: unify descriptor closing
|
||||||
|
|
||||||
2021-11-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2021-11-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
Submitted by Alex Sverdlin:
|
Submitted by Alex Sverdlin:
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -118,6 +118,7 @@ Current:
|
||||||
patch #9327: ft245r.c: add TPI support (patches 1-4)
|
patch #9327: ft245r.c: add TPI support (patches 1-4)
|
||||||
patch #9328: ft245r.c: add TPI support (patches 5-7)
|
patch #9328: ft245r.c: add TPI support (patches 5-7)
|
||||||
patch #10027: linuxspi: Add reset pulse, according to AVR programming algorithm
|
patch #10027: linuxspi: Add reset pulse, according to AVR programming algorithm
|
||||||
|
patch #10028: linuxspi: close() only when necessary
|
||||||
|
|
||||||
* Internals:
|
* Internals:
|
||||||
- New avrdude.conf keyword "family_id", used to verify SIB attributes
|
- New avrdude.conf keyword "family_id", used to verify SIB attributes
|
||||||
|
|
Loading…
Reference in New Issue