From f5c645296c837c85ff915a615cf1fd3193b91d7d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 21 Sep 2009 08:07:26 +0000 Subject: Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hullin). --- LUFA/ManPages/ChangeLog.txt | 1 + LUFA/ManPages/LibraryApps.txt | 1 + LUFA/ManPages/VIDAndPIDValues.txt | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index bdb48d917..c8fe5b833 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -23,6 +23,7 @@ * - Added support for the officially recommended external peripheral layout for the BUMBLEB board (thanks to Dave Fletcher) * - Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen * - Added new USB_GetHIDReportSize() function to the HID report parser to retrieve the size of a given report by its ID + * - Added new combined Mass Storage and Keyboard demo (thanks to Matthias Hullin) * * Changed: * - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 59aaea5d1..49c745890 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -41,6 +41,7 @@ * - Keyboard - USB Keyboard demo, using the library USB HID Class driver framework * - KeyboardMouse - Dual Keyboard/Mouse demo, using the library USB HID Class driver framework * - MassStorage - Dual Drive Mass Storage demo, using the library USB Mass Storage Class driver framework + * - MassStorageKeyboard - Mass Storage and Keyboard demo, using the library USB Mass Storage Class driver framework * - MIDI - MIDI In demo, using the library USB MIDI-Audio Class driver framework * - Mouse - USB Mouse demo, using the library USB HID driver framework * - RNDISEthernet - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index e0259141c..ce2fa409e 100644 --- a/LUFA/ManPages/VIDAndPIDValues.txt +++ b/LUFA/ManPages/VIDAndPIDValues.txt @@ -240,7 +240,7 @@ * 0x2061 * * - * Currently Unallocated + * Combined Mass Storage and Keyboard Demo * * * -- cgit v1.2.3