aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/StdDescriptors.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-3/+15
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-11/+43
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-33/+34
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-1/+3
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-191-2/+2
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-14/+14
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-0/+1
* Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...Dean Camera2010-07-211-206/+196
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-14/+14
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-301-1/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-651/+651
* Add briefs for the library core structures.Dean Camera2010-03-291-14/+42
* Add file-level brief documentation.Dean Camera2010-03-291-0/+9
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean Camera2010-03-241-2/+1
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-241-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-11/+4
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-1/+1
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-3/+10
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+5
* Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...Dean Camera2010-02-011-2/+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
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-201-0/+1
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-6/+6
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+1
* Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean Camera2009-11-291-11/+11
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-212/+323
* Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean Camera2009-08-071-3/+3
* Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...Dean Camera2009-06-211-7/+23
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-1/+7
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-27/+0
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-10/+0
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-4/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-31/+24
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-22/+22
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-7/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-7/+11
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-051-10/+10
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-5/+5
* Fixed documentation typoes and preprocessor checks relating to misspellings o...Dean Camera2009-03-251-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+523