2012-03-29 |
Dean Camera | Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK(). |
tree | commitdiff |
2012-03-29 |
Dean Camera | Removed variable axis support from the HID_DESCRIPTOR_J... |
tree | commitdiff |
2012-03-25 |
Dean Camera | Re-enable cppcheck static analysis unused function... |
tree | commitdiff |
2012-03-15 |
Dean Camera | Fixed incorrect call to the user callback CALLBACK_Audi... |
tree | commitdiff |
2012-03-14 |
Dean Camera | Audio Device Class driver changed to also require the... |
tree | commitdiff |
2012-02-24 |
Dean Camera | Minor documentation fixes - change \note entries to... |
tree | commitdiff |
2012-02-20 |
Dean Camera | Remove potentially unaligned uint32_t access in HIDPars... |
tree | commitdiff |
2012-02-19 |
Dean Camera | All USB Class Driver configuration struct values are... |
tree | commitdiff |
2012-02-11 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2012-02-11 |
Dean Camera | Clean up the Audio Device class driver control request... |
tree | commitdiff |
2012-02-09 |
Dean Camera | Altered the HID class driver to only try to construct... |
tree | commitdiff |
2012-02-04 |
Dean Camera | Update file contributor copyrights for 2012. |
tree | commitdiff |
2012-02-04 |
Dean Camera | Update file header copyrights for 2012. |
tree | commitdiff |
2012-02-01 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2012-01-28 |
Dean Camera | Added new CALLBACK_Audio_Device_GetSetInterfaceProperty... |
tree | commitdiff |
2011-12-23 |
Dean Camera | Run wspurify script on /trunk/ and /branches/ C source... |
tree | commitdiff |
2011-12-14 |
Dean Camera | Don't validate the Device Descriptor's vendor ID when... |
tree | commitdiff |
2011-12-01 |
Dean Camera | Altered the Mass Storage Host class driver so that... |
tree | commitdiff |
2011-11-28 |
Dean Camera | Add support for the Paranoid Studio USB2AX boards ... |
tree | commitdiff |
2011-11-24 |
Dean Camera | Oops - fix incorrect value of AOA_CSCP_AOADataSubclass... |
tree | commitdiff |
2011-11-24 |
Dean Camera | Convert the LowLevel AndroidAccessory demo to use the... |
tree | commitdiff |
2011-11-24 |
Dean Camera | Add new Android Open Accessory class driver to the... |
tree | commitdiff |
2011-11-23 |
Dean Camera | Add XMEGA compile time tokens to the LUFAConfig.h code... |
tree | commitdiff |
2011-11-18 |
Dean Camera | Added Class, ClassDevice, ClassHost and ClassCommon... |
tree | commitdiff |
2011-11-16 |
Dean Camera | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in... |
tree | commitdiff |
2011-11-09 |
Dean Camera | Fixed race conditions in the CDC, HID and Mass Storage... |
tree | commitdiff |
2011-10-26 |
Dean Camera | Fixed CDC class drivers not saving and sending all... |
tree | commitdiff |
2011-10-07 |
Dean Camera | Added endian-correction to the CDC driver's Line Encodi... |
tree | commitdiff |
2011-09-22 |
Dean Camera | Add missing "used" attribute to ATTR_INIT_SECTION to... |
tree | commitdiff |
2011-09-17 |
Dean Camera | Fixed HID Parser's largest report size bit count not... |
tree | commitdiff |
2011-09-07 |
Dean Camera | Fixed optimization error in the HID Parser item value... |
tree | commitdiff |
2011-09-05 |
Dean Camera | Oops - restore conditional calls to USB_USBTask() in... |
tree | commitdiff |
2011-08-28 |
Dean Camera | Move documentation for the USB_HOST_TIMEOUT_MS into... |
tree | commitdiff |
2011-08-28 |
Dean Camera | Remove redundant prototype for Audio_Host_StartStopStre... |
tree | commitdiff |
2011-08-24 |
Dean Camera | Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndp... |
tree | commitdiff |
2011-08-23 |
Dean Camera | Add multiple axis support to the HID joystick report... |
tree | commitdiff |
2011-07-29 |
Dean Camera | Remove redundant calls to USB_USBTask() in the Mass... |
tree | commitdiff |
2011-07-19 |
Dean Camera | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour... |
tree | commitdiff |
2011-07-12 |
Dean Camera | Minor documentation fixes. |
tree | commitdiff |
2011-07-12 |
Dean Camera | Add missing function attributes. |
tree | commitdiff |
2011-07-11 |
Dean Camera | More endianness porting of the LUFA host mode class... |
tree | commitdiff |
2011-07-11 |
Dean Camera | More endianness porting of the LUFA device mode class... |
tree | commitdiff |
2011-07-11 |
Dean Camera | Minor documentation and style fixes. |
tree | commitdiff |
2011-07-05 |
Dean Camera | Fix HID_Host_SetIdlePeriod() function to send the corre... |
tree | commitdiff |
2011-07-04 |
Dean Camera | Add missing function parameter to the new HID_Host_SetI... |
tree | commitdiff |
2011-07-04 |
Dean Camera | Add missing function parameter to the new HID_Host_SetI... |
tree | commitdiff |
2011-07-04 |
Dean Camera | Added new HID_Host_SetIdlePeriod() function to the... |
tree | commitdiff |
2011-06-29 |
Dean Camera | Merge over core library changes from the MultiArchDemos... |
tree | commitdiff |
2011-06-20 |
Dean Camera | Minor internal macro renaming for the UC3 devices. |
tree | commitdiff |
2011-06-20 |
Dean Camera | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE... |
tree | commitdiff |
2011-06-20 |
Dean Camera | Make the HID Report Parser Get/Set Report Item routines... |
tree | commitdiff |
2011-06-19 |
Dean Camera | Code style fixes for the Device mode USB Audio Class... |
tree | commitdiff |
2011-06-16 |
Dean Camera | Add missing SVN eol-style properties to source files... |
tree | commitdiff |
2011-06-16 |
Dean Camera | Rename new Audio class driver functions, callbacks... |
tree | commitdiff |
2011-06-14 |
Dean Camera | Rename Audio Host Class driver internal descriptor... |
tree | commitdiff |
2011-06-13 |
Dean Camera | Ensure that only the requested Audio class pipes are... |
tree | commitdiff |
2011-06-12 |
Dean Camera | Fix bugs in the Host mode Audio class driver. |
tree | commitdiff |
2011-06-09 |
Dean Camera | Fix errors in the library Host mode Audio Class driver. |
tree | commitdiff |
2011-06-09 |
Dean Camera | Add new Audio Class Driver Host demos. |
tree | commitdiff |
2011-06-08 |
Dean Camera | Pipe_BoundEndpointNumber() has been renamed to Pipe_Get... |
tree | commitdiff |
2011-06-08 |
Dean Camera | Remove warnings in the documentation for the library... |
tree | commitdiff |
2011-06-08 |
Dean Camera | Added new Host mode Audio Class driver. |
tree | commitdiff |
2011-06-07 |
Dean Camera | Fix errors in the Audio device demos and class driver... |
tree | commitdiff |
2011-06-05 |
Dean Camera | Massive corrections to the project documentation and... |
tree | commitdiff |
2011-06-03 |
Dean Camera | Added new callback to the Audio Class driver to allow... |
tree | commitdiff |
2011-06-01 |
Dean Camera | Spell check library source code files. |
tree | commitdiff |
2011-06-01 |
Dean Camera | Fixed incorrect signature in the CDC and DFU class... |
tree | commitdiff |
2011-05-30 |
Dean Camera | Added new incomplete AudioOutputHost Host LowLevel... |
tree | commitdiff |
2011-05-30 |
Dean Camera | Altered the definition of the USB_Audio_Descriptor_Form... |
tree | commitdiff |
2011-05-29 |
Dean Camera | Added new incomplete AudioInputHost Host LowLevel demo. |
tree | commitdiff |
2011-05-27 |
Dean Camera | Add new USB_Host_SetInterfaceAltSetting() convenience... |
tree | commitdiff |
2011-05-19 |
Dean Camera | Fix broken Doxygen documentation. |
tree | commitdiff |
2011-05-18 |
Dean Camera | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea... |
tree | commitdiff |
2011-05-14 |
Dean Camera | Fixed possible invalid program execution when in host... |
tree | commitdiff |
2011-05-08 |
Dean Camera | Minor documentation fixes. |
tree | commitdiff |
2011-04-13 |
Dean Camera | Replace cast-as-char* byte access of multibyte variable... |
tree | commitdiff |
2011-04-12 |
Dean Camera | Add missing function attributes to the pipe/endpoint... |
tree | commitdiff |
2011-04-10 |
Dean Camera | Remove redundant type information for bitfield elements... |
tree | commitdiff |
2011-04-04 |
Dean Camera | Renamed all low level Endpoint_Read_*, Endpoint_Write_... |
tree | commitdiff |
2011-03-23 |
Dean Camera | Fix corner case in the HID report descriptor Mouse... |
tree | commitdiff |
2011-03-11 |
Dean Camera | Add structure padding to the appropriate descriptor... |
tree | commitdiff |
2011-03-05 |
Dean Camera | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint... |
tree | commitdiff |
2011-03-03 |
Dean Camera | Fixed Still Image Host class driver exiting the descrip... |
tree | commitdiff |
2011-02-27 |
Dean Camera | More AVR32 UC3B architecture ports - USB device mode... |
tree | commitdiff |
2011-02-20 |
Dean Camera | More updates to remove architecture-specific comments... |
tree | commitdiff |
2011-02-20 |
Dean Camera | More Doxygen updates for multiple architecture support. |
tree | commitdiff |
2011-02-20 |
Dean Camera | Start update of documentation to support possible multi... |
tree | commitdiff |
2011-02-19 |
Dean Camera | Initial restructuring of the core USB driver module... |
tree | commitdiff |
2011-02-19 |
Dean Camera | Add new ARCH option to the makefiles to (eventually... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Renamed the PRNT_Host_SendString(), CDC_Host_SendString... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Removed SerialStream module, rolled functionality into... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Add new HID_DESCRIPTOR_VENDOR() macro, change over... |
tree | commitdiff |
2011-01-26 |
Dean Camera | Added new KeyboardMouseMultiReport Device ClassDriver... |
tree | commitdiff |
2011-01-23 |
Dean Camera | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD... |
tree | commitdiff |
2011-01-17 |
Dean Camera | Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT... |
tree | commitdiff |
2011-01-17 |
Dean Camera | Abuse the the C preprocessor so that the HID macros... |
tree | commitdiff |
2011-01-16 |
Dean Camera | Fixed several functions in the Host mode Still Image... |
tree | commitdiff |
2011-01-16 |
Dean Camera | Minor documentation corrections for the new HID report... |
tree | commitdiff |
2011-01-16 |
Dean Camera | New HID report item macros (with HID_RI_ prefix) to... |
tree | commitdiff |
next |