summaryrefslogtreecommitdiff
path: root/firmware/src/os/pcd_enumerate.c
Commit message (Expand)AuthorAgeFilesLines
* convert from u_int*_t to uint*_tHarald Welte2015-09-281-10/+10
* pcd_enumerate: More complete USB endpoint resettingMin Xu2014-11-111-9/+7
* req_ctx: Keep statistic about number of req_ctx in given stateMin Xu2014-11-111-2/+2
* pcd_enumerate: Avoid disabling interrupt during endpoint refillMin Xu2014-11-111-25/+28
* req_ctx: Use consistent numeric range for REQ_CTX_STATEMin Xu2014-11-111-2/+4
* usb: Do not send ZLP when we have filled the windowv0.4Holger Hans Peter Freyther2011-12-141-25/+29
* USB: Add support for the 3rd DFU interface (RAM)Harald Welte2011-08-151-0/+6
* USB driver: use the DFU-provided function to send EP0 dataHarald Welte2011-07-071-48/+1
* disable USB EP0 debuggingHarald Welte2010-11-141-1/+1
* * move usb descriptors into separate file (src/os/usb_descriptors_openpcd.h)laforge2008-02-231-97/+4
* - add new DAC driver (instead of poti) for PICClaforge2006-12-181-4/+4
* - add svn:ignore property to make 'svn st' output more realisticlaforge2006-10-151-13/+81
* v0.4 of the readers uses a different pin for the USB pulluplaforge2006-10-041-2/+16
* move udp irq/refill back to flash for nowlaforge2006-10-041-3/+3
* - we have to respond with a STALL to SET_CONFIGURATIONlaforge2006-10-031-31/+33
* - Add revision to USB descriptorlaforge2006-09-301-1/+1
* add stub for later implementation of suspend/resumelaforge2006-09-301-2/+11
* - more accurate (and USB compliant) state transitionslaforge2006-09-301-44/+157
* - free all pending contexts when endpoint is being resetlaforge2006-09-301-5/+7
* - fix minor issues with USB string supportlaforge2006-09-251-1/+1
* - Include tool for Converting ASCII to UTF-16LE in C-Headerlaforge2006-09-251-30/+30
* use officially assigned usb vendor and product id'slaforge2006-09-251-5/+4
* - move large rctx definitions to req_ctx.hlaforge2006-09-221-96/+175
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-201-27/+66
* fix location of dfu_apilaforge2006-09-201-1/+1
* add GPL disclaimer to all C files that I wrotelaforge2006-09-131-1/+14
* Completely separate DFU from application program, we now have a real bootloader.laforge2006-09-131-2/+3
* move to new directorylaforge2006-09-121-0/+605
personal git repositories of Harald Welte. Your mileage may vary