X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/064e6a2f32719da5b7ed2ff3a8a32c5788e753d0..77e86e7d82c65b1c2a75f965cb936b8f7ad97ac2:/LUFA/ManPages/VIDAndPIDValues.txt diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index e0259141c..339fd47b2 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) * * * @@ -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 * * * @@ -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. */