diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-04 10:10:41 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-04 10:10:41 +0000 |
commit | e652cfac67ace9c307612cd2e1df70142358c673 (patch) | |
tree | c582cbb8ba5f5c17c7dfd4d36bba8b3abd679e48 /LUFA/ManPages | |
parent | 27f0ba6fc30db478fbab0b952bf2c3137f5a7719 (diff) | |
download | lufa-e652cfac67ace9c307612cd2e1df70142358c673.tar.gz lufa-e652cfac67ace9c307612cd2e1df70142358c673.tar.bz2 lufa-e652cfac67ace9c307612cd2e1df70142358c673.zip |
Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set.
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 c38f9e73e..b99faaca6 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -58,6 +58,8 @@ * read (thanks to Andrei Krainev)
* - Fixed device state not being reset back to the default state if the host sets the address to 0
* - Fixed Set Configuration requests not being stalled until the host has set the device's address
+ * - Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the
+ * HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set
*
* \section Sec_ChangeLog100219 Version 100219
*
|