Re: [linux-usb-devel] Pointers writing a usermode program for DFU

2001-06-26 Thread bvermeul
On Tue, 26 Jun 2001, David Brownell wrote: > > might help me move on quicker? I know it should be doable with libusb, but > > don't know where to find documentation of that particular piece of > > software... :) > > If you're literate in Java, http://jusb.sourceforge.net has documentation > which

Re: [linux-usb-devel] Pointers writing a usermode program for DFU

2001-06-26 Thread David Brownell
> might help me move on quicker? I know it should be doable with libusb, but > don't know where to find documentation of that particular piece of > software... :) If you're literate in Java, http://jusb.sourceforge.net has documentation which should suffice to go a fair distance with that softwar

[linux-usb-devel] Pointers writing a usermode program for DFU

2001-06-26 Thread bvermeul
Hi, I've got a device I'd like to upload some firmware to. The device uses the DFU spec (which I've got, semi-understand, and am willing to implement). I'd like to write a program that uploads firmware to a DFU compatible device. Does anyone have any suggested reading, sample code, etc, that migh