Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MSB of...
[pub/USBasp.git] / LUFA / Drivers / USB / USB.h
index a5a743b..7525529 100644 (file)
  *
  *  <table>
  *  <tr>
  *
  *  <table>
  *  <tr>
- *   <th width="100px">USB Class</th>
+ *   <th width="200px">USB Class</th>
  *   <th width="90px">Device Mode</th>
  *   <th width="90px">Host Mode</th>
  *  </tr>
  *  <tr>
  *   <th width="90px">Device Mode</th>
  *   <th width="90px">Host Mode</th>
  *  </tr>
  *  <tr>
+ *   <td>Android Open Accessory</td>
+ *   <td bgcolor="#EE0000">No</td>
+ *   <td bgcolor="#00EE00">Yes</td>
+ *  </tr>
+ *  <tr>
  *   <td>Audio</td>
  *   <td bgcolor="#00EE00">Yes</td>
  *   <td bgcolor="#00EE00">Yes</td>
  *   <td>Audio</td>
  *   <td bgcolor="#00EE00">Yes</td>
  *   <td bgcolor="#00EE00">Yes</td>
                        #include "Core/OTG.h"
                #endif
                
                        #include "Core/OTG.h"
                #endif
                
+               #include "Class/AndroidAccessoryClass.h"
                #include "Class/AudioClass.h"
                #include "Class/CDCClass.h"
                #include "Class/HIDClass.h"
                #include "Class/AudioClass.h"
                #include "Class/CDCClass.h"
                #include "Class/HIDClass.h"