summaryrefslogtreecommitdiff
path: root/usb/device/dfu/dfu_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* DFU: include code to switch from DFU to RUNTUIME after bus reset / mannifestHarald Welte2012-01-081-0/+19
|
* rename 'struct dfu' to 'struct dfudata' and 'dfu' symbol to 'g_dfu'Harald Welte2012-01-081-44/+44
| | | | This avoids clashes with the -Ddfu caused by board MEMORIES
* DFU: fix upload case, we need to return number of bytes readHarald Welte2012-01-081-6/+4
|
* DFU: manage interface altsettings inside DFU coreHarald Welte2012-01-071-4/+5
|
* DFU: include more common infrastructure for download and upload handlingHarald Welte2012-01-071-5/+119
|
* various DFU fixesHarald Welte2012-01-051-25/+68
| | | | | | * make RET_* constants public as DFU_RET_* * support GET_DESCRIPTOR on the DFU interface descriptor * use static buffer for getstatus()
* dfu fixesHarald Welte2012-01-051-2/+8
|
* import initial dfu implementation (incomplete)Harald Welte2012-01-011-0/+302
personal git repositories of Harald Welte. Your mileage may vary