Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 1 | -2/+2 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 1 | -2/+2 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -2/+2 |
| | |||||
* | Use the new USB_STRING_DESCRIPTOR macro for every string descriptor. | László Monda | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -2/+2 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -4/+2 |
| | |||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵ | Dean Camera | 2011-07-19 | 1 | -2/+2 |
| | | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Fix XPLAINBridge code broken during the changes to the Rescue Clock ↵ | Dean Camera | 2010-11-02 | 1 | -7/+15 |
| | | | | | | generation in the AVRISP-MKII clone project. Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose). | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -15/+16 |
| | | | | tool made by Laszlo Monda | ||||
* | Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID ↵ | Dean Camera | 2010-10-01 | 1 | -15/+12 |
| | | | | | | interface's report descriptor size. Simplified low level Host demo configuration descriptor parser routines. | ||||
* | Fix low level host mode demos not correctly fetching the next endpoint when ↵ | Dean Camera | 2010-09-30 | 1 | -25/+39 |
| | | | | | | an invalid interface is discarded. Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -167/+167 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function ↵ | Dean Camera | 2009-11-13 | 1 | -1/+1 |
| | | | | to USB_Host_GetDeviceConfigDescriptor(). | ||||
* | Make Low Level host demos use void pointers for the configuration ↵ | Dean Camera | 2009-11-07 | 1 | -1/+1 |
| | | | | | | descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines. Added preprocessor checks to give a human readable error when the class drivers are used when the incompatible NO_STREAM_CALLBACKS compile time option is used. | ||||
* | Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the ↵ | Dean Camera | 2009-09-01 | 1 | -21/+16 |
| | | | | new USB_GetDeviceConfigDescriptor() function parameters. | ||||
* | Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting ↵ | Dean Camera | 2009-06-23 | 1 | -2/+0 |
| | | | | infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function. | ||||
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration ↵ | Dean Camera | 2009-06-19 | 1 | -2/+2 |
| | | | | number within the device to fetch, to add support for multi-configuration devices. | ||||
* | Oops - restore deleted MissileLauncher project, fix all spelling errors for ↵ | Dean Camera | 2009-06-18 | 1 | -0/+174 |
"missile". TODO: Learn how to actually spell. |