Hi folks, Here is a small patch to bump the ftdi_sio driver's version number to 1.3.5 for the usb-2.4 tree. It would be nice if this made it into the final 2.4.23 kernel sources, then I could refer to that as version 1.3.5 of the driver.
-- -=( Ian Abbott @ MEV Ltd. E-mail: <[EMAIL PROTECTED]> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
# This is a BitKeeper generated patch for the following project: # Project Name: greg k-h's linux 2.4 USB kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1115 -> 1.1116 # drivers/usb/serial/ftdi_sio.c 1.53 -> 1.54 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/10/21 [EMAIL PROTECTED] 1.1116 # Bumped to version 1.3.5 # -------------------------------------------- # diff -Nru a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c --- a/drivers/usb/serial/ftdi_sio.c Tue Oct 21 13:59:14 2003 +++ b/drivers/usb/serial/ftdi_sio.c Tue Oct 21 13:59:14 2003 @@ -245,7 +245,7 @@ /* * Version Information */ -#define DRIVER_VERSION "v1.3.4" +#define DRIVER_VERSION "v1.3.5" #define DRIVER_AUTHOR "Greg Kroah-Hartman <[EMAIL PROTECTED]>, Bill Ryder <[EMAIL PROTECTED]>, Kuba Ober <[EMAIL PROTECTED]>" #define DRIVER_DESC "USB FTDI Serial Converters Driver"
