Skip to content

Commit b3c29d8

Browse files
Jesper JuhlAdrian Bunk
authored andcommitted
Small fixups to the EHCI Kconfig help text
Here's a small patch with a few tiny fixups for the EHCI Kconfig help text. Please consider applying. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
1 parent e82443c commit b3c29d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/usb/host/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ config USB_EHCI_HCD
1111
The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
1212
"high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
1313
If your USB host controller supports USB 2.0, you will likely want to
14-
configure this Host Controller Driver. At this writing, the primary
15-
implementation of EHCI is a chip from NEC, widely available in add-on
16-
PCI cards, but implementations are in the works from other vendors
17-
including Intel and Philips. Motherboard support is appearing.
14+
configure this Host Controller Driver. At the time of this writing,
15+
the primary implementation of EHCI is a chip from NEC, widely available
16+
in add-on PCI cards, but implementations are in the works from other
17+
vendors including Intel and Philips. Motherboard support is appearing.
1818

1919
EHCI controllers are packaged with "companion" host controllers (OHCI
2020
or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
21-
will connect to EHCI if it the device is high speed, otherwise they
21+
will connect to EHCI if the device is high speed, otherwise they
2222
connect to a companion controller. If you configure EHCI, you should
2323
probably configure the OHCI (for NEC and some other vendors) USB Host
2424
Controller Driver or UHCI (for Via motherboards) Host Controller

0 commit comments

Comments
 (0)