mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
A number of fixes for the libusb handling:
. use the correct endpoint, depending on whether we are going to read or write . when opening the USB device, set the configuration according to the config entry, and properly claim the interface . when closing, release the interface again With these changes, it works now with libusb-win32 as well. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@533 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2005-09-26 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* jtagmkII.c (jtagmkII_paged_write): default the page size early so the
|
||||
buffer will be allocated correctly.
|
||||
* usb_libusb.c: fix libusb handling; now it works with libusb-win32 as
|
||||
well.
|
||||
|
||||
2005-09-21 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* main.c(do_op): use mem->desc in place of upd->memtype to
|
||||
|
Reference in New Issue
Block a user