aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/MainPage.txt
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/MainPage.txt
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/MainPage.txt')
-rw-r--r--LUFA/MainPage.txt4
1 files changed, 2 insertions, 2 deletions
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)