aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/VIDAndPIDValues.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-10-08 07:00:44 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-10-08 07:00:44 +0000
commitbdedbd558ce3db0d7c1e0ff6cdde2f480277aff7 (patch)
treef63699f277ed035c857193d28ae5a4816faa1563 /LUFA/ManPages/VIDAndPIDValues.txt
parent09575f9607e12ddf7284f6c8974a332a88d4ed3b (diff)
downloadlufa-bdedbd558ce3db0d7c1e0ff6cdde2f480277aff7.tar.gz
lufa-bdedbd558ce3db0d7c1e0ff6cdde2f480277aff7.tar.bz2
lufa-bdedbd558ce3db0d7c1e0ff6cdde2f480277aff7.zip
Add new MIDIHost LowLevel demo application.
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
Diffstat (limited to 'LUFA/ManPages/VIDAndPIDValues.txt')
-rw-r--r--LUFA/ManPages/VIDAndPIDValues.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt
index 87040eef0..51cb49028 100644
--- a/LUFA/ManPages/VIDAndPIDValues.txt
+++ b/LUFA/ManPages/VIDAndPIDValues.txt
@@ -6,6 +6,7 @@
/** \page Page_VIDPID VID and PID values
*
+ * \section Sec_VIDPID_Allocations
* The LUFA library uses VID/PID combinations generously donated by Atmel. The following VID/PID combinations
* are used within the LUFA demos, and thus may be re-used by derivations of each demo. Free PID values may be
* used by future LUFA demo projects.
@@ -37,7 +38,7 @@
* 0x2040
* </td>
* <td>
- * Test Application
+ * Test VID/PID (See below)
* </td>
*
* <tr>
@@ -413,4 +414,10 @@
* </tr>
*
* </table>
+ *
+ * \section Sec_Test_VIDPID The Test VID/PID Combination:
+ * For use in testing of LUFA powered devices during development only, by non-commercial entities.
+ * All devices must accept collisions on this VID/PID range (from other in-development LUFA devices)
+ * to be resolved by using a unique release number in the Device Descriptor. No devices using this
+ * VID/PID combination may be released to the general public.
*/