aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed HID Parser's largest report size bit count not including the size of th...Dean Camera2011-09-171-1/+1
* Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...Dean Camera2011-08-281-1/+2
* Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...Dean Camera2011-08-281-8/+6
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-242-7/+20
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-198-8/+8
* Add missing function attributes.Dean Camera2011-07-129-41/+71
* More endianness porting of the LUFA host mode class drivers.Dean Camera2011-07-118-84/+84
* Minor documentation and style fixes.Dean Camera2011-07-111-4/+4
* Fix HID_Host_SetIdlePeriod() function to send the correct request type to the...Dean Camera2011-07-052-3/+3
* Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean Camera2011-07-041-1/+2
* Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean Camera2011-07-042-2/+4
* Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.Dean Camera2011-07-042-0/+26
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-201-2/+2
* Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean Camera2011-06-162-657/+657
* Rename new Audio class driver functions, callbacks and events to ensure that ...Dean Camera2011-06-162-12/+12
* Rename Audio Host Class driver internal descriptor matching routines to be in...Dean Camera2011-06-142-10/+10
* Ensure that only the requested Audio class pipes are mapped to endpoints with...Dean Camera2011-06-132-5/+9
* Fix bugs in the Host mode Audio class driver.Dean Camera2011-06-122-8/+20
* Fix errors in the library Host mode Audio Class driver.Dean Camera2011-06-092-9/+10
* Add new Audio Class Driver Host demos.Dean Camera2011-06-092-10/+39
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-082-6/+59
* Remove warnings in the documentation for the library class drivers about sequ...Dean Camera2011-06-088-42/+8
* Added new Host mode Audio Class driver.Dean Camera2011-06-082-0/+563
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-052-4/+4
* Spell check library source code files.Dean Camera2011-06-011-1/+1
* Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA...Dean Camera2011-06-011-1/+1
* Add new USB_Host_SetInterfaceAltSetting() convenience function.Dean Camera2011-05-271-13/+5
* Fix broken Doxygen documentation.Dean Camera2011-05-191-7/+7
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-182-8/+5