From 50390867e761f9cd92882d9f43db8593600fa61a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 10 Nov 2010 12:38:25 +0000 Subject: Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics). --- LUFA/ManPages/ChangeLog.txt | 1 + LUFA/ManPages/DeviceSupport.txt | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d024c1f94..53b7cb872 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -100,6 +100,7 @@ * - Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green) * - Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full * - Fixed broken input in the MagStripe reader project due to an incorrect HID report descriptor + * - Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics) * * \section Sec_ChangeLog100807 Version 100807 * New: diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index 7cb94f9e3..dac4a3625 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -31,20 +31,21 @@ * - XPLAIN (Both original first revision board, and newer boards with a different Dataflash model) * * Currently supported third-party boards (see \ref Group_BoardTypes for makefile BOARD constant names): + * - Adafruit U4 Breakout Board + * - Arduino Uno + * - Busware BUI + * - Busware CUL V3 * - Fletchtronics Bumble-B (using officially recommended peripheral layout) - * - Tempusdictum Benito - * - MattairTech JM-DB-U2 - * - PJRC Teensy (all revisions and versions) - * - Tom's USBTINY-MKII (all revisions and versions) - * - Olimex AVR-USB-162 * - Kernel Concepts USBFOO * - Linnix UDIP - * - Busware BUI - * - Busware CUL V3 - * - Arduino Uno - * - TCNISO Blackcat USB JTAG + * - MattairTech JM-DB-U2 * - Maximus USB * - Minimus USB + * - Olimex AVR-USB-162 + * - PJRC Teensy (all revisions and versions) + * - TCNISO Blackcat USB JTAG + * - Tempusdictum Benito + * - Tom's USBTINY-MKII (all revisions and versions) * - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers) */ -- cgit v1.2.3