aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-245-20/+20
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean Camera2012-02-205-16/+9
* All USB Class Driver configuration struct values are now non-const, to allow ...Dean Camera2012-02-1916-16/+18
* Minor documentation improvements.Dean Camera2012-02-111-2/+2
* Clean up the Audio Device class driver control request Endpoint match logic.Dean Camera2012-02-111-10/+7
* Altered the HID class driver to only try to construct at maximum one packet p...Dean Camera2012-02-092-0/+6
* Update file contributor copyrights for 2012.Dean Camera2012-02-0451-51/+51
* Update file header copyrights for 2012.Dean Camera2012-02-0451-51/+51
* Minor documentation improvements.Dean Camera2012-02-014-7/+7
* 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-2331-82/+89
* Don't validate the Device Descriptor's vendor ID when validating that a devic...Dean Camera2011-12-142-6/+0
* Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...Dean Camera2011-12-011-80/+22
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-281-1/+1
* Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Ac...Dean Camera2011-11-241-1/+1
* Convert the LowLevel AndroidAccessory demo to use the new class driver consta...Dean Camera2011-11-242-2/+7
* Add new Android Open Accessory class driver to the library core and add a new...Dean Camera2011-11-2426-56/+1031
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-2/+1
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-1845-45/+45
* Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...Dean Camera2011-11-161-8/+8
* 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-262-14/+14
* Added endian-correction to the CDC driver's Line Encoding control request han...Dean Camera2011-10-071-4/+12
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-223-0/+5
* Fixed HID Parser's largest report size bit count not including the size of th...Dean Camera2011-09-172-3/+2
* Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...Dean Camera2011-09-072-12/+14
* Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d...Dean Camera2011-09-051-0/+8
* Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...Dean Camera2011-08-281-1/+2
* Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...Dean Camera2011-08-281-8/+6
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-242-7/+20
* Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...Dean Camera2011-08-231-20/+22
* 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-199-10/+10
* Minor documentation fixes.Dean Camera2011-07-122-9/+9
* Add missing function attributes.Dean Camera2011-07-129-41/+71
* More endianness porting of the LUFA host mode class drivers.Dean Camera2011-07-118-84/+84
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-1110-139/+236
* 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
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+1
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-201-2/+2
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean Camera2011-06-201-0/+10
* Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...Dean Camera2011-06-201-0/+6
* Code style fixes for the Device mode USB Audio Class driver to make it more i...Dean Camera2011-06-191-2/+8
* 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-164-25/+28
* Rename Audio Host Class driver internal descriptor matching routines to be in...Dean Camera2011-06-142-10/+10