diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-01 12:35:48 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-01 12:35:48 +0000 |
commit | 4d246a82cbed77cea849ddcbc88d32019665edae (patch) | |
tree | 0c26eb86934f7e8fc9a983d8d4c0866828e1efcf /LUFA/ManPages/ChangeLog.txt | |
parent | a4ebf4e92061bf1eec9224e64bc823ca7bedada4 (diff) | |
download | lufa-4d246a82cbed77cea849ddcbc88d32019665edae.tar.gz lufa-4d246a82cbed77cea849ddcbc88d32019665edae.tar.bz2 lufa-4d246a82cbed77cea849ddcbc88d32019665edae.zip |
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen).
Mark the AVRISP-MKII project descriptors as being both Bus Powered and Device Powered.
Copy over file level documentation of the peripheral drivers to the module level documentation.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index e5cc7c99f..63ffaecc8 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -50,6 +50,7 @@ * - Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe
* - Fixed Pipe_IsEndpointBound() not taking the endpoint's direction into account
* - Fixed EEPROM and FLASH ISP programming in the AVRISP project
+ * - Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen)
*
* \section Sec_ChangeLog091223 Version 091223
*
|