aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/MassStorage.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr...Dean Camera2009-11-151-22/+36
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-091-17/+14
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-2/+2
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-0/+2
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-7/+4
* Add extra tests to the MassStorage device demo and class driver for validatin...Dean Camera2009-07-211-0/+2
* Add explicit guards to all device mode tasks to ensure the device is connecte...Dean Camera2009-07-211-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-5/+5
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-2/+2
* Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...Dean Camera2009-06-231-2/+2
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-46/+49
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-1/+6
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-13/+13
* Minor documentation page updates.Dean Camera2009-06-041-7/+7
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+208