[GIT PATCH] USB fixes for 2.6.25-rc3 git

From: Greg KH
Date: Tue Mar 04 2008 - 18:19:32 EST


Here are some USB fixes against your 2.6.25-rc3 git tree.

It includes:
- more device id updates
- quirk file cleanup
- minor bugfixes for host controllers
- other minor fixes

Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/

A lot of these patches have been in the -mm tree for a while, as well as
-next.

The full patches will be sent to the linux-usb mailing list (note the
address change), if anyone wants to see them.

thanks,

greg k-h

------------

drivers/usb/core/Kconfig | 9 ++--
drivers/usb/core/quirks.c | 21 +++++----
drivers/usb/gadget/printer.c | 1 -
drivers/usb/gadget/pxa2xx_udc.c | 88 ++++++++++++++++++++++-----------------
drivers/usb/gadget/pxa2xx_udc.h | 4 +-
drivers/usb/host/ehci-q.c | 2 +-
drivers/usb/host/isp116x-hcd.c | 15 +++----
drivers/usb/host/isp116x.h | 1 -
drivers/usb/serial/ftdi_sio.c | 25 +++++++++++
drivers/usb/serial/ftdi_sio.h | 7 +++
drivers/usb/serial/mos7840.c | 15 ++++++-
drivers/usb/serial/option.c | 4 ++
drivers/usb/storage/protocol.c | 2 +-
include/linux/usb.h | 3 +-
14 files changed, 129 insertions(+), 68 deletions(-)

---------------

Alan Stern (3):
USB: update Kconfig entry for USB_SUSPEND
USB: spruce up the device blacklist
usb-storage: update earlier scatter-gather bug fix

Anti Sullin (1):
USB: isp116x: fix enumeration on boot

Daniel Kozák (1):
USB: Add support for AXESSTEL MV110H CDMA modem

David Ludlow (1):
usb: Add support for the mos7820/7840-based B&B USB/RS485 converter to mos7840.c

Dmitry Baryshkov (1):
USB: pxa2xx_udc: fix misuse of clock enable/disable calls

Kevin Vance (1):
USB: ftdi_sio: Workaround for broken Matrix Orbital serial port

Lei Ming (1):
USB: fix comment of struct usb_interface

Misha Zhilin (1):
USB: ehci: handle large bulk URBs correctly (again)

Sven Andersen (1):
USB: ftdi_sio - really enable EM1010PC

Tony Jones (1):
USB: remove incorrect struct class_device from the printer gadget

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/