aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010.Dean Camera2009-12-3014-28/+28
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2814-98/+98
* Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean Camera2009-12-213-7/+16
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-205-28/+62
* Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...Dean Camera2009-12-181-1/+1
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-172-15/+15
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-132-11/+11
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-091-1/+1
* Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.Dean Camera2009-12-091-2/+4
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+1
* Add new USB_Host_GetDeviceStringDescriptor() convenience function.Dean Camera2009-12-062-0/+32
* Fix double oops -- Host mode settle delay was still being ignored due to inve...Dean Camera2009-12-041-1/+1
* Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...Dean Camera2009-12-041-2/+0
* Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean Camera2009-11-291-2/+4
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-5/+5
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-254-8/+8
* Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_...Dean Camera2009-11-241-5/+6
* Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean Camera2009-11-241-1/+1
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-8/+4
* Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean Camera2009-11-202-1/+6
* Fix incorrect compiler error message when F_CLOCK is not defined by the user ...Dean Camera2009-11-151-1/+1
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-131-1/+1
* Minor code cleanups for clarity.Dean Camera2009-11-111-15/+12
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-107-35/+35
* Spell check all source code variables, comments and strings.Dean Camera2009-11-093-3/+3
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-2/+2
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-064-16/+16
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean Camera2009-11-041-19/+7
* Add const attribute to class driver APIs.Dean Camera2009-11-031-1/+1
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-187-21/+43
* Fix broken Endpoint/Pipe stream templates.Dean Camera2009-10-042-2/+2
* Minor documentation fixups.Dean Camera2009-10-032-26/+26
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-301-1/+1
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-242-2/+2
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-212-2/+2
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-202-1/+9
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-092-12/+3
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-022-2/+2
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-261-4/+8
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean Camera2009-08-252-16/+32
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean Camera2009-08-202-21/+21
* Fixed invalid data being returned when a GetStatus request is issued in Devic...Dean Camera2009-08-181-0/+2
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-0/+8
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-0/+15
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-4/+0
* Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...Dean Camera2009-08-071-11/+2
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-2/+11
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-053-31/+26
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-056-46/+34
* Cleanup and optimization of the internal serial retrieval routines.Dean Camera2009-08-032-16/+11