| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more... | Dean Camera | 2010-12-02 | 1 | -7/+27 |
* | Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio... | Dean Camera | 2010-11-02 | 1 | -13/+14 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 1 | -1/+1 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 1 | -13/+13 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 1 | -3/+3 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -42/+43 |
* | Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interfac... | Dean Camera | 2010-10-01 | 1 | -1/+1 |
* | Whitespace corrections. | Dean Camera | 2010-10-01 | 1 | -6/+6 |
* | Make Host mode Class drivers only set the class driver instance's state value... | Dean Camera | 2010-09-30 | 1 | -16/+10 |
* | Fix low level host mode demos not correctly fetching the next endpoint when a... | Dean Camera | 2010-09-30 | 1 | -31/+51 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 1 | -1/+1 |
* | Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions... | Dean Camera | 2010-09-05 | 1 | -5/+7 |
* | Rename reserved members of all structs so that they are uniformly named acros... | Dean Camera | 2010-07-26 | 1 | -2/+2 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -13/+30 |
* | Add new ReportType parameter to the HID class driver device callback and host... | Dean Camera | 2010-05-09 | 1 | -4/+4 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -594/+594 |
* | Use puts_P() and printf_P() instead of the normal variants where possible in ... | Dean Camera | 2010-04-28 | 1 | -10/+4 |
* | Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl... | Dean Camera | 2010-04-15 | 1 | -3/+3 |
* | Add more include protection macros to give the user warnings when they try to... | Dean Camera | 2010-02-11 | 1 | -1/+3 |
* | Inline USB management functions in the Class drivers which are standardized b... | Dean Camera | 2010-01-05 | 1 | -5/+0 |
* | 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 |
* | Test with -Wextra, fix library warnings due to unused function parameters. | Dean Camera | 2009-12-13 | 1 | -1/+1 |
* | Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro... | Dean Camera | 2009-12-04 | 1 | -2/+5 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 1 | -13/+7 |
* | Add optional pipe double banking support to the Host mode Class drivers. | Dean Camera | 2009-11-07 | 1 | -3/+3 |
* | Add const attribute to class driver APIs. | Dean Camera | 2009-11-03 | 1 | -2/+2 |
* | Add const qualifiers to Host mode Class drivers. | Dean Camera | 2009-09-21 | 1 | -23/+25 |
* | Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret... | Dean Camera | 2009-09-17 | 1 | -9/+7 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 1 | -10/+7 |
* | Add StillImage Host Class Driver functions for opening and closing sessions. ... | Dean Camera | 2009-09-02 | 1 | -81/+39 |
* | Fixed StillImageHost not correctly freezing and unfreezing data pipes while w... | Dean Camera | 2009-09-01 | 1 | -3/+6 |
* | Added start of the Still Image Host Class driver demo and driver code. | Dean Camera | 2009-08-30 | 1 | -4/+4 |
* | Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s... | Dean Camera | 2009-08-27 | 1 | -3/+5 |
* | Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive... | Dean Camera | 2009-08-27 | 1 | -2/+5 |
* | Simplified Host mode Mass Storage Class driver to reduce compiled program size. | Dean Camera | 2009-08-27 | 1 | -101/+45 |
* | Fix memory corruption in Host mode Mass Storage Class driver. | Dean Camera | 2009-08-27 | 1 | -2/+2 |
* | Completed initial Host mode Mass Storage class driver. | Dean Camera | 2009-08-27 | 1 | -8/+216 |
* | Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo... | Dean Camera | 2009-08-26 | 1 | -11/+124 |
* | Add SCSICodes.h to the Class Driver Common folder, and automatically include ... | Dean Camera | 2009-08-26 | 1 | -1/+43 |
* | Oops: Really disable building of Projects/Host/ClassDriver directory in the P... | Dean Camera | 2009-08-26 | 1 | -5/+19 |
* | More work on the Mass Storage Host mode Class driver. | Dean Camera | 2009-08-26 | 1 | -0/+188 |
* | Added CDC_Device_Flush() command to the CDC Device mode class driver. | Dean Camera | 2009-08-13 | 1 | -0/+95 |
* | Commit for 090810rc1 release. | Dean Camera | 2009-08-05 | 1 | -1/+4 |
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 1 | -0/+36 |