aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-11 07:52:13 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-11 07:52:13 +0000
commite0985b995009d71b80d214a66944e76f4e41aadb (patch)
tree375ea039a8800bf413d606ca6f60629c4f677da6 /LUFA
parent3f48497874e573e83153a989000fe5f6a26de856 (diff)
downloadlufa-e0985b995009d71b80d214a66944e76f4e41aadb.tar.gz
lufa-e0985b995009d71b80d214a66944e76f4e41aadb.tar.bz2
lufa-e0985b995009d71b80d214a66944e76f4e41aadb.zip
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.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt5
-rw-r--r--LUFA/MainPage.txt4
-rw-r--r--LUFA/MigrationInformation.txt5
3 files changed, 11 insertions, 3 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index bca8d9fb9..c71b088e3 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -8,6 +8,11 @@
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
+ * - 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
+ *
+ * \section Sec_ChangeLog090510 Version 090510
+ *
* - Added new GenericHIDHost demo
* - Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use
* - KeyboardHost, MouseHost and GenericHIDHost demos now save and restore the currently selected pipe inside the pipe ISR
diff --git a/LUFA/MainPage.txt b/LUFA/MainPage.txt
index 9dc8a18d4..8ee8f95d9 100644
--- a/LUFA/MainPage.txt
+++ b/LUFA/MainPage.txt
@@ -15,10 +15,10 @@
* microcontrollers, released under the MIT license.
*
* Currently supported AVR models:
- * - AT90USB1286 (USB Host and Device)
+ * - AT90USB1286 (USB Device Only)
* - AT90USB1287 (USB Host and Device)
* - AT90USB646 (USB Device Only)
- * - AT90USB647 (USB Device Only)
+ * - AT90USB647 (USB Host and Device)
* - AT90USB162 (USB Device Only)
* - AT90USB82 (USB Device Only)
* - ATMEGA16U4 (USB Device Only)
diff --git a/LUFA/MigrationInformation.txt b/LUFA/MigrationInformation.txt
index 6439419f3..891c5b273 100644
--- a/LUFA/MigrationInformation.txt
+++ b/LUFA/MigrationInformation.txt
@@ -10,7 +10,10 @@
* to the next version released. It does not indicate all new additions to the library in each version change, only
* areas relevant to making older projects compatible with the API changes of each new release.
*
- * \section Sec_MigrationXXXXXX Migrating from 090401 to XXXXXX
+ * \section Sec_MigrationXXXXXX Migrating from 090510 to XXXXXX
+ *
+ *
+ * \section Sec_Migration090510 Migrating from 090401 to 090510
*
* <b>All</b>
* - The ButtLoadTag.h header has been removed, as it was never used for its intended purpose. Projects should either remove all