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