From 5f776f4785960c71f3ac0bd8784b33812a9abc90 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 28 Jan 2010 13:17:36 +0000 Subject: Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells. --- Demos/Device/ClassDriver/AudioInput/AudioInput.txt | 6 +++--- Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt | 6 +++--- .../DualVirtualSerial/DualVirtualSerial.txt | 12 +++++++----- Demos/Device/ClassDriver/GenericHID/GenericHID.txt | 6 ++++-- Demos/Device/ClassDriver/Joystick/Joystick.txt | 6 ++++-- Demos/Device/ClassDriver/Keyboard/Keyboard.txt | 6 ++++-- .../ClassDriver/KeyboardMouse/KeyboardMouse.txt | 6 ++++-- Demos/Device/ClassDriver/MIDI/MIDI.txt | 6 +++--- Demos/Device/ClassDriver/MassStorage/MassStorage.txt | 8 ++++---- .../MassStorageKeyboard/MassStorageKeyboard.txt | 19 ++++++++++--------- Demos/Device/ClassDriver/Mouse/Mouse.txt | 6 ++++-- .../VirtualSerialMouse/VirtualSerialMouse.txt | 11 ++++++----- Demos/Device/LowLevel/AudioInput/AudioInput.txt | 6 +++--- Demos/Device/LowLevel/AudioOutput/AudioOutput.txt | 6 +++--- .../LowLevel/DualVirtualSerial/DualVirtualSerial.txt | 12 +++++++----- Demos/Device/LowLevel/GenericHID/GenericHID.txt | 6 ++++-- Demos/Device/LowLevel/Joystick/Joystick.txt | 6 ++++-- Demos/Device/LowLevel/Keyboard/Keyboard.txt | 6 ++++-- Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt | 6 ++++-- Demos/Device/LowLevel/MIDI/MIDI.txt | 6 +++--- Demos/Device/LowLevel/MassStorage/MassStorage.txt | 8 ++++---- Demos/Device/LowLevel/Mouse/Mouse.txt | 6 ++++-- .../ClassDriver/MouseHostDevice/MouseHostDevice.txt | 2 +- .../JoystickHostWithParser/JoystickHostWithParser.txt | 6 ++++-- .../KeyboardHostWithParser/KeyboardHostWithParser.txt | 6 ++++-- .../ClassDriver/MassStorageHost/MassStorageHost.txt | 8 ++++---- Demos/Host/ClassDriver/MouseHost/MouseHost.txt | 6 ++++-- .../MouseHostWithParser/MouseHostWithParser.txt | 6 ++++-- Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt | 6 ++++-- .../ClassDriver/StillImageHost/StillImageHost.txt | 4 ++-- Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt | 6 ++++-- .../JoystickHostWithParser/JoystickHostWithParser.txt | 6 ++++-- Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt | 6 ++++-- .../KeyboardHostWithParser/KeyboardHostWithParser.txt | 6 ++++-- .../Host/LowLevel/MassStorageHost/MassStorageHost.txt | 8 ++++---- Demos/Host/LowLevel/MouseHost/MouseHost.txt | 6 ++++-- .../MouseHostWithParser/MouseHostWithParser.txt | 6 ++++-- Demos/Host/LowLevel/PrinterHost/PrinterHost.txt | 9 ++++----- Demos/Host/LowLevel/StillImageHost/StillImageHost.txt | 4 ++-- 39 files changed, 157 insertions(+), 110 deletions(-) (limited to 'Demos') diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt index 585faec1b..aedb4b782 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt @@ -33,9 +33,9 @@ * * * Relevant Standards: - * USBIF Audio Class Specification - * USBIF Audio Class Terminal Types Specification - * USBIF Audio Data Formats Specification + * USBIF Audio Class Specification \n + * USBIF Audio Class Terminal Types Specification \n + * USBIF Audio Data Formats Specification * * * Usable Speeds: diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt index c305f9c9d..b05ee45ce 100644 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt +++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt @@ -33,9 +33,9 @@ * * * Relevant Standards: - * USBIF Audio Class Specification - * USBIF Audio Class Terminal Types Specification - * USBIF Audio Data Formats Specification + * USBIF Audio Class Specification \n + * USBIF Audio Class Terminal Types Specification \n + * USBIF Audio Data Formats Specification * * * Usable Speeds: 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 @@ * * * USB Class: - * Miscellaneous Device Class - * ( Sub-Interface: Communications Device Class (CDC) ) + * Communications Device Class (CDC) * * * USB Subclass: - * Common Class - * ( Sub-Interface: Abstract Control Model (ACM) ) + * Abstract Control Model (ACM) * * * Relevant Standards: - * USBIF Interface Association Descriptor ECN * USBIF CDC Class Standard * * + * Relevant Standards: + * USBIF Interface Association Descriptor ECN \n + * USBIF CDC Class Standard + * + * * Usable Speeds: * Full Speed Mode * diff --git a/Demos/Device/ClassDriver/GenericHID/GenericHID.txt b/Demos/Device/ClassDriver/GenericHID/GenericHID.txt index f8176e69f..fe46abdfc 100644 --- a/Demos/Device/ClassDriver/GenericHID/GenericHID.txt +++ b/Demos/Device/ClassDriver/GenericHID/GenericHID.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/ClassDriver/Joystick/Joystick.txt b/Demos/Device/ClassDriver/Joystick/Joystick.txt index 4584cf964..51c9bdbc7 100644 --- a/Demos/Device/ClassDriver/Joystick/Joystick.txt +++ b/Demos/Device/ClassDriver/Joystick/Joystick.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/ClassDriver/Keyboard/Keyboard.txt b/Demos/Device/ClassDriver/Keyboard/Keyboard.txt index 89dde8305..b7171e570 100644 --- a/Demos/Device/ClassDriver/Keyboard/Keyboard.txt +++ b/Demos/Device/ClassDriver/Keyboard/Keyboard.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.txt b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.txt index 0d4f8113e..f1a4c509b 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.txt +++ b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/ClassDriver/MIDI/MIDI.txt b/Demos/Device/ClassDriver/MIDI/MIDI.txt index 7f68e5b87..7fbfd171a 100644 --- a/Demos/Device/ClassDriver/MIDI/MIDI.txt +++ b/Demos/Device/ClassDriver/MIDI/MIDI.txt @@ -34,9 +34,9 @@ * * * Relevant Standards: - * USBIF Audio Class Specification - * USB-MIDI Audio Class Extension Specification - * General MIDI Specification + * USBIF Audio Class Specification \n + * USB-MIDI Audio Class Extension Specification \n + * General MIDI Specification * * * Usable Speeds: diff --git a/Demos/Device/ClassDriver/MassStorage/MassStorage.txt b/Demos/Device/ClassDriver/MassStorage/MassStorage.txt index 6b0a32733..7f4a83b9f 100644 --- a/Demos/Device/ClassDriver/MassStorage/MassStorage.txt +++ b/Demos/Device/ClassDriver/MassStorage/MassStorage.txt @@ -34,10 +34,10 @@ * * * Relevant Standards: - * USBIF Mass Storage Standard - * USB Bulk-Only Transport Standard - * SCSI Primary Commands Specification - * SCSI Block Commands Specification + * USBIF Mass Storage Standard \n + * USB Bulk-Only Transport Standard \n + * SCSI Primary Commands Specification \n + * SCSI Block Commands Specification * * * Usable Speeds: diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt index bed44f81d..590d35705 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt @@ -26,21 +26,22 @@ * * * USB Classes: - * Mass Storage Device - * Human Interface Device + * Mass Storage Device \n + * Human Interface Device * * * USB Subclasses: - * Bulk-Only Transport - * Keyboard Subclass + * Bulk-Only Transport \n + * Keyboard Subclass * * * Relevant Standards: - * USBIF Mass Storage Standard - * USB Bulk-Only Transport Standard - * SCSI Primary Commands Specification - * SCSI Block Commands Specification - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF Mass Storage Standard \n + * USB Bulk-Only Transport Standard \n + * SCSI Primary Commands Specification \n + * SCSI Block Commands Specification \n + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: diff --git a/Demos/Device/ClassDriver/Mouse/Mouse.txt b/Demos/Device/ClassDriver/Mouse/Mouse.txt index 4d55bbf2b..e0cf40795 100644 --- a/Demos/Device/ClassDriver/Mouse/Mouse.txt +++ b/Demos/Device/ClassDriver/Mouse/Mouse.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt b/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt index ff0d8a361..8ffe4d744 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.txt @@ -26,18 +26,19 @@ * * * USB Class: - * Communications Device Class (CDC) - * Human Interface Device Class (HID) + * Communications Device Class (CDC) \n + * Human Interface Device Class (HID) * * * USB Subclass: - * Abstract Control Model (ACM) - * Mouse Subclass + * Abstract Control Model (ACM) \n + * Mouse Subclass * * * Relevant Standards: * USBIF CDC Class Standard - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.txt b/Demos/Device/LowLevel/AudioInput/AudioInput.txt index b36892d7a..4601077b0 100644 --- a/Demos/Device/LowLevel/AudioInput/AudioInput.txt +++ b/Demos/Device/LowLevel/AudioInput/AudioInput.txt @@ -33,9 +33,9 @@ * * * Relevant Standards: - * USBIF Audio Class Specification - * USBIF Audio Class Terminal Types Specification - * USBIF Audio Data Formats Specification + * USBIF Audio Class Specification \n + * USBIF Audio Class Terminal Types Specification \n + * USBIF Audio Data Formats Specification * * * Usable Speeds: diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt index c305f9c9d..b05ee45ce 100644 --- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt +++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt @@ -33,9 +33,9 @@ * * * Relevant Standards: - * USBIF Audio Class Specification - * USBIF Audio Class Terminal Types Specification - * USBIF Audio Data Formats Specification + * USBIF Audio Class Specification \n + * USBIF Audio Class Terminal Types Specification \n + * USBIF Audio Data Formats Specification * * * Usable Speeds: diff --git a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt index 761769e3c..40b7c5a85 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt +++ b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt @@ -26,20 +26,22 @@ * * * USB Class: - * Miscellaneous Device Class - * ( Sub-Interface: Communications Device Class (CDC) ) + * Communications Device Class (CDC) * * * USB Subclass: - * Common Class - * ( Sub-Interface: Abstract Control Model (ACM) ) + * Abstract Control Model (ACM) * * * Relevant Standards: - * USBIF Interface Association Descriptor ECN * USBIF CDC Class Standard * * + * Relevant Standards: + * USBIF Interface Association Descriptor ECN \n + * USBIF CDC Class Standard + * + * * Usable Speeds: * Full Speed Mode * diff --git a/Demos/Device/LowLevel/GenericHID/GenericHID.txt b/Demos/Device/LowLevel/GenericHID/GenericHID.txt index f8176e69f..fe46abdfc 100644 --- a/Demos/Device/LowLevel/GenericHID/GenericHID.txt +++ b/Demos/Device/LowLevel/GenericHID/GenericHID.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/LowLevel/Joystick/Joystick.txt b/Demos/Device/LowLevel/Joystick/Joystick.txt index 4584cf964..51c9bdbc7 100644 --- a/Demos/Device/LowLevel/Joystick/Joystick.txt +++ b/Demos/Device/LowLevel/Joystick/Joystick.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/LowLevel/Keyboard/Keyboard.txt b/Demos/Device/LowLevel/Keyboard/Keyboard.txt index 2bdaa6cc3..fb6ffefa3 100644 --- a/Demos/Device/LowLevel/Keyboard/Keyboard.txt +++ b/Demos/Device/LowLevel/Keyboard/Keyboard.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt b/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt index 0d4f8113e..f1a4c509b 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt +++ b/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Device/LowLevel/MIDI/MIDI.txt b/Demos/Device/LowLevel/MIDI/MIDI.txt index 7f68e5b87..7fbfd171a 100644 --- a/Demos/Device/LowLevel/MIDI/MIDI.txt +++ b/Demos/Device/LowLevel/MIDI/MIDI.txt @@ -34,9 +34,9 @@ * * * Relevant Standards: - * USBIF Audio Class Specification - * USB-MIDI Audio Class Extension Specification - * General MIDI Specification + * USBIF Audio Class Specification \n + * USB-MIDI Audio Class Extension Specification \n + * General MIDI Specification * * * Usable Speeds: diff --git a/Demos/Device/LowLevel/MassStorage/MassStorage.txt b/Demos/Device/LowLevel/MassStorage/MassStorage.txt index 6b0a32733..7f4a83b9f 100644 --- a/Demos/Device/LowLevel/MassStorage/MassStorage.txt +++ b/Demos/Device/LowLevel/MassStorage/MassStorage.txt @@ -34,10 +34,10 @@ * * * Relevant Standards: - * USBIF Mass Storage Standard - * USB Bulk-Only Transport Standard - * SCSI Primary Commands Specification - * SCSI Block Commands Specification + * USBIF Mass Storage Standard \n + * USB Bulk-Only Transport Standard \n + * SCSI Primary Commands Specification \n + * SCSI Block Commands Specification * * * Usable Speeds: diff --git a/Demos/Device/LowLevel/Mouse/Mouse.txt b/Demos/Device/LowLevel/Mouse/Mouse.txt index 15ab39b0e..1e88e42c0 100644 --- a/Demos/Device/LowLevel/Mouse/Mouse.txt +++ b/Demos/Device/LowLevel/Mouse/Mouse.txt @@ -34,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.txt b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.txt index 581905daf..f65931185 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.txt +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.txt @@ -19,7 +19,7 @@ * * * - * + * * * * diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt b/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt index 4d5888937..3a24de07b 100644 --- a/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt +++ b/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.txt @@ -31,11 +31,13 @@ * * * - * + * * * * - * + * * *
USB Mode:Host/DeviceDual Mode Host/Device
USB Class:
Relevant Standards:USBIF HID Specification, USBIF HID Usage TablesUSBIF HID Specification \n + * USBIF HID Usage Tables
Usable Speeds:Low Speed Mode, Full Speed ModeLow Speed Mode \n + * Full Speed Mode
* diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt b/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt index b7d56c025..3fbe1b4e7 100644 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt +++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt b/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt index 8dd5d9dd6..bb494cfbe 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt +++ b/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt @@ -31,10 +31,10 @@ * * * Relevant Standards: - * USBIF Mass Storage Standard - * USB Bulk-Only Transport Standard - * SCSI Primary Commands Specification - * SCSI Block Commands Specification + * USBIF Mass Storage Standard \n + * USB Bulk-Only Transport Standard \n + * SCSI Primary Commands Specification \n + * SCSI Block Commands Specification * * * Usable Speeds: diff --git a/Demos/Host/ClassDriver/MouseHost/MouseHost.txt b/Demos/Host/ClassDriver/MouseHost/MouseHost.txt index bcbd05783..afe948fd9 100644 --- a/Demos/Host/ClassDriver/MouseHost/MouseHost.txt +++ b/Demos/Host/ClassDriver/MouseHost/MouseHost.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt index a6f05ac40..3eec2a57d 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt +++ b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt index 484241df2..c31fc9550 100644 --- a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt +++ b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF Printer Class Specification, PCL Language Specification + * USBIF Printer Class Specification \n + * PCL Language Specification * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt index 71a425689..10a99e111 100644 --- a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt +++ b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt @@ -31,8 +31,8 @@ * * * Relevant Standards: - * USBIF Still Image Class Specification - * PIMA 15740 Specification + * USBIF Still Image Class Specification \n + * PIMA 15740 Specification * * * Usable Speeds: diff --git a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt index 6a17fc583..1495558d6 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt +++ b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt b/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt index 4d5888937..3a24de07b 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt +++ b/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt b/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt index 10406ec26..c19620fc9 100644 --- a/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt +++ b/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt index b7d56c025..3fbe1b4e7 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt index 8dd5d9dd6..bb494cfbe 100644 --- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt +++ b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt @@ -31,10 +31,10 @@ * * * Relevant Standards: - * USBIF Mass Storage Standard - * USB Bulk-Only Transport Standard - * SCSI Primary Commands Specification - * SCSI Block Commands Specification + * USBIF Mass Storage Standard \n + * USB Bulk-Only Transport Standard \n + * SCSI Primary Commands Specification \n + * SCSI Block Commands Specification * * * Usable Speeds: diff --git a/Demos/Host/LowLevel/MouseHost/MouseHost.txt b/Demos/Host/LowLevel/MouseHost/MouseHost.txt index bcbd05783..afe948fd9 100644 --- a/Demos/Host/LowLevel/MouseHost/MouseHost.txt +++ b/Demos/Host/LowLevel/MouseHost/MouseHost.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt index a6f05ac40..3eec2a57d 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt +++ b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt @@ -31,11 +31,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * diff --git a/Demos/Host/LowLevel/PrinterHost/PrinterHost.txt b/Demos/Host/LowLevel/PrinterHost/PrinterHost.txt index 484241df2..552a87828 100644 --- a/Demos/Host/LowLevel/PrinterHost/PrinterHost.txt +++ b/Demos/Host/LowLevel/PrinterHost/PrinterHost.txt @@ -31,12 +31,11 @@ * * * Relevant Standards: - * USBIF Printer Class Specification, PCL Language Specification - * - * - * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * USBIF Printer Class Specification \n + * PCL Language Specification * + * Low Speed Mode \n + * Full Speed Mode * * * \section SSec_Description Project Description: diff --git a/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt b/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt index 71a425689..10a99e111 100644 --- a/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt +++ b/Demos/Host/LowLevel/StillImageHost/StillImageHost.txt @@ -31,8 +31,8 @@ * * * Relevant Standards: - * USBIF Still Image Class Specification - * PIMA 15740 Specification + * USBIF Still Image Class Specification \n + * PIMA 15740 Specification * * * Usable Speeds: -- cgit v1.2.3