ChangeSet 1.1148.6.15, 2003/10/23 17:18:23-07:00, abbotti@mev.co.uk [PATCH] USB: ftdi_sio - version bump 1.3.5 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. drivers/usb/serial/ftdi_sio.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c --- a/drivers/usb/serial/ftdi_sio.c Fri Oct 24 17:00:54 2003 +++ b/drivers/usb/serial/ftdi_sio.c Fri Oct 24 17:00:54 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 , Bill Ryder , Kuba Ober " #define DRIVER_DESC "USB FTDI Serial Converters Driver"