aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/HighLevel
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-02-13Add more const-ness to the stream endpoint/pipe functions where possible.Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-10Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-08Minor documentation improvements.Dean
2011-01-08The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of...Dean
2011-01-01Update copyright year on all source files.Dean
2010-11-21Remove internal USB_Device_NibbleToASCII() function in favour of manually inl...Dean
2010-11-05Fix documentation reference error.Dean
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean
2010-11-03Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...Dean
2010-11-02Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean
2010-10-28Move Set Feature and Clear Feature control request feature selector values in...Dean
2010-10-28Move RNDISConstants.h into the RNDIS class driver common definition header.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-25Add descriptor class, subclass and protocol constants to the class drivers, m...Dean
2010-10-24Better algorithm to extract and convert the internal device serial number int...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-12Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean
2010-10-12Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean
2010-10-12Fixed random enumeration failure while in device mode due to interrupts causi...Dean
2010-10-06Cache the USB_DeviceState variable internally in the library core when multip...Dean
2010-09-30Fix low level host mode demos not correctly fetching the next endpoint when a...Dean
2010-09-29Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean
2010-09-28Move out many of the common class driver constants into grouped enums, to mak...Dean
2010-09-19Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean
2010-09-19Ensure device address latch bit is not set at the same time as the new addres...Dean
2010-09-15Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean
2010-09-15Fix incorrect documentation on the Get Descriptor standard request.Dean
2010-09-13Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean
2010-09-12Minor documentation phrasing changes.Dean
2010-09-09Added class specific descriptor type defines with standard USB-IF element nam...Dean
2010-09-05Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean
2010-08-31Clarify in the project documentation files what the each of the different USB...Dean
2010-08-24Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean
2010-08-22Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean
2010-07-21Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-06-03Minor documentation cleanups.Dean
2010-06-02Oops - descriptor pointer should be assigned, not incremented with the new ty...Dean
2010-06-02Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean
2010-05-31Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean