aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class
AgeCommit message (Expand)Author
2012-02-05Add new tag for the LUFA-120219-BETA release.LUFA-120219-BETADean
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
2011-07-11More endianness porting of the LUFA host mode class drivers.Dean
2011-07-11More endianness porting of the LUFA device mode class drivers.Dean
2011-07-11Minor documentation and style fixes.Dean
2011-07-05Fix HID_Host_SetIdlePeriod() function to send the correct request type to the...Dean
2011-07-04Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean
2011-07-04Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean
2011-07-04Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.Dean
2011-06-29Merge over core library changes from the MultiArchDemos branch.Dean
2011-06-20Minor internal macro renaming for the UC3 devices.Dean
2011-06-20Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean
2011-06-20Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...Dean
2011-06-19Code style fixes for the Device mode USB Audio Class driver to make it more i...Dean
2011-06-16Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-06-14Rename Audio Host Class driver internal descriptor matching routines to be in...Dean
2011-06-13Ensure that only the requested Audio class pipes are mapped to endpoints with...Dean
2011-06-12Fix bugs in the Host mode Audio class driver.Dean
2011-06-09Fix errors in the library Host mode Audio Class driver.Dean
2011-06-09Add new Audio Class Driver Host demos.Dean
2011-06-08Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean
2011-06-08Remove warnings in the documentation for the library class drivers about sequ...Dean
2011-06-08Added new Host mode Audio Class driver.Dean
2011-06-07Fix errors in the Audio device demos and class driver regarding multiple samp...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean