From: Greg KH To: marcelo@conectiva.com.br Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [BK PATCH] USB update for 2.4.22-pre5 Hi, Here are some USB bugfixes and updates against 2.4.22-pre5. There are a number of resyncs here with drivers that are already in 2.5, and a new USB host controller driver was added. Also, the unusual_devs.h list for usb-storage devices is now in sync with 2.5 thanks to Alan Stern, which should make things a lot easier in the future. 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 MAINTAINERS | 4 drivers/usb/ax8817x.c | 4 drivers/usb/host/Config.in | 6 drivers/usb/host/Makefile | 1 drivers/usb/host/sl811.c | 2755 ++++++++++++++++++++++++++++++++++++- drivers/usb/host/sl811.h | 177 ++ drivers/usb/serial/ftdi_sio.c | 3 drivers/usb/serial/ftdi_sio.h | 6 drivers/usb/serial/ipaq.c | 3 drivers/usb/serial/ipaq.h | 5 drivers/usb/storage/initializers.h | 9 drivers/usb/storage/protocol.c | 54 drivers/usb/storage/sddr09.c | 4 drivers/usb/storage/unusual_devs.h | 308 +--- drivers/usb/storage/usb.c | 12 drivers/usb/storage/usb.h | 2 drivers/usb/usb.c | 2 drivers/usb/usbnet.c | 199 +- 18 files changed, 3265 insertions(+), 289 deletions(-) ----- : o USB: Adding DSS-20 SyncStation to ftdi_sio : o USB: patch for sl811 usb host controller driver Alan Stern: o USB: Implement US_FL_FIX_CAPACITY for 2.4 o USB: Updates for unusual_devs.h o USB: Final reconciliation for unusual_devs.h in 2.4 o USB: Reconcile unusual_devs.h for 2.4 and 2.5 David Brownell: o USB: usbnet updates o USB: usb_string(), don't use bogus ids David T. Hollis: o USB: ax8817x.c - add Intellinet USB 2.0 Ethernet device ids Ganesh Varadarajan: o USB: more ids for ipaq Greg Kroah-Hartman: o USB: fix up previous sl811 patch o USB: fix up my USB Bluetooth entry to help prevent confusion in the future