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
/
LowLevel
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-19
Reduced latency for executing the Start-Of-Frame events (if enabled in the us...
Dean
2011-02-10
Add static keyword to all project globals whose scope should be restricted to...
Dean
2011-01-30
Renamed all driver termination *_ShutDown() functions to the more logical nam...
Dean
2011-01-30
Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...
Dean
2011-01-26
Added new KeyboardMouseMultiReport Device ClassDriver demo.
Dean
2011-01-16
Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.
Dean
2011-01-13
Added new high level TWI packet read/write commands, altered behaviour of the...
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-01
Update copyright year on all source files.
Dean
2010-12-24
Much more efficient algorithm for the Endpoint/Pipe configuration routine of ...
Dean
2010-12-24
Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...
Dean
2010-10-29
Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...
Dean
2010-10-29
Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...
Dean
2010-10-28
Added standard keyboard HID report scancode defines (thanks to László Monda).
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-24
Better algorithm to extract and convert the internal device serial number int...
Dean
2010-10-13
Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...
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-07
Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...
Dean
2010-10-06
Cache the USB_DeviceState variable internally in the library core when multip...
Dean
2010-10-01
Fix device mode for the U4 parts.
Dean
2010-09-30
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...
Dean
2010-09-29
Changed default value for the reset polarity parameter in the AVRISP-MKII pro...
Dean
2010-09-24
Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...
Dean
2010-09-22
Reverted modifications to USBInterrupt.h that were intefering with correct ho...
Dean
2010-09-21
Oops - need to call USB_Attach() when reinitializing into USB Host mode, or n...
Dean
2010-09-21
Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...
Dean
2010-09-19
Rename internal suspend and wake up USB interrupt macros so that they follow ...
Dean
2010-09-19
Make device mode configure the control endpoint even before the bus has been ...
Dean
2010-09-19
More simplifications to USBController.c, fix errors and warnings when compile...
Dean
2010-09-19
Fix warning when not compiled for UID auto-selection mode.
Dean
2010-09-19
Clean up USBController.c/.h to more clearly seperate out host and device setu...
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-13
Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...
Dean
2010-09-07
Must save and restore the endpoint/pipe interrupt enable flags during reconfi...
Dean
2010-09-05
Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...
Dean
2010-09-05
Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...
Dean
2010-09-04
Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...
Dean
2010-09-03
Added board hardware driver support for the Olimex AVR-USB-162 development bo...
Dean
2010-08-24
Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...
Dean
2010-08-24
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...
Dean
2010-08-24
Fix Doxygen typos in Device.h.
Dean
[next]