From: Greg KH To: marcelo.tosatti@cyclades.com, zaitcev@redhat.com Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [BK PATCH] USB serial fixes for 2.4.27-pre6 Hi, Here are 4 small fixes for some USB serial driver issues. They have all been in the 2.6 tree for some while now. Pete suggested I send these directly to you, instead of having to go through him. Please pull from: bk://kernel.bkbits.net/gregkh/linux/usb-2.4 The individual patches will be sent in follow up messages to this email to you and the linux-usb-devel mailing list. thanks, greg k-h drivers/usb/serial/ftdi_sio.c | 7 +++ drivers/usb/serial/ftdi_sio.h | 5 ++ drivers/usb/serial/pl2303.c | 11 ++++ drivers/usb/serial/visor.c | 98 +++++++++++++++++++++++++++++++++++++++++- 4 files changed, 119 insertions(+), 2 deletions(-) ----- : o USB: pl2303 & input overruns Greg Kroah-Hartman: o USB: fix empty write issue in pl2303 driver Jan Capek: o USB ftdi device ids for 2.4 Martin Lubich: o USB: add Clie TH55 Support in visor kernel module