aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-04-14 13:46:49 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-04-14 13:46:49 +0000
commit5e14c194c9a2f5cb52a43f7efeacb795a38ced74 (patch)
treebc07188cadeddeb919e18764eb3aca89bf3d9954 /LUFA/ManPages
parent7b79325aa037db9786f0da069c11315a3f6d9721 (diff)
downloadlufa-5e14c194c9a2f5cb52a43f7efeacb795a38ced74.tar.gz
lufa-5e14c194c9a2f5cb52a43f7efeacb795a38ced74.tar.bz2
lufa-5e14c194c9a2f5cb52a43f7efeacb795a38ced74.zip
Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host.
Make TeensyHID bootloader use an 8 byte control endpoint to match the official Teensy, just in case Paul decides to authenticate on that attribute in the future.
Diffstat (limited to 'LUFA/ManPages')
-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 d88e6a229..57093aeb6 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -41,6 +41,7 @@
* - Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending
* 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
*
* \section Sec_ChangeLog100219 Version 100219
*