aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class
AgeCommit message (Expand)Author
2012-07-22Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...Dean
2012-06-21Add svn:eol-style property on all source files where it was missing. Fix line...Dean
2012-06-12Add missing <math.h> include for the UC3 devices, hide CDC class driver strea...Dean
2012-06-09Spell check source code, fix mistakes.Dean
2012-05-26Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U...Dean
2012-05-20Additional fixes to the MIDI host driver due to not unfreezing/re-freezing pi...Dean
2012-05-06Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ...Dean
2012-05-05Fixed possible deadlock in the CDC device driver if the USB connection is dro...Dean
2012-04-25Changed MIDI event structure MIDI_EventPacket_t to use a single field for the...Dean
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
2012-03-29Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().Dean
2012-03-29Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to...Dean
2012-03-25Re-enable cppcheck static analysis unused function checks after adding in spe...Dean
2012-03-15Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfa...Dean
2012-03-14Audio Device Class driver changed to also require the index of the Audio Cont...Dean
2012-02-24Minor documentation fixes - change \note entries to \warning where appropriat...Dean
2012-02-20Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean
2012-02-19All USB Class Driver configuration struct values are now non-const, to allow ...Dean
2012-02-11Minor documentation improvements.Dean
2012-02-11Clean up the Audio Device class driver control request Endpoint match logic.Dean
2012-02-09Altered the HID class driver to only try to construct at maximum one packet p...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-01Minor documentation improvements.Dean
2012-01-28Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-12-14Don't validate the Device Descriptor's vendor ID when validating that a devic...Dean
2011-12-01Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...Dean
2011-11-28Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean
2011-11-24Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Ac...Dean
2011-11-24Convert the LowLevel AndroidAccessory demo to use the new class driver consta...Dean
2011-11-24Add new Android Open Accessory class driver to the library core and add a new...Dean
2011-11-23Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-11-16Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...Dean
2011-11-09Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro...Dean
2011-10-26Fixed CDC class drivers not saving and sending all 16-bits of the control lin...Dean
2011-10-07Added endian-correction to the CDC driver's Line Encoding control request han...Dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-09-17Fixed HID Parser's largest report size bit count not including the size of th...Dean
2011-09-07Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...Dean
2011-09-05Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d...Dean
2011-08-28Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...Dean
2011-08-28Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...Dean
2011-08-24Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean
2011-08-23Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...Dean
2011-07-29Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driv...Dean
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean
2011-07-12Minor documentation fixes.Dean
2011-07-12Add missing function attributes.Dean