aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel
Commit message (Expand)AuthorAgeFilesLines
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-132-3/+3
* Added const modifiers to device mode class drivers.Dean Camera2009-06-282-32/+32
* Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...Dean Camera2009-06-211-7/+23
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-1/+7
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-192-4/+7
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-0/+2
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-143-16/+16
* Minor documentation page updates.Dean Camera2009-06-041-2/+2
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-022-24/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-014-5/+28
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-225-83/+412
* Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph...Dean Camera2009-05-201-3/+4
* Fix broken doxygen reference in last commit.Dean Camera2009-05-191-4/+3
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-193-21/+24
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-188-403/+92
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-4/+1
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-1/+9
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-143-43/+27
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-132-170/+3
* Fixed inability to enumerate any devices while in host mode (broken in a prev...Dean Camera2009-05-071-4/+3
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-045-62/+55
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-5/+7
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-226-86/+80
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-224-7/+31
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-10/+10
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-192-4/+3
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean Camera2009-04-171-3/+3
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-176-45/+17
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-167-17/+71
* The USB_Host_SendControlRequest() function no longer automatically selects th...Dean Camera2009-04-141-0/+6
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-052-13/+13
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-0511-8/+363
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-014-18/+18
* Commit for the 090401 release.Dean Camera2009-03-311-1/+1
* Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean Camera2009-03-261-1/+4
* Fixed documentation typoes and preprocessor checks relating to misspellings o...Dean Camera2009-03-251-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-238-0/+1972