aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/MassStorage.c
Commit message (Expand)AuthorAgeFilesLines
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-1/+1
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-051-5/+7
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-2/+2
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-13/+30
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-594/+594
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-10/+4
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-151-3/+3
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+3
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* 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
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...Dean Camera2009-12-041-2/+5
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-13/+7
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-3/+3
* Add const attribute to class driver APIs.Dean Camera2009-11-031-2/+2
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-23/+25
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-9/+7
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-10/+7
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-81/+39
* Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...Dean Camera2009-09-011-3/+6
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-4/+4
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-271-3/+5
* Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive...Dean Camera2009-08-271-2/+5
* Simplified Host mode Mass Storage Class driver to reduce compiled program size.Dean Camera2009-08-271-101/+45
* Fix memory corruption in Host mode Mass Storage Class driver.Dean Camera2009-08-271-2/+2
* Completed initial Host mode Mass Storage class driver.Dean Camera2009-08-271-8/+216
* Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo...Dean Camera2009-08-261-11/+124
* Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean Camera2009-08-261-1/+43
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-261-5/+19
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-261-0/+188
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-0/+95
* Commit for 090810rc1 release.Dean Camera2009-08-051-1/+4
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+36