Add documentation to the USB Class Drivers module on how to use the Host mode class...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / DevChapter9.h
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-20 Dean CameraAdded new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAK...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-03 Dean CameraCleanup and optimization of the internal serial retriev...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-15 Dean CameraFix HID class device driver -- if a SetIDle request...
2009-06-22 Dean CameraCorrected the ADC driver for the ATMEGA16U4 and ATMEGA3...
2009-06-21 Dean CameraAdded new USE_INTERNAL_SERIAL define for using the...
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-04-23 Dean CameraFixed USB_RemoteWakeupEnabled flag never being set...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-03-11 Dean CameraRenamed NO_CLEARSET_FEATURE_REQUEST compile time token...
2009-02-23 Dean CameraMoved all source to the trunk directory.