| Kernel v2.4.1 /Documentation/usb/usb-serial.txt |
|---|
 2.4.1
 Documentation
 usb
 usb-serial.txt
diff -u --recursive --new-file v2.4.0/linux/Documentation/usb/usb-serial.txt linux/Documentation/usb/usb-serial.txt
--- v2.4.0/linux/Documentation/usb/usb-serial.txt Thu Dec 7 16:13:38 2000
+++ linux/Documentation/usb/usb-serial.txt Tue Jan 16 14:29:54 2001
@@ -223,7 +223,7 @@
To enable the generic driver to recognize your device, build the driver
as a module and load it by the following invocation:
- insmod usb-serial vendor=0x#### product=0x####
+ insmod usbserial vendor=0x#### product=0x####
where the #### is replaced with the hex representation of your device's
vendor id and product id.
|