1
0

Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hullin).

This commit is contained in:
Dean Camera
2009-09-21 08:07:26 +00:00
parent 4530a546a1
commit f5c645296c
20 changed files with 4194 additions and 4 deletions

View File

@@ -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)
*
* <b>Changed:</b>
* - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested

View File

@@ -41,6 +41,7 @@
* - <b>Keyboard</b> - USB Keyboard demo, using the library USB HID Class driver framework
* - <b>KeyboardMouse</b> - Dual Keyboard/Mouse demo, using the library USB HID Class driver framework
* - <b>MassStorage</b> - Dual Drive Mass Storage demo, using the library USB Mass Storage Class driver framework
* - <b>MassStorageKeyboard</b> - Mass Storage and Keyboard demo, using the library USB Mass Storage Class driver framework
* - <b>MIDI</b> - MIDI In demo, using the library USB MIDI-Audio Class driver framework
* - <b>Mouse</b> - USB Mouse demo, using the library USB HID driver framework
* - <b>RNDISEthernet</b> - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework

View File

@@ -240,7 +240,7 @@
* 0x2061
* </td>
* <td>
* <i>Currently Unallocated</i>
* <i>Combined Mass Storage and Keyboard Demo</i>
* </td>
* </tr>
*