aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Expand)AuthorAgeFilesLines
...
* Update file header copyrights for 2012.Dean Camera2012-02-0412-12/+12
* Minor documentation improvements.Dean Camera2012-02-011-4/+4
* Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud...Dean Camera2012-01-282-3/+68
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-238-26/+28
* Add new Android Open Accessory class driver to the library core and add a new...Dean Camera2011-11-246-6/+6
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-1812-12/+12
* Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro...Dean Camera2011-11-093-1/+12
* Fixed CDC class drivers not saving and sending all 16-bits of the control lin...Dean Camera2011-10-261-7/+7
* Added endian-correction to the CDC driver's Line Encoding control request han...Dean Camera2011-10-071-4/+12
* Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d...Dean Camera2011-09-051-0/+8
* Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driv...Dean Camera2011-07-291-20/+0
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-2/+2
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-113-127/+136
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+1
* Code style fixes for the Device mode USB Audio Class driver to make it more i...Dean Camera2011-06-191-2/+8
* Rename new Audio class driver functions, callbacks and events to ensure that ...Dean Camera2011-06-162-13/+16
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-081-1/+1
* Remove warnings in the documentation for the library class drivers about sequ...Dean Camera2011-06-086-24/+0
* Added new Host mode Audio Class driver.Dean Camera2011-06-083-4/+30
* Fix errors in the Audio device demos and class driver regarding multiple samp...Dean Camera2011-06-072-17/+17
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-053-16/+16
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-032-0/+92
* Added new incomplete AudioOutputHost Host LowLevel demo.Dean Camera2011-05-301-0/+1
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-291-0/+7
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-182-52/+122
* Replace cast-as-char* byte access of multibyte variables with proper shifts a...Dean Camera2011-04-131-2/+2
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-121-3/+1
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-0/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-044-13/+13
* Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi...Dean Camera2011-03-051-2/+2
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-272-5/+14
* 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-206-11/+0
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-196-6/+12
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-196-6/+6
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean Camera2011-01-302-11/+37
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-3/+3
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-4/+8
* 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-161-0/+1
* Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...Dean Camera2011-01-101-12/+0
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-1011-71/+47
* Minor documentation improvements.Dean Camera2011-01-086-23/+23
* Update copyright year on all source files.Dean Camera2011-01-0112-24/+24
* Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (tha...Dean Camera2010-12-311-1/+1
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-266-6/+6
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-024-4/+4
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-056-6/+6
* Fixed MIDI class driver send routines silently discarding packets if the endp...Dean Camera2010-11-031-9/+6
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2812-12/+12