aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0818-36/+36
* Fix Doxygen documentation for conditionally enabled functions.Dean Camera2018-12-071-31/+31
* Fix mismatched aliased event and event stub function prototypes.Dean Camera2018-06-172-2/+2
* Remove unneccesary ATTR_CONST from stub functions (thanks to NicoHood).Dean Camera2018-06-171-1/+1
* Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not c...Dean Camera2018-02-182-96/+106
* Update copyrights for 2018.Dean Camera2018-01-0418-36/+36
* Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class dr...Dean Camera2017-09-101-0/+1
* Update copyrights for 2017.Dean Camera2017-04-1818-36/+36
* Update copyrights to 2016.Dean Camera2016-01-3118-36/+36
* Add PROGMEM variant data send functions to the CDC host class driver.Dean Camera2015-08-012-0/+69
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1718-36/+36
* More fixes for incorrect return types/values.Dean Camera2014-03-091-1/+1
* Fix incorrect error codes returned on pip config failure in the host class dr...Dean Camera2014-03-059-21/+21
* Update copyrights for 2014.Dean Camera2014-01-0418-54/+54
* Use spaces instead of tabs wherever necessary to fix indentation.László Monda2013-09-241-4/+4
* Fixed error receiving PIMA events via the Still Image Host class driver.Dean Camera2013-08-231-1/+1
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-019-18/+18
* Simplify the Doxygen to Docbook XML transform.Dean Camera2013-05-191-1/+1
* Update Android Accessory Class driver to be compatible with protocol version ...Dean Camera2013-05-101-1/+1
* Oops - fix function prototype attribute.Dean Camera2013-04-111-1/+1
* Add some missing function attributes.Dean Camera2013-04-113-8/+8
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
* Fixed potential NULL pointer dereference in the HID Host mode Class Driver (t...Dean Camera2013-02-271-9/+12
* Changed all *_SendByte() function prototypes to accept a void pointer for the...Dean Camera2013-02-248-31/+31
* Remove CPPCheck suppressions for unused functions, disable checking for them ...Dean Camera2013-02-051-1/+0
* Update copyright year to 2013.Dean Camera2013-01-0318-36/+36
* Minor documentation improvements.Dean Camera2012-10-0518-18/+18
* Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...Dean Camera2012-07-221-2/+2
* Add svn:eol-style property on all source files where it was missing. Fix line...Dean Camera2012-06-212-735/+735
* Add missing <math.h> include for the UC3 devices, hide CDC class driver strea...Dean Camera2012-06-121-1/+3
* Spell check source code, fix mistakes.Dean Camera2012-06-093-4/+4
* Additional fixes to the MIDI host driver due to not unfreezing/re-freezing pi...Dean Camera2012-05-201-4/+16
* Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ...Dean Camera2012-05-061-8/+17
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-1418-549/+211
* Re-enable cppcheck static analysis unused function checks after adding in spe...Dean Camera2012-03-251-0/+1
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-243-9/+8
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean Camera2012-02-204-13/+5
* All USB Class Driver configuration struct values are now non-const, to allow ...Dean Camera2012-02-1910-9/+11
* Update file contributor copyrights for 2012.Dean Camera2012-02-0418-18/+18
* Update file header copyrights for 2012.Dean Camera2012-02-0418-18/+18
* Minor documentation improvements.Dean Camera2012-02-011-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-2312-28/+30
* Don't validate the Device Descriptor's vendor ID when validating that a devic...Dean Camera2011-12-141-3/+0
* Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...Dean Camera2011-12-011-80/+22
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-281-1/+1
* Convert the LowLevel AndroidAccessory demo to use the new class driver consta...Dean Camera2011-11-241-1/+1
* Add new Android Open Accessory class driver to the library core and add a new...Dean Camera2011-11-2410-36/+811
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-1816-16/+16
* Fixed CDC class drivers not saving and sending all 16-bits of the control lin...Dean Camera2011-10-261-7/+7
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-222-0/+2