aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/HighLevel/StdDescriptors.h
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Move RNDISConstants.h into the RNDIS class driver common definition header.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-25Add descriptor class, subclass and protocol constants to the class drivers, m...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-09-28Move out many of the common class driver constants into grouped enums, to mak...Dean
2010-09-19Ensure device address latch bit is not set at the same time as the new addres...Dean
2010-09-09Added class specific descriptor type defines with standard USB-IF element nam...Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean
2010-07-21Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-03Minor documentation cleanups.Dean
2010-05-30Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-03-29Add briefs for the library core structures.Dean
2010-03-29Add file-level brief documentation.Dean
2010-03-24Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...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-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 incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-20Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean
2009-12-09Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean
2009-11-30Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean
2009-11-29Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-09-09Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean
2009-08-07Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean
2009-06-21Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...Dean
2009-06-20Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean
2009-05-22Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-17Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean
2009-05-04Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean
2009-04-22Documentation enhancements to improve documentation cross-references.Dean
2009-04-17More documentation changes for better module-level documentation rather than ...Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-05Removed all binary constants and replaced with decimal or hexadecimal constan...Dean
2009-04-05Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean
2009-04-01All comments in the library, bootloaders, demos and projects have now been sp...Dean
2009-03-25Fixed documentation typoes and preprocessor checks relating to misspellings o...Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean