diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-05-15 08:02:30 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-05-15 08:02:30 +0000 |
commit | 76d5e99bb8765030a7f99e7b5adf9bae7f92e0ba (patch) | |
tree | 3d21b280a0648adcf2f3d66b9e3fa5c0c00c7f6e /LUFA | |
parent | fabfdd454a11440a5789a70f6476889b02928438 (diff) | |
download | lufa-76d5e99bb8765030a7f99e7b5adf9bae7f92e0ba.tar.gz lufa-76d5e99bb8765030a7f99e7b5adf9bae7f92e0ba.tar.bz2 lufa-76d5e99bb8765030a7f99e7b5adf9bae7f92e0ba.zip |
Fix to previous patch (make CDCHost demo deallocate pipes when an invalid CDC interface is skipped).
Remove the saving of the USB_GetNextDescriptorComp() return value in all host demos, since it went unused anyway; replaced with a simple check against the success error code for clarity.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ChangeLog.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index 69a60f143..d17c758e1 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -10,12 +10,12 @@ *
* - Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data
* - Fixed documentation showing incorrect USB mode support on the supported AVRs list
- * - Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" request which was unhandled
+ * - Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" RNDIS request which was unhandled
* - Fixed Mouse and Keyboard device demos not acting in accordance with the HID specification for idle periods (thanks to Brian Dickman)
* - Removed support for endpoint/pipe non-control interrupts; these did not act in the way users expected, and had many subtle issues
* - Fixed Device Mode not handling Set Feature and Clear Feature Chapter 9 requests that are addressed to the device (thanks to Brian Dickman)
* - Moved control endpoint interrupt handling into the library itself, enable via the new INTERRUPT_CONTROL_ENDPOINT token
- * - Fixed CDCHost not clearing configured endpoints and resetting configured endpoints mask when a partially enumerated invalid CDC
+ * - Fixed CDCHost not clearing configured pipes and resetting configured pipes mask when a partially enumerated invalid CDC
* interface is skipped
*
*
|