[GIT PATCH] USB patches for 2.6.16-rc3

From: Greg KH
Date: Tue Feb 14 2006 - 00:58:05 EST


Here are some USB patches for 2.6.16-rc3. They do the following:
- build fix for sl811 driver.
- new device ids for ldusb, hid-core, and pl2303 drivers.
- take EXPERIMENTAL tag off of the ldusb driver.
- usb-storage unusual-devices update fixing some new devices.
- USB EHCI handoff fixup (fixes a number of reported problems.)
- ability to debug USB OHCI and UHCI handoff a bit easier.

All of these patches have been in the -mm tree for a while.

Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
or if master.kernel.org hasn't synced up yet:
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/host/pci-quirks.c | 16 +++++++---
drivers/usb/host/sl811_cs.c | 4 +-
drivers/usb/input/hid-core.c | 50 ++++++++++++++++++--------------
drivers/usb/misc/Kconfig | 2 -
drivers/usb/misc/ldusb.c | 57 ++++++++++++++++++++-----------------
drivers/usb/serial/pl2303.c | 5 +--
drivers/usb/serial/pl2303.h | 4 ++
drivers/usb/storage/unusual_devs.h | 52 +++++++++++++++++++++++++++++----
8 files changed, 127 insertions(+), 63 deletions(-)

----

Alan Stern:
usb-storage: new unusual_devs entry
usb-storage: unusual_devs entry
USB: unusual_devs.h entry: TrekStor i.Beat
USB: unusual_devs.h entry: iAUDIO M5

Christian Lindner:
USB: PL2303: Leadtek 9531 GPS-Mouse

David Brownell:
USB: fix up the usb early handoff logic for EHCI
USB: sl811_cs needs platform_device conversion too

Michael Hund:
USB: add new device ids to ldusb
USB: change ldusb's experimental state

Phil Dibowitz:
USB: unusual-devs bugfix


-
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/