summaryrefslogtreecommitdiffstats
path: root/firmware/export/usb_core.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff1-2/+8
2009-10-19Change control handling to start expecting host packets before sending data t...Frank Gevaerts1-1/+0
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts1-10/+0
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts1-1/+12
2009-04-19Add preliminary HID driver. It doesn't do anything yet, but that should chang...Frank Gevaerts1-0/+1
2009-04-19reorganise usb_core.c a bit, to make the code more readable and more maintain...Frank Gevaerts1-4/+4
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis1-9/+1
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis1-1/+1
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts1-1/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-04add usb_allowed_current() function, so powermanagement code can know when it'...Frank Gevaerts1-0/+5
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-26- change the usb class driver framework to allow for device classes with more...Frank Gevaerts1-0/+1
2008-04-20Put USB controller structures in IRAM. This seems to make the connection much...Frank Gevaerts1-1/+1
2008-04-18Add keywords and fix more headers.Michael Sevakis1-1/+1
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis1-0/+6
2008-03-10left USB_SERIAL enabled by default yet again...Frank Gevaerts1-1/+1
2008-03-10make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts1-1/+4
2008-03-06disable USB_SERIAL by default again. It got enabled accidentally in the last ...Frank Gevaerts1-1/+1
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts1-16/+7
2008-03-03remove usb_benchmark. Its usefulness is extremely limited, and the usb stack ...Frank Gevaerts1-9/+0
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts1-25/+5
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts1-5/+38
2007-11-23Re-added USB charger detection and auto reboot on host connect.Björn Stenberg1-0/+1
2007-11-22New USB stackBjörn Stenberg1-0/+55