From: Dean Camera Date: Thu, 27 Aug 2009 22:34:41 +0000 (+0000) Subject: Fixed Device mode HID Class driver not explicitly initializing the ReportSize paramet... X-Git-Tag: LUFA-110528-BETA~937 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/94c899d7b7b84cd170d75e1fbb4e696cf3447c27?hp=94c899d7b7b84cd170d75e1fbb4e696cf3447c27 Fixed Device mode HID Class driver not explicitly initializing the ReportSize parameter to zero before calling callback routine, so that ignored callbacks don't cause incorrect data to be sent. ---