Commit 018122ca authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: usb-serial.c update the version number, and document the previous changes.

parent 805f47cf
...@@ -15,6 +15,11 @@ ...@@ -15,6 +15,11 @@
* *
* See Documentation/usb/usb-serial.txt for more information on using this driver * See Documentation/usb/usb-serial.txt for more information on using this driver
* *
* (06/05/2002) gkh
* moved location of startup() call in serial_probe() until after all
* of the port information and endpoints are initialized. This makes
* things easier for some drivers.
*
* (04/10/2002) gkh * (04/10/2002) gkh
* added serial_read_proc function which creates a * added serial_read_proc function which creates a
* /proc/tty/driver/usb-serial file. * /proc/tty/driver/usb-serial file.
...@@ -341,7 +346,7 @@ ...@@ -341,7 +346,7 @@
/* /*
* Version Information * Version Information
*/ */
#define DRIVER_VERSION "v1.5" #define DRIVER_VERSION "v1.6"
#define DRIVER_AUTHOR "Greg Kroah-Hartman, greg@kroah.com, http://www.kroah.com/linux-usb/" #define DRIVER_AUTHOR "Greg Kroah-Hartman, greg@kroah.com, http://www.kroah.com/linux-usb/"
#define DRIVER_DESC "USB Serial Driver core" #define DRIVER_DESC "USB Serial Driver core"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment