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