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
/
Host.h
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-01-13
Added new high level TWI packet read/write commands, altered behaviour of the...
Dean
2011-01-08
Minor documentation improvements.
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
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-09-21
Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...
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-07-22
Convert over internal pseudo-function macros to true inline functions for add...
Dean
2010-07-21
Add missing const qualifiers to class drivers.
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-05-29
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean
2010-03-29
Add file-level brief documentation.
Dean
2010-03-09
Fix incorrect LED mask name in the Webserver project.
Dean
2010-02-24
Fix incorrect error when directly including the LUFA internal USB library com...
Dean
2010-02-24
Revert changes made for the partial port to the AVR32 architecture.
Dean
2010-02-23
More porting of the USB core to the AVR32.
Dean
2010-02-23
Start porting the USB core to the AVR32 UC3B.
Dean
2010-02-11
Add more include protection macros to give the user warnings when they try to...
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-12-06
Add new USB_Host_GetDeviceStringDescriptor() convenience function.
Dean
2009-11-06
Add double banking property to LUFA powered projects in the Projects director...
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-07-20
Move unfinished SideShow source files to nested Lib directory for clarity.
Dean
2009-07-13
Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...
Dean
2009-06-28
Added const modifiers to device mode class drivers.
Dean
2009-06-19
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...
Dean
2009-06-18
Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...
Dean
2009-06-16
Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...
Dean
2009-05-18
Rewritten event system to remove all macros, to make user code clearer.
Dean
2009-05-13
Moved USB Host state machine code out from USBTask.c and into Host.c, where i...
Dean
2009-05-07
Fixed inability to enumerate any devices while in host mode (broken in a prev...
Dean
2009-05-04
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...
Dean
2009-04-22
Documentation enhancements to improve documentation cross-references.
Dean
2009-04-19
Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...
Dean
2009-04-17
More documentation changes for better module-level documentation rather than ...
Dean
2009-04-16
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean
2009-04-05
Removed all binary constants and replaced with decimal or hexadecimal constan...
Dean
2009-04-01
All comments in the library, bootloaders, demos and projects have now been sp...
Dean
[next]