aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Endpoint.c
Commit message (Expand)AuthorAgeFilesLines
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-261-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-338/+338
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-031-0/+2
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-58/+42
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-2/+2
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-40/+56
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+2
* 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
* Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean Camera2009-12-211-0/+3
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-10/+10
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-20/+20
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-0/+10
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-051-1/+1
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-1/+25
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-420/+108
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-4/+204
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-2/+2
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-2/+2
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-4/+2
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-5/+9
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-16/+16
* Fixed Endpoint_Write_Control_* functions writing more data than expected by t...Dean Camera2009-05-021-27/+34
* Move the length decrements in the pipe and endpoint stream functions to the p...Dean Camera2009-04-261-9/+10
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-15/+4
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-0/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-8/+10
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-7/+7
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-43/+62
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+2
* Updated changelog to reflect recent commit changes.Dean Camera2009-03-031-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+387