Fixed HID Device Class Driver not allocating a temporary buffer when the host request...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 20 Apr 2010 08:52:51 +0000 (08:52 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 20 Apr 2010 08:52:51 +0000 (08:52 +0000)
commit8252b4febd928718c4b416d7be262afa6a39075f
tree3b5b40f68de13e8d8ebe2bc66c4ab0b7d66b0907
parentd03d6513d0d24cf63225c8d3dfa07675d9107f40
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.
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
LUFA/Drivers/USB/Class/Device/HID.c
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/ManPages/ChangeLog.txt