aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-29Add information on the new MouseHostDevice dual role demo to the library docu...Dean
2009-09-29Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...Dean
2009-09-28Fixed PrinterHost demo returning invalid Device ID data when the attached dev...Dean
2009-09-24Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean
2009-09-24Fix incorrect names for the HID Host protocol setting routines.Dean
2009-09-22Fix more build errors in the LowLevel "WithParser" HID Host demos.Dean
2009-09-22Fix broken Host ClassDriver MouseHostWithParser demo.Dean
2009-09-22Add new error condition to the HID Report Parser for when a report is parsed ...Dean
2009-09-22Move Dataflash operational checking code out from SCSI.c into the DataflashMa...Dean
2009-09-21Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean
2009-09-21Finish initial draft of the Host Mode HID Class driver.Dean
2009-09-21Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean
2009-09-21Fix broken MagStripe demo due to the HID Class driver changes.Dean
2009-09-21Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken b...Dean
2009-09-21Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Dri...Dean
2009-09-21Add const qualifiers to Host mode Class drivers.Dean
2009-09-20Oops - Keyboard boot report structure should be an array of 6 keycodes.Dean
2009-09-20Remove type definitions of the keyboard and mouse boot protocol report layout...Dean
2009-09-20Add KeyboardHost HID Host Class driver demo to the library.Dean
2009-09-20Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean
2009-09-20Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean
2009-09-17Added support for the officially recommended layout of the external periphera...Dean
2009-09-17Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean
2009-09-14Fix LUFA event list generation rule in the main LUFA makefile (thanks to Thom...Dean
2009-09-14Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr...Dean
2009-09-13Fixed Low Level USBtoSerial demo not storing received characters (thanks to M...Dean
2009-09-10Revert changed CDC_Device_Flush() prototype accidentially changed in the last...Dean
2009-09-10Prevent the CDC Device Class driver from sending empty IN packets on every se...Dean
2009-09-09Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean
2009-09-09Change HID report parser so that it can calculate and record the sizes (IN, O...Dean
2009-09-09Add Host mode Class driver demo summaries.Dean
2009-09-09Finish Still Image Host class driver.Dean
2009-09-07Add link to third-party signed version of the official FLIP DFU driver for 64...Dean
2009-09-07Remove information about 64 bit Windows OS signing requirements for the CDC b...Dean
2009-09-07Corrected incorrect signature bytes for the AT90USB82 and added support for t...Dean
2009-09-06Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean
2009-09-06Add in new invalid event hook check targets to project makefiles to produce c...Dean
2009-09-06Added 64 bit OS driver installation instructions to the readme for all CDC ba...Dean
2009-09-06Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean
2009-09-02Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean
2009-09-02Add user-filtering to the HID report parser, so that the user code can decide...Dean
2009-09-02Fixed error in PrinterHost preventing the full page data from being sent to t...Dean
2009-09-01Changed HIDParser to only zero out important values in the Parsed HID Report ...Dean
2009-09-01Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the n...Dean
2009-09-01Added documentation for the constants and enums of the new StillImage Host Cl...Dean
2009-09-01Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...Dean
2009-09-01Move check for devices not supporting internal serials in demos which make us...Dean
2009-08-31Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean
2009-08-31Add extra check for OUT ZLP in the CDC Device Class driver service task to qu...Dean
2009-08-31Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...Dean