aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Common
AgeCommit message (Expand)Author
2012-06-21Add svn:eol-style property on all source files where it was missing. Fix line...Dean
2012-04-25Changed MIDI event structure MIDI_EventPacket_t to use a single field for the...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-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-11Minor documentation improvements.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
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-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-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-08-23Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...Dean
2011-07-12Minor documentation fixes.Dean
2011-07-11More endianness porting of the LUFA device mode class drivers.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-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-03Added new callback to the Audio Class driver to allow for endpoint control ma...Dean
2011-06-01Spell check library source code files.Dean
2011-05-30Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean
2011-05-29Added new incomplete AudioInputHost Host LowLevel demo.Dean
2011-05-18Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean
2011-05-14Fixed possible invalid program execution when in host mode if corrupt descrip...Dean
2011-05-08Minor documentation fixes.Dean
2011-04-12Add missing function attributes to the pipe/endpoint functions for all archit...Dean
2011-04-10Remove redundant type information for bitfield elements, other than the signe...Dean
2011-03-23Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8...Dean
2011-03-11Add structure padding to the appropriate descriptor structures to maintain co...Dean
2011-02-20More Doxygen updates for multiple architecture support.Dean
2011-02-20Start update of documentation to support possible multiple architectures in t...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ...Dean
2011-01-30Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean
2011-01-23Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO...Dean
2011-01-17Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the...Dean
2011-01-17Abuse the the C preprocessor so that the HID macros can automatically encode ...Dean
2011-01-16Minor documentation corrections for the new HID report item constant defines.Dean