Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 8 Oct 2009 08:46:27 +0000 (08:46 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 8 Oct 2009 08:46:27 +0000 (08:46 +0000)
commitc7bc3ec391da3904f0db6398171c7fed37d4f836
treedaec9cabab609050e8f7f693a1ee41253e03c009
parent664a2921816069483604f5e05a2a02b6ddf8727a
Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.

Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own.
24 files changed:
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.c
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.c
Demos/Host/ClassDriver/MIDIHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/MIDIHost/MIDIHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/MIDIHost/MIDIHost.txt [new file with mode: 0644]
Demos/Host/ClassDriver/MIDIHost/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/makefile
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.h
Demos/Host/LowLevel/MIDIHost/MIDIHost.c
Demos/Host/LowLevel/MouseHost/MouseHost.h
LUFA.pnproj
LUFA/Drivers/USB/Class/Audio.h
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/Drivers/USB/Class/Device/CDC.h
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/Drivers/USB/Class/Device/MIDI.h
LUFA/Drivers/USB/Class/Device/MassStorage.h
LUFA/Drivers/USB/Class/Device/RNDIS.h
LUFA/Drivers/USB/Class/Host/MIDI.c [new file with mode: 0644]
LUFA/Drivers/USB/Class/Host/MIDI.h [new file with mode: 0644]
LUFA/Drivers/USB/Class/MIDI.h
LUFA/ManPages/ChangeLog.txt