summaryrefslogtreecommitdiff
path: root/firmware/export/usb_core.h (follow)
Commit message (Expand)AuthorAge
* usb: move usb charging function prototype from usb_core.h to usb.hAmaury Pouly2015-01-08
* usb: add support for hardware handled SET ADDR/CONFIGAmaury Pouly2012-12-07
* New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff2010-06-05
* Change control handling to start expecting host packets before sending data t...Frank Gevaerts2009-10-19
* Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts2009-05-23
* Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts2009-05-16
* Add preliminary HID driver. It doesn't do anything yet, but that should chang...Frank Gevaerts2009-04-19
* reorganise usb_core.c a bit, to make the code more readable and more maintain...Frank Gevaerts2009-04-19
* Correct Björn's name in various file headers.Nicolas Pennequin2009-03-23
* USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis2009-01-19
* USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis2009-01-13
* 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
* add usb_allowed_current() function, so powermanagement code can know when it'...Frank Gevaerts2008-06-04
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* - change the usb class driver framework to allow for device classes with more...Frank Gevaerts2008-04-26
* Put USB controller structures in IRAM. This seems to make the connection much...Frank Gevaerts2008-04-20
* Add keywords and fix more headers.Michael Sevakis2008-04-18
* UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis2008-04-18
* left USB_SERIAL enabled by default yet again...Frank Gevaerts2008-03-10
* make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts2008-03-10
* disable USB_SERIAL by default again. It got enabled accidentally in the last ...Frank Gevaerts2008-03-06
* reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts2008-03-06
* remove usb_benchmark. Its usefulness is extremely limited, and the usb stack ...Frank Gevaerts2008-03-03
* move the usb_core thread functionality to the main usb threadFrank Gevaerts2008-02-27
* Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts2008-02-20
* Re-added USB charger detection and auto reboot on host connect.Björn Stenberg2007-11-23
* New USB stackBjörn Stenberg2007-11-22