aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-043-5/+5
* Fixed Still Image Host class driver exiting the descriptor search routine pre...Dean Camera2011-03-031-1/+1
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-272-0/+9
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-201-1/+1
* 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