3  *  This file contains special DoxyGen information for the generation of the main page and other special
 
   4  *  documentation pages. It is not a project source file.
 
   7 /** \page Page_VIDPID VID and PID values
 
   9  *  \section Sec_VIDPID_Allocations VID and PID Allocations
 
  10  *  The LUFA library uses VID/PID combinations generously donated by Atmel. The following VID/PID combinations
 
  11  *  are used within the LUFA demos, and thus may be re-used by derivations of each demo. Free PID values may be
 
  12  *  used by future LUFA demo projects.
 
  14  *  <b>These VID/PID values should not be used in commercial designs under any circumstances.</b> Private projects
 
  15  *  may use the following values freely, but must accept any collisions due to other LUFA derived private projects
 
  16  *  sharing identical values. It is suggested that private projects using interfaces compatible with existing
 
  17  *  demos share the same VID/PID value.
 
  28  *    <td>Test VID/PID (See \ref Sec_Test_VIDPID)</td>
 
  33  *    <td>Mouse Demo Application</td>
 
  38  *    <td>Keyboard Demo Application</td>
 
  43  *    <td>Joystick Demo Application</td>
 
  48  *    <td>CDC Demo Application</td>
 
  53  *    <td>Mass Storage Demo Application</td>
 
  58  *    <td>Audio Output Demo Application</td>
 
  63  *    <td>Audio Input Demo Application</td>
 
  68  *    <td>MIDI Demo Application</td>
 
  73  *    <td>MagStripe Project</td>
 
  78  *    <td>CDC Class Bootloader</td>
 
  83  *    <td>USB to Serial Demo Application</td>
 
  88  *    <td>RNDIS Demo Application</td>
 
  93  *    <td>Combined Keyboard and Mouse Demo Application</td>
 
  98  *    <td>Dual CDC Demo Application</td>
 
 105  *    <td>Generic HID Demo Application</td>
 
 110  *    <td>Benito Programmer Project</td>
 
 115  *    <td>Combined Mass Storage and Keyboard Demo</td>
 
 120  *    <td>Combined CDC and Mouse Demo</td>
 
 125  *    <td>Mass Storage/HID Interface Datalogger Project</td>
 
 130  *    <td>Interfaceless Control-Only LUFA Devices</td>
 
 135  *    <td>Test and Measurement Demo</td>
 
 142  *    <td>Multiple Report Keyboard/Mouse HID Demo</td>
 
 147  *    <td>HID Class Bootloader</td>
 
 152  *    <td>Virtual Serial/Mass Storage Demo</td>
 
 159  *    <td>Webserver Project</td>
 
 164  *    <td>Media Control Project</td>
 
 169  *    <td>Printer Class Bootloader</td>
 
 174  *    <td><i>Currently Unallocated</i></td>
 
 179  *    <td><i>Currently Unallocated</i></td>
 
 184  *    <td><i>Currently Unallocated</i></td>
 
 189  *    <td><i>Currently Unallocated</i></td>
 
 193  *  \section Sec_Test_VIDPID The Test VID/PID Combination
 
 194  *  For use in testing of LUFA powered devices during development only, by non-commercial entities.
 
 195  *  All devices must accept collisions on this VID/PID range (from other in-development LUFA devices)
 
 196  *  to be resolved by using a unique release number in the Device Descriptor. No devices using this
 
 197  *  VID/PID combination may be released to the general public.