All Class Driver Host mode demos now correctly set the board LEDs to READY once the...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 25 Mar 2010 06:34:38 +0000 (06:34 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 25 Mar 2010 06:34:38 +0000 (06:34 +0000)
commit74353374c38237d1c976dabf81703dd885d0d556
treec96599e868d2fbe7215c86fe5a2dfe2d217846f7
parentb8db5fc1e7a49c0b91a67570e11edf90f985cd00
All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed.

Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending a valid session ID to the device.
21 files changed:
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
Demos/Host/ClassDriver/MouseHost/MouseHost.c
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
Demos/Host/LowLevel/StillImageHost/StillImageHost.c
LUFA/Drivers/USB/Class/Common/MIDI.h
LUFA/Drivers/USB/Class/Common/StillImage.h
LUFA/Drivers/USB/Class/Host/StillImage.c
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/LUFAPoweredProjects.txt
Projects/RelayBoard/Descriptors.c
Projects/RelayBoard/Descriptors.h
Projects/RelayBoard/RelayBoard.c
Projects/RelayBoard/RelayBoard.h