Fixed swapped paremeters in the HID state memory copy call while processing a HID...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 11 Aug 2009 08:36:25 +0000 (08:36 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 11 Aug 2009 08:36:25 +0000 (08:36 +0000)
commita2001ac1ccf4d4919c8243fbc69aff0b68973d3f
tree6f71190fd54d08e547634c1d2e8c4cdcd1947c5f
parentf4814771d2544cc53098fc8c13657eb41e9e9401
Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser.

Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed.

Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro.

Make HID host class driver include the HID report parser.
Demos/Device/ClassDriver/Mouse/Descriptors.h
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
Demos/Host/ClassDriver/CDCHost/CDCHost.h
Demos/Host/ClassDriver/MouseHost/MouseHost.c
Demos/Host/makefile
LUFA/Drivers/USB/Class/Common/RNDIS.h
LUFA/Drivers/USB/Class/Host/HID.c
LUFA/Drivers/USB/Class/Host/HID.h
LUFA/Drivers/USB/Class/Host/HIDParser.c
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/LUFAPoweredProjects.txt