From 58a39c6666cd9b085e402d5edc49d58fb759a9a3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 3 Jan 2010 03:48:40 +0000 Subject: Clean up MassStorageKeyboard demo. --- LUFA/Drivers/USB/Class/Host/HIDParser.h | 2 +- LUFA/ManPages/ChangeLog.txt | 2 ++ LUFA/ManPages/FutureChanges.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'LUFA') diff --git a/LUFA/Drivers/USB/Class/Host/HIDParser.h b/LUFA/Drivers/USB/Class/Host/HIDParser.h index c03f9f1c6..53601ec61 100644 --- a/LUFA/Drivers/USB/Class/Host/HIDParser.h +++ b/LUFA/Drivers/USB/Class/Host/HIDParser.h @@ -198,7 +198,7 @@ typedef struct { uint16_t BitOffset; /**< Bit offset in the IN, OUT or FEATURE report of the item. */ - uint8_t ItemType; /**< Report item type, a value in HID_Types_t. */ + uint8_t ItemType; /**< Report item type, a value in HID_ReportItemTypes_t. */ uint16_t ItemFlags; /**< Item data flags, such as constant/variable, etc. */ uint8_t ReportID; /**< Report ID this item belongs to, or 0x00 if device has only one report */ HID_CollectionPath_t* CollectionPath; /**< Collection path of the item. */ diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index a64428e8b..eea1f2b64 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -20,6 +20,8 @@ * - Renamed the AVRISP project folder to AVRISP-MKII to reduce confusion * - Renamed the RESET_LINE_* makefile tokens in the AVRISP MKII Project to AUX_LINE_*, as they are not always used for target * reset + * - Changed over the MassStorageKeyboard Class driver device demo to use Start of Frame events rather than a timer to keep track + * of elapsed milliseconds * * Fixed: * - Fixed AVRISP project not able to enter programming mode when ISP protocol is used diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 3267afc73..38cbf0ccf 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -27,6 +27,7 @@ * - Demos/Projects * -# Multiple-Report HID device * -# Device/Host USB bridge + * -# Alternative (USB-IF endorsed) USB-Ethernet Classes * -# Finish BluetoothHost demo * -# Finish MIDI class Bootloader * -# Finish SideShow demo -- cgit v1.2.3