aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel
AgeCommit message (Expand)Author
2010-05-30Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean
2010-05-29Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean
2010-05-26The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean
2010-05-13Remove incorrect check for the current device state in the Set Configuration ...Dean
2010-05-13Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...Dean
2010-05-11Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-04Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...Dean
2010-05-04Fixed device state not being reset back to the default state if the host sets...Dean
2010-05-03Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean
2010-04-28Oops - relocated USBInterrupt.h header file requires adjusted include paths f...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-04-14Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean
2010-04-13Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean
2010-03-29Add file-level brief documentation.Dean
2010-03-17Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean
2010-03-09Fix incorrect LED mask name in the Webserver project.Dean
2010-02-24Fix incorrect error when directly including the LUFA internal USB library com...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-24More AVR32 achitecture ports.Dean
2010-02-23More porting of the USB core to the AVR32.Dean
2010-02-23Start porting the USB core to the AVR32 UC3B.Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2010-02-01Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean
2010-01-16Fix incorrect preprocessor checks in the PLL prescaler mask determination cod...Dean
2010-01-15Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-21Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean
2009-12-20Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean
2009-12-18Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...Dean
2009-12-17Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean
2009-12-13Use -pedantic compile time option to find and correct several minor code errors.Dean
2009-12-09Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean
2009-12-09Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.Dean
2009-12-09Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean
2009-12-06Add new USB_Host_GetDeviceStringDescriptor() convenience function.Dean
2009-12-04Fix double oops -- Host mode settle delay was still being ignored due to inve...Dean
2009-12-04Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...Dean
2009-11-29Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean
2009-11-26Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean
2009-11-24Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_...Dean
2009-11-24Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean
2009-11-23The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean
2009-11-20Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean
2009-11-15Fix incorrect compiler error message when F_CLOCK is not defined by the user ...Dean
2009-11-13Corrections, improvements and additions to the incomplete RNDISHost demo.Dean
2009-11-11Minor code cleanups for clarity.Dean