aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/DevChapter9.h
Commit message (Expand)AuthorAgeFilesLines
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-1/+1
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-301-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-164/+164
* Fixed device state not being reset back to the default state if the host sets...Dean Camera2010-05-041-0/+1
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-0/+1
* Add file-level brief documentation.Dean Camera2010-03-291-0/+10
* 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-18/+5
* 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-4/+17
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+6
* 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-16/+25
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* Cleanup and optimization of the internal serial retrieval routines.Dean Camera2009-08-031-0/+1
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-1/+1
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-5/+28
* Fix HID class device driver -- if a SetIDle request is issued with the LSB of...Dean Camera2009-07-151-0/+4
* Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendou...Dean Camera2009-06-221-2/+0
* Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...Dean Camera2009-06-211-10/+1
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-0/+12
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-23/+0
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-3/+3
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-2/+0
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-4/+4
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-2/+3
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-8/+0
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-0/+6
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+1
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...Dean Camera2009-03-111-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+135