diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-10-30 19:34:31 +0100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-10-30 19:34:31 +0100 |
commit | b7b6f212e9d9ff498d761b80cd12fab8b24d8167 (patch) | |
tree | 1505b10366a9f3a9317ca53bdb696f1de8869f2f /LUFA/DoxygenPages | |
parent | 14e44b626f8777de6cf9fba4ff410d7cccc78e67 (diff) | |
download | lufa-b7b6f212e9d9ff498d761b80cd12fab8b24d8167.tar.gz lufa-b7b6f212e9d9ff498d761b80cd12fab8b24d8167.tar.bz2 lufa-b7b6f212e9d9ff498d761b80cd12fab8b24d8167.zip |
Add new Bulk Vendor device demo application.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 4 | ||||
-rw-r--r-- | LUFA/DoxygenPages/VIDAndPIDValues.txt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 86ee08aef..98e5bdda1 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -7,6 +7,10 @@ /** \page Page_ChangeLog Project Changelog * * \section Sec_ChangeLogXXXXXX Version XXXXXX + * <b>New:</b> + * - Library Applications: + * - Added new Bulk Vendor low level device demo + * * <b>Changed:</b> * - Library Applications: * - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda) diff --git a/LUFA/DoxygenPages/VIDAndPIDValues.txt b/LUFA/DoxygenPages/VIDAndPIDValues.txt index b31f007bb..6d39ce7f9 100644 --- a/LUFA/DoxygenPages/VIDAndPIDValues.txt +++ b/LUFA/DoxygenPages/VIDAndPIDValues.txt @@ -171,7 +171,7 @@ * <tr> * <td>0x03EB</td> * <td>0x206C</td> - * <td><i>Currently Unallocated</i></td> + * <td>Bulk Vendor Demo</td> * </tr> * <tr> * <td>0x03EB</td> |