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