Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵ | Dean Camera | 2012-02-20 | 5 | -16/+9 |
| | | | | standard C bit shifts. | ||||
* | All USB Class Driver configuration struct values are now non-const, to allow ↵ | Dean Camera | 2012-02-19 | 16 | -16/+18 |
| | | | | for run-time modifications if required before configuring an instance. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-02-11 | 1 | -2/+2 |
| | |||||
* | Clean up the Audio Device class driver control request Endpoint match logic. | Dean Camera | 2012-02-11 | 1 | -10/+7 |
| | |||||
* | Altered the HID class driver to only try to construct at maximum one packet ↵ | Dean Camera | 2012-02-09 | 2 | -0/+6 |
| | | | | per USB frame, to reduce CPU usage. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 51 | -51/+51 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 51 | -51/+51 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 4 | -7/+7 |
| | |||||
* | Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵ | Dean Camera | 2012-01-28 | 2 | -3/+68 |
| | | | | Audio Device Class driver. | ||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 31 | -82/+89 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Don't validate the Device Descriptor's vendor ID when validating that a ↵ | Dean Camera | 2011-12-14 | 2 | -6/+0 |
| | | | | device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values. | ||||
* | Altered the Mass Storage Host class driver so that SCSI data STALLs from the ↵ | Dean Camera | 2011-12-01 | 1 | -80/+22 |
| | | | | | | attached device can be recovered from automatically without having to reset the Mass Storage interface. Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface. | ||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open ↵ | Dean Camera | 2011-11-24 | 1 | -1/+1 |
| | | | | Accessory class driver. | ||||
* | Convert the LowLevel AndroidAccessory demo to use the new class driver ↵ | Dean Camera | 2011-11-24 | 2 | -2/+7 |
| | | | | | | constants to reduce code duplication. Add missing Doxygen documentation. | ||||
* | Add new Android Open Accessory class driver to the library core and add a ↵ | Dean Camera | 2011-11-24 | 26 | -56/+1031 |
| | | | | new Android Open Accessory Host ClassDriver demo. | ||||
* | Add XMEGA compile time tokens to the LUFAConfig.h code template. | Dean Camera | 2011-11-23 | 1 | -2/+1 |
| | | | | | | Add additional compile time errors to the XMEGA and AVR8 architectures if multiple USE_*_DESCRIPTORS compile time tokens are enabled. Add support for the NO_INTERNAL_SERIAL compile time token on the XMEGA targets. | ||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 45 | -45/+45 |
| | | | | driver source filenames to prevent ambiguities. | ||||
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵ | Dean Camera | 2011-11-16 | 1 | -8/+8 |
| | | | | (thanks to Laszlo Monda). | ||||
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when ↵ | Dean Camera | 2011-11-09 | 3 | -1/+12 |
| | | | | processing some control requests. | ||||
* | Fixed CDC class drivers not saving and sending all 16-bits of the control ↵ | Dean Camera | 2011-10-26 | 2 | -14/+14 |
| | | | | line states (thanks to Matthew Swabey). | ||||
* | Added endian-correction to the CDC driver's Line Encoding control request ↵ | Dean Camera | 2011-10-07 | 1 | -4/+12 |
| | | | | handlers. | ||||
* | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵ | Dean Camera | 2011-09-22 | 3 | -0/+5 |
| | | | | | | declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation. | ||||
* | Fixed HID Parser's largest report size bit count not including the size of ↵ | Dean Camera | 2011-09-17 | 2 | -3/+2 |
| | | | | | | the last parsed report item. Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255. | ||||
* | Fixed optimization error in the HID Parser item value ↵ | Dean Camera | 2011-09-07 | 2 | -12/+14 |
| | | | | | | USB_SetHIDReportItemInfo() and USB_GetHIDReportItemInfo() routines if the report item was NULL (which should be allowable according to the API). Fixed HID Parser CALLBACK_HIDParser_FilterHIDReportItem() callback function not being passed a cacheable report item pointer. | ||||
* | Oops - restore conditional calls to USB_USBTask() in the Mass Storage class ↵ | Dean Camera | 2011-09-05 | 1 | -0/+8 |
| | | | | driver for the non-stream loops. | ||||
* | Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq ↵ | Dean Camera | 2011-08-28 | 1 | -1/+2 |
| | | | | module where it is used. | ||||
* | Remove redundant prototype for Audio_Host_StartStopStreaming() and ↵ | Dean Camera | 2011-08-28 | 1 | -8/+6 |
| | | | | Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings. | ||||
* | Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the ↵ | Dean Camera | 2011-08-24 | 2 | -7/+20 |
| | | | | | | | | | | function works on an endpoint address within the attached device, and not a Pipe within the host. Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons). Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage. Minor documentation corrections. | ||||
* | Add multiple axis support to the HID joystick report in the ↵ | Dean Camera | 2011-08-23 | 1 | -20/+22 |
| | | | | HID_DESCRIPTOR_JOYSTICK() macro. | ||||
* | Remove redundant calls to USB_USBTask() in the Mass Storage Device Class ↵ | Dean Camera | 2011-07-29 | 1 | -20/+0 |
| | | | | | | driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks. Fix implementations of Endpoint_SetEndpointDirection() and Endpoint_GetEndpointDirection() for the AVR8 architecture. | ||||
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵ | Dean Camera | 2011-07-19 | 9 | -10/+10 |
| | | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. | ||||
* | Minor documentation fixes. | Dean Camera | 2011-07-12 | 2 | -9/+9 |
| | |||||
* | Add missing function attributes. | Dean Camera | 2011-07-12 | 9 | -41/+71 |
| | |||||
* | More endianness porting of the LUFA host mode class drivers. | Dean Camera | 2011-07-11 | 8 | -84/+84 |
| | |||||
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 10 | -139/+236 |
| | | | | | | Add endianness information to the class driver and core structure definitions. Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed. | ||||
* | Minor documentation and style fixes. | Dean Camera | 2011-07-11 | 1 | -4/+4 |
| | |||||
* | Fix HID_Host_SetIdlePeriod() function to send the correct request type to ↵ | Dean Camera | 2011-07-05 | 2 | -3/+3 |
| | | | | the device, remove reference to unavailable (and not needed) local variable. | ||||
* | Add missing function parameter to the new HID_Host_SetIdlePeriod() function. | Dean Camera | 2011-07-04 | 1 | -1/+2 |
| | |||||
* | Add missing function parameter to the new HID_Host_SetIdlePeriod() function. | Dean Camera | 2011-07-04 | 2 | -2/+4 |
| | |||||
* | Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver. | Dean Camera | 2011-07-04 | 2 | -0/+26 |
| | |||||
* | Merge over core library changes from the MultiArchDemos branch. | Dean Camera | 2011-06-29 | 1 | -1/+1 |
| | |||||
* | Minor internal macro renaming for the UC3 devices. | Dean Camera | 2011-06-20 | 1 | -2/+2 |
| | |||||
* | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ↵ | Dean Camera | 2011-06-20 | 1 | -0/+10 |
| | | | | | | disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage. | ||||
* | Make the HID Report Parser Get/Set Report Item routines fail if a NULL ↵ | Dean Camera | 2011-06-20 | 1 | -0/+6 |
| | | | | | | pointer to a report item is given. Minor visual enhancement to the HIDReportViewer project. | ||||
* | Code style fixes for the Device mode USB Audio Class driver to make it more ↵ | Dean Camera | 2011-06-19 | 1 | -2/+8 |
| | | | | in line with the style of the other library Device Class drivers. | ||||
* | Add missing SVN eol-style properties to source files to prevent mixed ↵ | Dean Camera | 2011-06-16 | 2 | -657/+657 |
| | | | | end-of-line characters. | ||||
* | Rename new Audio class driver functions, callbacks and events to ensure that ↵ | Dean Camera | 2011-06-16 | 4 | -25/+28 |
| | | | | they contain the USB mode (Device or Host) in the function names. | ||||
* | Rename Audio Host Class driver internal descriptor matching routines to be ↵ | Dean Camera | 2011-06-14 | 2 | -10/+10 |
| | | | | in line with the rest of the class driver function names. | ||||
* | Ensure that only the requested Audio class pipes are mapped to endpoints ↵ | Dean Camera | 2011-06-13 | 2 | -5/+9 |
| | | | | | | within the device for a specific Audio Host Class driver instance. Fix const-correctness of the Audio Host Class driver. |