aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Device.h
Commit message (Expand)AuthorAgeFilesLines
* More documentation fixes.Dean Camera2010-06-031-1/+1
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-12/+12
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-226/+226
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-0/+1
* Add file-level brief documentation.Dean Camera2010-03-291-1/+10
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-241-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-37/+16
* More AVR32 achitecture ports.Dean Camera2010-02-241-1/+1
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-1/+1
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-15/+36
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+4
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-201-5/+9
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-0/+15
* Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean Camera2009-07-311-1/+1
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-1/+30
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-1/+8
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-9/+9
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-1/+6
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-3/+2
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-12/+24
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-1/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-3/+3
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-9/+9
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-1/+1
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-7/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-35/+55
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+126