aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Device.h
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-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.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-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-07Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean
2010-09-29Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean
2010-09-19Ensure device address latch bit is not set at the same time as the new addres...Dean
2010-09-05Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean
2010-08-24Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean
2010-08-24Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean
2010-08-24Fix Doxygen typos in Device.h.Dean
2010-07-23Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Dean
2010-07-22Convert over internal pseudo-function macros to true inline functions for add...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-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-03More documentation fixes.Dean
2010-05-29Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-13Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean
2010-03-29Add file-level brief documentation.Dean
2010-02-24Fix incorrect error when directly including the LUFA internal USB library com...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-24More AVR32 achitecture ports.Dean
2010-02-23More porting of the USB core to the AVR32.Dean
2010-02-23Start porting the USB core to the AVR32 UC3B.Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-20Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-08-16Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean
2009-07-31Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-07-16Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean
2009-06-28Added const modifiers to device mode class drivers.Dean
2009-06-14Changed per-device controller preprocessor checks over to per-device series f...Dean
2009-05-26Fix all device mode demos broken in the recent API changes.Dean
2009-05-22Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-04Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean
2009-04-22Documentation enhancements to improve documentation cross-references.Dean
2009-04-19Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean
2009-04-17More documentation changes for better module-level documentation rather than ...Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean