aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Common
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-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
2011-01-16New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean
2011-01-13Added new high level TWI packet read/write commands, altered behaviour of the...Dean
2011-01-08Oops - fix type preventing compilation of demos using the class drivers.Dean
2011-01-08Minor documentation improvements.Dean
2011-01-03Update Doxygen documentation configuration file for the main project document...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-26Documentation improvements - put driver example code into its own section, fi...Dean
2010-12-13Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...Dean
2010-11-03Minor documentation improvements.Dean
2010-10-28Added standard keyboard HID report scancode defines (thanks to László Monda).Dean