aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-12-02 04:28:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-12-02 04:28:53 +0000
commitb20d25854d7134ed5c73bfcd852a6e3e4febdc0b (patch)
tree8a5baab95c537d328dc4a0c695148393077e6c98 /LUFA/ManPages/ChangeLog.txt
parented9d77aeee3a192852ca2419b7cfa58d39073036 (diff)
downloadlufa-b20d25854d7134ed5c73bfcd852a6e3e4febdc0b.tar.gz
lufa-b20d25854d7134ed5c73bfcd852a6e3e4febdc0b.tar.bz2
lufa-b20d25854d7134ed5c73bfcd852a6e3e4febdc0b.zip
Fixed HID hpst class driver incorrectly binding to HID devices that do not have an OUT endpoint.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 494f1797b..025e5bfd9 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -25,6 +25,7 @@
* <b>Fixed:</b>
* - Core:
* - Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define
+ * - Fixed HID hpst class driver incorrectly binding to HID devices that do not have an OUT endpoint
* - Library Applications:
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground