diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-20 08:52:51 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-20 08:52:51 +0000 |
commit | 8252b4febd928718c4b416d7be262afa6a39075f (patch) | |
tree | 3b5b40f68de13e8d8ebe2bc66c4ab0b7d66b0907 /LUFA/ManPages | |
parent | d03d6513d0d24cf63225c8d3dfa07675d9107f40 (diff) | |
download | lufa-8252b4febd928718c4b416d7be262afa6a39075f.tar.gz lufa-8252b4febd928718c4b416d7be262afa6a39075f.tar.bz2 lufa-8252b4febd928718c4b416d7be262afa6a39075f.zip |
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.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index f4c995f17..fe59357a6 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -43,6 +43,8 @@ * a valid session ID to the device
* - Removed invalid dfu and flip related targets from the bootloaders - bootloaders can only be replaced with an external programmer
* - Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host
+ * - 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)
*
* \section Sec_ChangeLog100219 Version 100219
*
|