aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host
Commit message (Expand)AuthorAgeFilesLines
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-202-4/+0
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-197-7/+14
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-197-7/+7
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean Camera2011-01-304-16/+85
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-2/+7
* Fixed several functions in the Host mode Still Image Class driver returning a...Dean Camera2011-01-161-4/+4
* Minor documentation corrections for the new HID report item constant defines.Dean Camera2011-01-161-1/+0
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-164-862/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-1014-54/+25
* Minor documentation improvements.Dean Camera2011-01-088-37/+38
* Update copyright year on all source files.Dean Camera2011-01-0117-34/+34
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-268-8/+8
* Fixed HID hpst class driver incorrectly binding to HID devices that do not ha...Dean Camera2010-12-021-1/+4
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-0214-61/+236
* Minor documentation improvements.Dean Camera2010-11-031-16/+16
* Fixed MIDI class driver send routines silently discarding packets if the endp...Dean Camera2010-11-031-9/+6
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-027-102/+122
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2817-17/+17
* Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean Camera2010-10-274-12/+24
* Changed AudioInput and AudioOutput demos to reload the next sample via an int...Dean Camera2010-10-261-2/+2
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-2514-82/+39
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-2416-84/+94
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1317-492/+509
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-128-49/+49
* Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interfac...Dean Camera2010-10-012-2/+2
* Whitespace corrections.Dean Camera2010-10-018-65/+68
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-307-138/+74
* Fix incorrectly named configuration descriptor callback routines in the host ...Dean Camera2010-09-304-14/+20
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-3014-308/+432
* Fix up incorrect version numbers in demo/project descriptors.Dean Camera2010-09-287-14/+14
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-288-110/+107
* Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode P...Dean Camera2010-09-112-13/+95
* Whitespace corrections.Dean Camera2010-09-091-1/+1
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-092-2/+2
* Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...Dean Camera2010-09-072-13/+91
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-052-14/+16
* Fixed LowLevel PrinterHost demo not sending control requests to the attached ...Dean Camera2010-08-241-4/+4
* Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...Dean Camera2010-08-102-6/+8
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-013-21/+15
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-302-2/+2
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-302-18/+33
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-2/+2
* Add missing const qualifiers to class drivers.Dean Camera2010-07-2116-117/+228
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-198-9/+9
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-139-25/+27
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-178-326/+326
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-164-8/+8
* Fix HID parser documentation for the default maximum report/path/etc. element...Dean Camera2010-06-151-2/+2
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-157-65/+62
* Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...Dean Camera2010-06-086-27/+35