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-pre7 Hi, Here are some USB bugfixes for 2.4.21-pre7. These are all pretty small and important (the ftdi_sio one is a bit bigger, but still needed.) 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/CDCEther.c | 50 +- drivers/usb/CDCEther.h | 3 drivers/usb/acm.c | 1 drivers/usb/host/ehci-mem.c | 1 drivers/usb/host/ehci-q.c | 10 drivers/usb/host/uhci.c | 2 drivers/usb/pegasus.c | 10 drivers/usb/pegasus.h | 6 drivers/usb/scanner.c | 11 drivers/usb/scanner.h | 2 drivers/usb/serial/ftdi_sio.c | 855 ++++++++++++++++++++++++++++--------- drivers/usb/serial/ftdi_sio.h | 56 ++ drivers/usb/serial/io_edgeport.c | 8 drivers/usb/serial/ipaq.c | 1 drivers/usb/serial/ipaq.h | 3 drivers/usb/storage/unusual_devs.h | 9 drivers/usb/usb.c | 2 18 files changed, 798 insertions(+), 252 deletions(-) ----- : o USB: patch for oops in io_edgeport.c : o USB: Patch against unusual_devs.h to enable Pontis SP600 : o USB: ftdi_sio update : o USB: New USB serial device ID: Asus A600 PDA cradle : o USB: enable Motorola cellphone USB modems Alan Stern : o USB: usb-storage START-STOP under Linux 2.4 David Brownell : o USB: CDC Ether fix notifications o USB: usbcore deadlock paranoia o USB: ehci-hcd, minor hardware tweaks Duncan Sands : o USB: uhci bandaid Henning Meier-Geinitz : o USB: scanner.c endpoint detection fix Petko Manolov : o USB: pegasus link status detection fix