aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/src/os/pcd_enumerate.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17convert from u_int*_t to uint*_tHarald Welte1-10/+10
2014-11-11pcd_enumerate: More complete USB endpoint resettingMin Xu1-9/+7
2014-11-11req_ctx: Keep statistic about number of req_ctx in given stateMin Xu1-2/+2
2014-11-11pcd_enumerate: Avoid disabling interrupt during endpoint refillMin Xu1-25/+28
2014-11-11req_ctx: Use consistent numeric range for REQ_CTX_STATEMin Xu1-2/+4
2011-12-14usb: Do not send ZLP when we have filled the windowv0.4Holger Hans Peter Freyther1-25/+29
2011-08-15USB: Add support for the 3rd DFU interface (RAM)Harald Welte1-0/+6
2011-07-07USB driver: use the DFU-provided function to send EP0 dataHarald Welte1-48/+1
2010-11-14disable USB EP0 debuggingHarald Welte1-1/+1
2008-02-23* move usb descriptors into separate file (src/os/usb_descriptors_openpcd.h)laforge1-97/+4
2006-12-18- add new DAC driver (instead of poti) for PICClaforge1-4/+4
2006-10-15- add svn:ignore property to make 'svn st' output more realisticlaforge1-13/+81
2006-10-04v0.4 of the readers uses a different pin for the USB pulluplaforge1-2/+16
2006-10-04move udp irq/refill back to flash for nowlaforge1-3/+3
2006-10-03- we have to respond with a STALL to SET_CONFIGURATIONlaforge1-31/+33
2006-09-30- Add revision to USB descriptorlaforge1-1/+1
2006-09-30add stub for later implementation of suspend/resumelaforge1-2/+11
2006-09-30- more accurate (and USB compliant) state transitionslaforge1-44/+157
2006-09-30- free all pending contexts when endpoint is being resetlaforge1-5/+7
2006-09-25- fix minor issues with USB string supportlaforge1-1/+1
2006-09-25- Include tool for Converting ASCII to UTF-16LE in C-Headerlaforge1-30/+30
2006-09-25use officially assigned usb vendor and product id'slaforge1-5/+4
2006-09-22- move large rctx definitions to req_ctx.hlaforge1-96/+175
2006-09-20- Add OpenPICC register definition (and USB command handling)laforge1-27/+66
2006-09-20fix location of dfu_apilaforge1-1/+1
2006-09-13add GPL disclaimer to all C files that I wrotelaforge1-1/+14
2006-09-13Completely separate DFU from application program, we now have a real bootloader.laforge1-2/+3
2006-09-12move to new directorylaforge1-0/+605