aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/DevChapter9.h
Commit message (Expand)AuthorAgeFilesLines
* 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