aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-061-0/+2
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+1
* Add user-filtering to the HID report parser, so that the user code can decide...Dean Camera2009-09-021-0/+4
* Fixed error in PrinterHost preventing the full page data from being sent to t...Dean Camera2009-09-021-0/+1
* Changed HIDParser to only zero out important values in the Parsed HID Report ...Dean Camera2009-09-011-0/+1
* Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...Dean Camera2009-09-011-0/+1
* Move check for devices not supporting internal serials in demos which make us...Dean Camera2009-09-011-1/+1
* Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean Camera2009-08-311-2/+2
* Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...Dean Camera2009-08-311-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-0/+2
* Remove deleted source files from the LUFA library makefile.Dean Camera2009-08-301-1/+1
* Fixed Device mode HID Class driver not explicitly initializing the ReportSize...Dean Camera2009-08-271-0/+2
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-271-0/+1
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-0/+2
* Fixed Device mode HID Class driver always sending IN reports, even when no da...Dean Camera2009-08-271-0/+1
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-261-0/+1
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean Camera2009-08-251-0/+1
* Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h...Dean Camera2009-08-251-1/+3
* Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...Dean Camera2009-08-231-0/+1
* Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...Dean Camera2009-08-231-0/+1
* Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to...Dean Camera2009-08-191-0/+1
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-0/+2
* Added return values to the CDC and MIDI class driver transmit functions.Dean Camera2009-08-161-0/+1
* Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...Dean Camera2009-08-161-0/+3
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-0/+2
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-131-2/+3
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-0/+1
* Added flag to the HID report parser to indicate if a device has multiple repo...Dean Camera2009-08-111-0/+4
* Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean Camera2009-08-111-2/+3
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-0/+2
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+11
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-051-0/+1
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-051-0/+1
* Commit for 090810rc1 release.Dean Camera2009-08-051-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-0/+2
* Better fix for LowLevel CDC demo issue where sending data before the line enc...Dean Camera2009-08-041-0/+1
* Fix issue with CDC device demos causing broken communications when the device...Dean Camera2009-08-041-0/+2
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-1/+2
* Removed interrupt disable/enable from the Device mode control request process...Dean Camera2009-08-021-0/+1
* Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean Camera2009-07-311-0/+1
* Fix incorrect configuration in the ClassDriver AudioOutput demo.Dean Camera2009-07-301-16/+16
* Added standard stream example to the ClassDriver CDC device demo.Dean Camera2009-07-301-0/+1
* Added 404 errors to the RNDIS Webserver example.Dean Camera2009-07-291-0/+1
* Fixed report data alignment issues in the MouseHostWithParser demo when X and...Dean Camera2009-07-281-0/+2
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-281-1/+1
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-281-0/+1
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-1/+1
* Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.Dean Camera2009-07-261-0/+1
* Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean Camera2009-07-241-0/+1
* Added new Benito project, a simple modified USB-to-Serial bridge for the prog...Dean Camera2009-07-231-0/+1