Hi, Now that the versioning patch made it into the kernel tree, here's a small patch that fixes the changelog comments in the mct-u232 driver (I couldn't send it before, as it conflicted with the versioning patch), and a fix for the author field of the ibmcam.c driver. It is against 2.4.5-pre5. thanks, greg k-h
diff -Nru a/drivers/usb/ibmcam.c b/drivers/usb/ibmcam.c --- a/drivers/usb/ibmcam.c Thu May 24 00:31:30 2001 +++ b/drivers/usb/ibmcam.c Thu May 24 00:31:30 2001 @@ -47,7 +47,7 @@ * Version Information */ #define DRIVER_VERSION "v1.0.0" -#define DRIVER_AUTHOR "Johannes Erdfelt, Randy Dunlap" +#define DRIVER_AUTHOR "http://www.linux-usb.org/ibmcam/" #define DRIVER_DESC "IBM/Xirlink C-it USB Camera Driver for Linux (c) 2000" #define ENABLE_HEXDUMP 0 /* Enable if you need it */ diff -Nru a/drivers/usb/serial/mct_u232.c b/drivers/usb/serial/mct_u232.c --- a/drivers/usb/serial/mct_u232.c Thu May 24 00:31:30 2001 +++ b/drivers/usb/serial/mct_u232.c Thu May 24 00:31:30 2001 @@ -24,6 +24,14 @@ * Basic tests have been performed with minicom/zmodem transfers and * modem dialing under Linux 2.4.0-test10 (for me it works fine). * + * 04-May-2001 Stelian Pop + * - Set the maximum bulk output size for Sitecom U232-P25 model to 16 bytes + * instead of the device reported 32 (using 32 bytes causes many data + * loss, Windows driver uses 16 too). + * + * 02-May-2001 Stelian Pop + * - Fixed the baud calculation for Sitecom U232-P25 model + * * 08-Apr-2001 gb * - Identify version on module load. *
