avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] avrdude using libusb-1.0 and libusb-compat-0.1


From: David Hoerl
Subject: [avrdude-dev] avrdude using libusb-1.0 and libusb-compat-0.1
Date: Wed, 04 Nov 2009 17:24:16 -0500
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.1) Gecko/20090903 Eudora/3.0b3

Sending this for the archives - had good luck getting libusb-1.0.3 and the compatibility library (which maps the new library calls into what avrdude expects from libusb.0.1). Its seems faster when downloading but didn't really measure it.

For OSX Mac users, a note: if you use a portable, as I do, both old and new libusb libraries try to get info out of suspended USB devices like the camera. This adds many seconds of delay before the download starts. I edited the darwin_usb.c file in libusb.1.0, and essentially commented out code. This resulted in a much much faster download.

David

    if (ret != kIOReturnSuccess) {
      int try_unsuspend = 0; // DFH - was 1
#if DeviceVersion >= 3200 // DFH - was 320




reply via email to

[Prev in Thread] Current Thread [Next in Thread]