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