From: Dean Camera Date: Thu, 8 Oct 2009 08:46:27 +0000 (+0000) Subject: Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo. X-Git-Tag: LUFA-110528-BETA~862 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/c7bc3ec391da3904f0db6398171c7fed37d4f836?ds=inline;hp=c7bc3ec391da3904f0db6398171c7fed37d4f836 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. ---