| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove internal USB_Device_NibbleToASCII() function in favour of manually inl... | Dean Camera | 2010-11-21 | 2 | -8/+4 |
* | Fix documentation reference error. | Dean Camera | 2010-11-05 | 1 | -2/+2 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 3 | -71/+62 |
* | Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s... | Dean Camera | 2010-11-03 | 2 | -2/+0 |
* | Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio... | Dean Camera | 2010-11-02 | 1 | -2/+2 |
* | Move Set Feature and Clear Feature control request feature selector values in... | Dean Camera | 2010-10-28 | 2 | -19/+22 |
* | Move RNDISConstants.h into the RNDIS class driver common definition header. | Dean Camera | 2010-10-28 | 2 | -3/+27 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 18 | -18/+18 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 1 | -11/+43 |
* | Better algorithm to extract and convert the internal device serial number int... | Dean Camera | 2010-10-24 | 1 | -5/+5 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 22 | -265/+282 |
* | Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter... | Dean Camera | 2010-10-12 | 1 | -1/+2 |
* | Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. | Dean Camera | 2010-10-12 | 1 | -2/+2 |
* | Fixed random enumeration failure while in device mode due to interrupts causi... | Dean Camera | 2010-10-12 | 1 | -29/+28 |
* | Cache the USB_DeviceState variable internally in the library core when multip... | Dean Camera | 2010-10-06 | 2 | -16/+21 |
* | Fix low level host mode demos not correctly fetching the next endpoint when a... | Dean Camera | 2010-09-30 | 1 | -1/+1 |
* | Changed default value for the reset polarity parameter in the AVRISP-MKII pro... | Dean Camera | 2010-09-29 | 1 | -1/+4 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 1 | -1/+3 |
* | Rename internal suspend and wake up USB interrupt macros so that they follow ... | Dean Camera | 2010-09-19 | 1 | -2/+0 |
* | Ensure device address latch bit is not set at the same time as the new addres... | Dean Camera | 2010-09-19 | 1 | -2/+2 |
* | Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US... | Dean Camera | 2010-09-15 | 1 | -10/+0 |
* | Fix incorrect documentation on the Get Descriptor standard request. | Dean Camera | 2010-09-15 | 1 | -4/+6 |
* | Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu... | Dean Camera | 2010-09-13 | 2 | -13/+13 |
* | Minor documentation phrasing changes. | Dean Camera | 2010-09-12 | 1 | -5/+5 |
* | Added class specific descriptor type defines with standard USB-IF element nam... | Dean Camera | 2010-09-09 | 1 | -14/+14 |
* | Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions... | Dean Camera | 2010-09-05 | 1 | -0/+18 |
* | Clarify in the project documentation files what the each of the different USB... | Dean Camera | 2010-08-31 | 1 | -4/+4 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 1 | -2/+2 |
* | Split out endpoint and pipe stream functions into new EndpointStream.c/.h and... | Dean Camera | 2010-08-22 | 8 | -0/+1510 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 2 | -3/+3 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -1/+1 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 4 | -9/+14 |
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean Camera | 2010-07-21 | 10 | -9/+872 |
* | Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom... | Dean Camera | 2010-07-21 | 3 | -208/+198 |
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 4 | -48/+48 |
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean Camera | 2010-06-16 | 2 | -6/+6 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 2 | -3/+3 |
* | Oops - descriptor pointer should be assigned, not incremented with the new ty... | Dean Camera | 2010-06-02 | 1 | -1/+1 |
* | Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C... | Dean Camera | 2010-06-02 | 1 | -16/+4 |
* | Remove void* arithmetic in the USB_GetNextDescriptor() static inline function... | Dean Camera | 2010-05-31 | 2 | -50/+61 |
* | Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type... | Dean Camera | 2010-05-30 | 2 | -10/+8 |
* | Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha... | Dean Camera | 2010-05-30 | 1 | -1/+4 |
* | Fix spacing of the function parameter descriptions in the Doxygen documentation. | Dean Camera | 2010-05-29 | 2 | -18/+18 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 10 | -2216/+2216 |
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low... | Dean Camera | 2010-04-28 | 2 | -346/+0 |
* | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa... | Dean Camera | 2010-04-13 | 3 | -1/+13 |
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 2 | -15/+45 |
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 8 | -5/+87 |
* | Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL... | Dean Camera | 2010-03-24 | 1 | -2/+1 |
* | Fix incorrect error when directly including the LUFA internal USB library com... | Dean Camera | 2010-02-24 | 8 | -8/+8 |