diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-28 13:17:36 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-28 13:17:36 +0000 |
commit | 5f776f4785960c71f3ac0bd8784b33812a9abc90 (patch) | |
tree | dd2e5ecd6a8a22056fcc548293b61f0ae1ab6b56 /Demos/Device/ClassDriver/DualVirtualSerial | |
parent | d11ed10c5314c44dc01c06954d1d73d4894cbff8 (diff) | |
download | lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.tar.gz lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.tar.bz2 lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.zip |
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
Diffstat (limited to 'Demos/Device/ClassDriver/DualVirtualSerial')
-rw-r--r-- | Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt index 761769e3c..40b7c5a85 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt +++ b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt @@ -26,20 +26,22 @@ * </tr>
* <tr>
* <td><b>USB Class:</b></td>
- * <td>Miscellaneous Device Class</td>
- * <td>( Sub-Interface: Communications Device Class (CDC) )</td>
+ * <td>Communications Device Class (CDC)</td>
* </tr>
* <tr>
* <td><b>USB Subclass:</b></td>
- * <td>Common Class</td>
- * <td>( Sub-Interface: Abstract Control Model (ACM) )</td>
+ * <td>Abstract Control Model (ACM)</td>
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF Interface Association Descriptor ECN</td>
* <td>USBIF CDC Class Standard</td>
* </tr>
* <tr>
+ * <td><b>Relevant Standards:</b></td>
+ * <td>USBIF Interface Association Descriptor ECN \n
+ * USBIF CDC Class Standard</td>
+ * </tr>
+ * <tr>
* <td><b>Usable Speeds:</b></td>
* <td>Full Speed Mode</td>
* </tr>
|