From: Dean Camera Date: Tue, 11 Aug 2009 08:36:25 +0000 (+0000) Subject: Fixed swapped paremeters in the HID state memory copy call while processing a HID... X-Git-Tag: LUFA-110528-BETA~993 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/a2001ac1ccf4d4919c8243fbc69aff0b68973d3f?hp=a2001ac1ccf4d4919c8243fbc69aff0b68973d3f 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. ---