From: Greg KH To: torvalds@osdl.org Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [BK PATCH] More USB fixes for 2.6.0-test7 Hi, Here are some more USB fixes for 2.6.0-test7. They fix a bug in the visor driver that just about everyone except me has tripped over, EHCI fixes for SPARC platforms and other oops fixes, OHCI power management fixes, and build fixes for PPC kernels and the keyspan driver. Please pull from: bk://kernel.bkbits.net/gregkh/linux/usb-2.6 Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see them. thanks, greg k-h drivers/usb/host/ehci-dbg.c | 10 +++--- drivers/usb/host/ehci-q.c | 30 ++++++++++-------- drivers/usb/host/ehci.h | 16 ---------- drivers/usb/host/ohci-hcd.c | 54 +++++++++++++++------------------- drivers/usb/host/ohci-hub.c | 2 - drivers/usb/host/ohci-pci.c | 44 ++++++++++++--------------- drivers/usb/host/ohci-q.c | 23 ++++++++++---- drivers/usb/host/ohci.h | 5 --- drivers/usb/input/Kconfig | 1 drivers/usb/serial/keyspan_usa90msg.h | 14 ++++---- drivers/usb/serial/visor.c | 3 - 11 files changed, 93 insertions(+), 109 deletions(-) ----- Benjamin Herrenschmidt: o USB: Conflicting definitions in keyspan driver David Brownell: o USB: ohci-hcd PM fixes o USB: ehci-hcd, misc bugfixes Greg Kroah-Hartman: o USB: fix visor driver to work with Palm OS 4+ devices John Levon: o USB: default input core support to y