aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-27 13:07:48 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-27 13:07:48 +0000
commit22b04429e66949e35455077f04fdef99ccd9382a (patch)
tree8720aba9e4a5d83bdbef8c601662299dbf78d91e /LUFA/DoxygenPages/ChangeLog.txt
parent5937a134ab6afdcf8250bf4f23d7685bdab687a3 (diff)
downloadlufa-22b04429e66949e35455077f04fdef99ccd9382a.tar.gz
lufa-22b04429e66949e35455077f04fdef99ccd9382a.tar.bz2
lufa-22b04429e66949e35455077f04fdef99ccd9382a.zip
Fixed incorrectly issuing STALL response to unsupported control request SETUP packets, rather than in the data/status stage.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index f6bb67a12..e16f08254 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -29,6 +29,7 @@
*
* <b>Fixed:</b>
* - Core:
+ * - Fixed incorrectly issuing STALL response to unsupported control request SETUP packets, rather than in the data/status stage
* - Fixed inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards
* - Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell)
* - Fixed logic hole breaking USB operations on a USB controller with only one supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY