diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-05-23 12:54:15 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-05-23 12:54:15 +0000 |
| commit | c2713512525917be0f90e880252fd7486a749903 (patch) | |
| tree | 4b9b9a6f82720e7d4fb99188aede6430eb56bd16 /LUFA/ManPages | |
| parent | f36771f62596c8567d1fc21f44133d461932847a (diff) | |
Add new MediaController project, a simple Media Playback control manipulator (Play/Pause/Next Track/Volume/etc.).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1761 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/ManPages')
| -rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 5 | ||||
| -rw-r--r-- | LUFA/ManPages/VIDAndPIDValues.txt | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 12352129..b0116d45 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -33,12 +33,13 @@ * - Library Applications: * - Added ability to write protect Mass Storage disk write operations from the host OS * - Added new MIDIToneGenerator project + * - Added new MediaControl project * - Added new KeyboardMouseMultiReport Device ClassDriver demo * - Added new VirtualSerialMassStorage Device ClassDriver demo - * - Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com - * - Added LED flashing to the CDC and DFU class bootloaders to indicate when they are running * - Added new incomplete AndroidAccessoryHost Host LowLevel demo * - Added RNDIS device mode to the Webserver project + * - Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com + * - Added LED flashing to the CDC and DFU class bootloaders to indicate when they are running * * <b>Changed:</b> * - Core: diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index 97d81521..17d9e178 100644 --- a/LUFA/ManPages/VIDAndPIDValues.txt +++ b/LUFA/ManPages/VIDAndPIDValues.txt @@ -337,7 +337,7 @@ * 0x2069 * </td> * <td> - * <i>Currently Unallocated</i> + * Webserver Project * </td> * </tr> * @@ -349,7 +349,7 @@ * 0x206A * </td> * <td> - * <i>Currently Unallocated</i> + * Media Control Project * </td> * </tr> * |
