[PATCH 5/44] .ko module names for acm.txt

From: Vojtech Pavlik
Date: Tue Mar 16 2004 - 10:05:48 EST


You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input

===================================================================

ChangeSet@xxxxxxxxxxxx, 2004-01-26 13:23:40+01:00, jochen@xxxxxxxxxx
usb: Minor documentation fix reflecting new USB module names in acm.txt


acm.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

===================================================================

diff -Nru a/Documentation/usb/acm.txt b/Documentation/usb/acm.txt
--- a/Documentation/usb/acm.txt Tue Mar 16 13:20:01 2004
+++ b/Documentation/usb/acm.txt Tue Mar 16 13:20:01 2004
@@ -28,7 +28,7 @@

1. Usage
~~~~~~~~
- The drivers/usb/acm.c drivers works with USB modems and USB ISDN terminal
+ The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal
adapters that conform to the Universal Serial Bus Communication Device Class
Abstract Control Model (USB CDC ACM) specification.

@@ -65,9 +65,9 @@

To use the modems you need these modules loaded:

- usbcore.o
- usb-[uo]hci.o or uhci.o
- acm.o
+ usbcore.ko
+ uhci-hcd.ko ohci-hcd.ko or ehci-hcd.ko
+ cdc-acm.ko

After that, the modem[s] should be accessible. You should be able to use
minicom, ppp and mgetty with them.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/