aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-251-0/+1
* Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_...Dean Camera2009-11-241-0/+1
* Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean Camera2009-11-241-0/+2
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-0/+1
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-231-0/+2
* Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...Dean Camera2009-11-231-0/+1
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-0/+7
* Removed code to zero reports between two keyboard reports with differing numb...Dean Camera2009-11-231-1/+6
* Add activity LED updates to the AVRISP project.Dean Camera2009-11-231-0/+4
* Commit for the 091122 release.Dean Camera2009-11-221-1/+1
* Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean Camera2009-11-201-0/+1
* Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean Camera2009-11-201-0/+2
* Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ...Dean Camera2009-11-161-0/+1
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-131-0/+1
* Minor code cleanups for clarity.Dean Camera2009-11-111-3/+3
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-101-1/+1
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-091-0/+1
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-0/+1
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+2
* Fixed HID report parser collection paths invalid due to misplaced semicolon i...Dean Camera2009-11-041-0/+1
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-041-0/+1
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean Camera2009-11-041-0/+2
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-031-0/+4
* Make HID device class driver reselect the correct endpoint after the user cal...Dean Camera2009-10-261-0/+1
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-0/+3
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-0/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-0/+1
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-111-0/+1
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-081-1/+1
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-081-2/+3
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-0/+3
* Cleanups to the Device mode Mass Storage demo applications' SCSI routines.Dean Camera2009-10-021-0/+1
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-301-0/+2
* Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine ...Dean Camera2009-09-301-0/+2
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-301-1/+3
* Add information on the new MouseHostDevice dual role demo to the library docu...Dean Camera2009-09-291-0/+2
* Fixed PrinterHost demo returning invalid Device ID data when the attached dev...Dean Camera2009-09-281-0/+10
* Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean Camera2009-09-211-1/+1
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean Camera2009-09-211-0/+1
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-1/+3
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-0/+1
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-1/+1
* Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr...Dean Camera2009-09-141-0/+1
* Fixed Low Level USBtoSerial demo not storing received characters (thanks to M...Dean Camera2009-09-131-0/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-0/+2
* Change HID report parser so that it can calculate and record the sizes (IN, O...Dean Camera2009-09-091-0/+1
* Add link to third-party signed version of the official FLIP DFU driver for 64...Dean Camera2009-09-071-5/+5
* Corrected incorrect signature bytes for the AT90USB82 and added support for t...Dean Camera2009-09-071-1/+2
* Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean Camera2009-09-061-0/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-0/+4