\r
/** \page Page_VIDPID VID and PID values\r
*\r
+ * \section Sec_VIDPID_Allocations\r
* The LUFA library uses VID/PID combinations generously donated by Atmel. The following VID/PID combinations\r
* are used within the LUFA demos, and thus may be re-used by derivations of each demo. Free PID values may be\r
* used by future LUFA demo projects.\r
*\r
- * These VID/PID values should not be used in commercial designs under any circumstances. Private projects may\r
- * use the following values freely, but must accept any collisions due to other LUFA derived private projects\r
+ * <b>These VID/PID values should not be used in commercial designs under any circumstances.</b> Private projects\r
+ * may use the following values freely, but must accept any collisions due to other LUFA derived private projects\r
* sharing identical values. It is suggested that private projects using interfaces compatible with existing\r
* demos share the save VID/PID value.\r
*\r
* 0x2040\r
* </td>\r
* <td>\r
- * Test Application\r
+ * Test VID/PID (See below)\r
* </td>\r
*\r
* <tr>\r
* 0x2060\r
* </td>\r
* <td>\r
- * <i>Benito Programmer Project</i>\r
+ * Benito Programmer Project\r
* </td>\r
* </tr>\r
*\r
* 0x2061\r
* </td>\r
* <td>\r
- * <i>Currently Unallocated</i>\r
+ * Combined Mass Storage and Keyboard Demo\r
* </td>\r
* </tr>\r
*\r
* 0x2062\r
* </td>\r
* <td>\r
- * <i>Currently Unallocated</i>\r
+ * Combined CDC and Mouse Demo\r
* </td>\r
* </tr>\r
*\r
* 0x2063\r
* </td>\r
* <td>\r
- * <i>Currently Unallocated</i>\r
+ * Mass Storage/HID Interface Datalogger Project\r
* </td>\r
* </tr>\r
*\r
* </tr>\r
*\r
* </table>\r
+ *\r
+ * \section Sec_Test_VIDPID The Test VID/PID Combination:\r
+ * For use in testing of LUFA powered devices during development only, by non-commercial entities.\r
+ * All devices must accept collisions on this VID/PID range (from other in-development LUFA devices)\r
+ * to be resolved by using a unique release number in the Device Descriptor. No devices using this\r
+ * VID/PID combination may be released to the general public.\r
*/\r