From: Greg KH To: marcelo@conectiva.com.br Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [BK PATCH] USB fixes for 2.4.21-rc1 Hi, Here are three USB bugfixes for 2.4.21-rc1. They are two fixes for the usb-storage driver, and one fix for the keyspan driver. Please pull from: bk://kernel.bkbits.net/gregkh/linux/marcelo-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/keyspan.c | 15 +++++++++------ drivers/usb/serial/keyspan.h | 20 +++++++++++++++++++- drivers/usb/storage/transport.c | 10 +++++++++- drivers/usb/storage/usb.h | 1 + 4 files changed, 38 insertions(+), 8 deletions(-) ----- : o USB: keyspan driver fixes Alan Stern : o USB: usb-storage fixes o USB: usb storage async unlink error code fix