summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/usb-drv-arc.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts1-11/+38
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-05corrected sign of error return valueFrank Gevaerts1-1/+1
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-1/+1
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-03Added missing usb #includes to usb source files.Bertrik Sikken1-0/+2
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts1-1/+8
2008-04-20disable irqs during the critical part of prime_transfer(). This improves the ...Frank Gevaerts1-0/+6
2008-04-20Make the inital connect problem go away on Gigabeat S. Would be nice if a bet...Michael Sevakis1-12/+22
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis1-0/+897