Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / StillImage.h
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-13 Dean CameraAdded const attributes to some of the class driver...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-15 Dean CameraChange over Doxygen \note documentation to \pre where...
2010-06-08 Dean CameraAdd missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLIN...
2010-06-03 Dean CameraMinor documentation cleanups.
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-03-29 Dean CameraAdd briefs for the library core structures.
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2010-01-04 Dean CameraFix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-16 Dean CameraThe SImage_Host_SendBlockHeader() and SImage_Host_Recei...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-11-25 Dean CameraFix build and Doxygen errors.
2009-11-23 Dean CameraFixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-12 Dean CameraAdd beginnings of a RNDIS Ethernet Host demo.
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-10 Dean CameraPrevent the CDC Device Class driver from sending empty...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-09 Dean CameraFinish Still Image Host class driver.
2009-09-06 Dean CameraChanged Still Image Host class driver to auto-fill...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-09-01 Dean CameraAdded documentation for the constants and enums of...
2009-09-01 Dean CameraFixed StillImageHost not correctly freezing and unfreez...
2009-08-30 Dean CameraRemove deleted source files from the LUFA library makefile.
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-07-14 Dean CameraAdded module file dependancy information to the USB...
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-15 Dean CameraEnhanced class drivers to use the same public/private...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...