aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB
AgeCommit message (Expand)Author
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-13Minor XMEGA USB driver fixes.Dean
2011-12-11Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full...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-24Minor Doxygen documentation improvements.Dean
2011-11-24Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescri...Dean
2011-11-24Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...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-22Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...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-14Minor corrections for the XMEGA USB controller. Add compile time warning if t...Dean
2011-11-09Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro...Dean
2011-11-01Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...Dean
2011-10-31Add support for the new MEGA B series devices.Dean
2011-10-31Add support for the Atmel XMEGA A3BU Xplained board.Dean
2011-10-31Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...Dean
2011-10-30Namespace out the internal endpoint globals in the XMEGA architecture.Dean
2011-10-30Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint numb...Dean
2011-10-30Namespace out the internal endpoint and pipe globals in the UC3 architecture.Dean
2011-10-30Update XMEGA clock management so that the correct 16-bit calibration is used ...Dean
2011-10-30Minor documentation fixes.Dean
2011-10-30XMEGA port improvements; connection and disconnection are now detected correc...Dean
2011-10-26Fixed CDC class drivers not saving and sending all 16-bits of the control lin...Dean
2011-10-25Update XMEGA platform clock management example code to suit the currently rel...Dean
2011-10-12When automatic PLL management mode is enabled on the U4 series AVR8 chips, th...Dean
2011-10-09Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean
2011-10-07USB XMEGA support improvements; add DFLL clock platform support, ensure the e...Dean
2011-10-07Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean
2011-10-07Added endian-correction to the CDC driver's Line Encoding control request han...Dean
2011-10-04Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean
2011-09-28Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...Dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-09-21Fix missing C++ linkage command in ArchitectureSpecific.h.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-23Minor documentation fixes.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-25Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices.Dean
2011-07-25Fixed USB_USBTask not being called internally in stream transfers between pac...Dean