summaryrefslogtreecommitdiffstats
path: root/firmware/export/usb_drv.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-16usb_drv_reset() is only used in usb-drv-arc.cRafaël Carré1-1/+0
2010-08-12Fix red: Revert the const correctness part, which opened a can of worms.Michael Sparmann1-2/+2
2010-08-12emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...Michael Sparmann1-2/+2
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts1-1/+1
2009-03-26Change ARCOTG_DRV_H #define to _USB_DRV_H #define (no functional changes)Maurus Cuelenaere1-3/+3
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis1-1/+5
2008-11-30Remove usb_drv_wait from the public usb api, and remove the implementation fr...Frank Gevaerts1-1/+0
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts1-0/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-20Make the inital connect problem go away on Gigabeat S. Would be nice if a bet...Michael Sevakis1-0/+1
2008-04-18Add keywords and fix more headers.Michael Sevakis1-1/+1
2008-03-20differentiate between connected and powered in usb_detect()Frank Gevaerts1-0/+1
2008-02-26added support for USB port test modes, which are (a) required by the spec, an...Frank Gevaerts1-0/+1
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts1-3/+4
2008-02-11Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg1-0/+3
2007-11-27Added some error returnsBjörn Stenberg1-2/+2
2007-11-22Red fix: USB power check implemented in driver insteadBjörn Stenberg1-0/+1
2007-11-22New USB stackBjörn Stenberg1-0/+35