X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/064e6a2f32719da5b7ed2ff3a8a32c5788e753d0..2a072db7030fa33be1e8dcf82ebf0b45cb4d77c1:/LUFA/ManPages/VIDAndPIDValues.txt diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index e0259141c..b5c187489 100644 --- a/LUFA/ManPages/VIDAndPIDValues.txt +++ b/LUFA/ManPages/VIDAndPIDValues.txt @@ -6,12 +6,13 @@ /** \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. * - * These VID/PID values should not be used in commercial designs under any circumstances. Private projects may - * use the following values freely, but must accept any collisions due to other LUFA derived private projects + * These VID/PID values should not be used in commercial designs under any circumstances. Private projects + * may use the following values freely, but must accept any collisions due to other LUFA derived private projects * sharing identical values. It is suggested that private projects using interfaces compatible with existing * demos share the save VID/PID value. * @@ -37,7 +38,7 @@ * 0x2040 * * - * Test Application + * Test VID/PID (See below) * * * @@ -192,7 +193,7 @@ * 0x204D * * - * Keyboard and Mouse Combination Demo Application + * Combined Keyboard and Mouse Demo Application * * * @@ -228,7 +229,7 @@ * 0x2060 * * - * Benito Programmer Project + * Benito Programmer Project * * * @@ -240,7 +241,7 @@ * 0x2061 * * - * Currently Unallocated + * Combined Mass Storage and Keyboard Demo * * * @@ -252,7 +253,7 @@ * 0x2062 * * - * Currently Unallocated + * Combined CDC and Mouse Demo * * * @@ -264,7 +265,7 @@ * 0x2063 * * - * Currently Unallocated + * Mass Storage/HID Interface Datalogger Project * * * @@ -276,7 +277,7 @@ * 0x2064 * * - * Currently Unallocated + * Interfaceless Control-Only LUFA Devices * * * @@ -413,4 +414,10 @@ * * * + * + * \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. */