Here are some USB fixes against 2.6.21-rc5. These patches fix a number of reported problems and compiler warnings in the current tree.
Yes, hte omap_udc. and uhci patches seem a bit "big" but both David and Alan ensure me that they are correct and needed for the 2.6.21 final release. All of these have been in the -mm releases. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ The full patches will be sent to the linux-usb-devel mailing list, if anyone wants to see them. thanks, greg k-h drivers/usb/core/quirks.c | 3 +- drivers/usb/gadget/omap_udc.c | 103 +++++++++++++++++++++++++++++++++++++---- drivers/usb/host/uhci-debug.c | 26 ++++++---- drivers/usb/host/uhci-hcd.c | 3 +- drivers/usb/host/uhci-q.c | 94 ++++++++++---------------------------- drivers/usb/serial/airprime.c | 1 - drivers/usb/serial/ftdi_sio.c | 6 ++- drivers/usb/serial/generic.c | 7 ++- 8 files changed, 145 insertions(+), 98 deletions(-) --------------- Alan Stern (1): UHCI: Fix problem caused by lack of terminating QH David Brownell (3): USB: omap_udc: workaround dma_free_coherent() bogosity USB: fix usb-serial/generic build warning USB: fix usb-serial/ftdi build warning Jon K Hellan (1): USB: remove duplicated device id in airprime driver Oliver Neukum (1): USB: another entry for the quirk list - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/