From: Dean Camera Date: Tue, 20 Apr 2010 08:52:51 +0000 (+0000) Subject: Fixed HID Device Class Driver not allocating a temporary buffer when the host request... X-Git-Tag: LUFA-110528-BETA~511 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/8252b4febd928718c4b416d7be262afa6a39075f?ds=inline;hp=8252b4febd928718c4b416d7be262afa6a39075f Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski). Clean up incomplete BluetoothHost debugging commands to use GCC extension to avoid NULL parameters when no formatting is required. ---