summaryrefslogtreecommitdiff
path: root/usb
Commit message (Collapse)AuthorAgeFilesLines
* device/dfu: Force FullSpeed mode since the DFU driver doesn't support HSHEADmasterSylvain Munaut2012-04-011-0/+1
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* DFU: runtime only has _one_ interface/altsettingHarald Welte2012-01-081-45/+14
|
* DFU: include code to switch from DFU to RUNTUIME after bus reset / mannifestHarald Welte2012-01-083-0/+28
|
* DFU: add dfu_runtime.c for runtime-to-dfu switchingHarald Welte2012-01-082-0/+26
|
* rename 'struct dfu' to 'struct dfudata' and 'dfu' symbol to 'g_dfu'Harald Welte2012-01-082-46/+46
| | | | 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: add support for setting the USB SERIAL by a boardHarald Welte2012-01-082-1/+15
| | | | | | this will allow us to use the Unique Chip ID as serial number in the USB descriptor, which in turn allows customers to write device-specific udev rules for persistent naming, etc.
* DFU: manage interface altsettings inside DFU coreHarald Welte2012-01-072-5/+6
|
* DFU: include more common infrastructure for download and upload handlingHarald Welte2012-01-072-7/+124
|
* DFU: Add dfu_desc.c containing USB descriptorsHarald Welte2012-01-051-0/+106
|
* various DFU fixesHarald Welte2012-01-052-25/+86
| | | | | | * make RET_* constants public as DFU_RET_* * support GET_DESCRIPTOR on the DFU interface descriptor * use static buffer for getstatus()
* dfu fixesHarald Welte2012-01-052-8/+22
|
* import initial dfu implementation (incomplete)Harald Welte2012-01-014-0/+543
|
* import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v1501120100901_softpack_1_9_v_1_0_svn_v15011Harald Welte2011-07-04226-0/+52617
it's sad to see that atmel doesn't publish their svn repo or has a centralized location or even puts proper version/release info into the library itself
personal git repositories of Harald Welte. Your mileage may vary