aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel
Commit message (Expand)AuthorAgeFilesLines
* Much more efficient algorithm for the Endpoint/Pipe configuration routine of ...Dean Camera2010-12-242-79/+69
* Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean Camera2010-12-245-2/+109
* Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...Dean Camera2010-10-292-3/+3
* Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...Dean Camera2010-10-292-0/+42
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-281-1/+1
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-284-6/+30
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2813-13/+13
* Better algorithm to extract and convert the internal device serial number int...Dean Camera2010-10-241-1/+1
* Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...Dean Camera2010-10-131-18/+18
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1313-370/+383
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-122-6/+6
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-127-75/+71
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-073-37/+53
* Cache the USB_DeviceState variable internally in the library core when multip...Dean Camera2010-10-061-3/+5
* Fix device mode for the U4 parts.Dean Camera2010-10-011-1/+1
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-304-103/+19
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-292-3/+12
* Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...Dean Camera2010-09-241-1/+1
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-222-11/+7
* Oops - need to call USB_Attach() when reinitializing into USB Host mode, or n...Dean Camera2010-09-211-1/+2
* Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...Dean Camera2010-09-212-4/+1
* Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean Camera2010-09-193-14/+14
* Make device mode configure the control endpoint even before the bus has been ...Dean Camera2010-09-191-12/+14
* More simplifications to USBController.c, fix errors and warnings when compile...Dean Camera2010-09-191-8/+12
* Fix warning when not compiled for UID auto-selection mode.Dean Camera2010-09-191-0/+2
* Clean up USBController.c/.h to more clearly seperate out host and device setu...Dean Camera2010-09-193-135/+111
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-193-11/+23
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-153-25/+2
* Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean Camera2010-09-131-3/+3
* Must save and restore the endpoint/pipe interrupt enable flags during reconfi...Dean Camera2010-09-072-0/+8
* Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...Dean Camera2010-09-051-7/+17
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-056-12/+70
* Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...Dean Camera2010-09-041-3/+4
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-3/+3
* Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...Dean Camera2010-08-243-29/+55
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-1/+1
* Fix Doxygen typos in Device.h.Dean Camera2010-08-241-3/+3
* Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...Dean Camera2010-08-221-0/+11
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-229-1403/+40
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-221-0/+2
* Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...Dean Camera2010-08-202-17/+75
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-093-140/+111
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Use static inline intermediatary functions in Endpoint.h to handle the maskin...Dean Camera2010-07-271-14/+36
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-271-2/+2
* Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Dean Camera2010-07-231-1/+1
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-227-861/+1137
* Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...Dean Camera2010-07-211-12/+10
* Add missing const qualifiers to class drivers.Dean Camera2010-07-2113-81/+159
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-218-862/+11