Finish initial draft of the Host Mode HID Class driver.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 21 Sep 2009 10:49:06 +0000 (10:49 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 21 Sep 2009 10:49:06 +0000 (10:49 +0000)
commit3ffa7543a05761a0c69144c9b66196b08d8f1249
tree194ed0ef1c4c2f82b84100a8eb95128fce4014af
parentf5c645296c837c85ff915a615cf1fd3193b91d7d
Finish initial draft of the Host Mode HID Class driver.

Add new MouseHostWithParser and KeyboardHostWithParser Host Class driver demos.
24 files changed:
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
Demos/Host/ClassDriver/KeyboardHostWithParser/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.h [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHost/MouseHost.c
Demos/Host/ClassDriver/MouseHostWithParser/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/makefile
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
LUFA.pnproj
LUFA/Drivers/USB/Class/Host/HID.c
LUFA/Drivers/USB/Class/Host/HID.h
LUFA/Drivers/USB/Class/Host/HIDParser.h
LUFA/ManPages/LibraryApps.txt