aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Pipe.h
Commit message (Expand)AuthorAgeFilesLines
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-191-1/+5
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-15/+15
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-5/+5
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-141-56/+0
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-36/+0
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-1/+5
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-12/+12
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-42/+41
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-0/+2
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-33/+3
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-4/+2
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-3/+3
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-10/+8
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-161-5/+10
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-188/+409
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-051-3/+3
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-22/+22
* Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean Camera2009-03-261-1/+2
* Added extra output to makefiles to indicate the currently selected BOARD para...Dean Camera2009-03-161-2/+2
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-101-2/+2
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-041-78/+87
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+788