On Fri, Jan 04, 2002 at 01:06:28PM -0800, David Brownell wrote:
> D'oh!  Yes, please do so.

This patch fixes the problem.  Added to my 2.5 tree.

greg k-h


diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile
--- a/drivers/usb/Makefile      Fri Jan  4 13:30:11 2002
+++ b/drivers/usb/Makefile      Fri Jan  4 13:30:11 2002
@@ -40,6 +40,12 @@
 # Each configuration option enables a list of files.
 
 obj-$(CONFIG_USB)              += usbcore.o
+
+# EHCI needs to be linked before the other HCD drivers
+ifeq ($(CONFIG_USB_EHCI_HCD),y)
+       obj-y += hcd/ehci-hcd.o
+endif
+
 obj-$(CONFIG_USB_UHCI)         += usb-uhci.o
 obj-$(CONFIG_USB_UHCI_ALT)     += uhci.o
 obj-$(CONFIG_USB_OHCI)         += usb-ohci.o
@@ -80,10 +86,6 @@
 subdir-$(CONFIG_USB_EHCI_HCD)  += hcd
 subdir-$(CONFIG_USB_SERIAL)    += serial
 subdir-$(CONFIG_USB_STORAGE)   += storage
-
-ifeq ($(CONFIG_USB_EHCI_HCD),y)
-       obj-y += hcd/ehci-hcd.o
-endif
 
 ifeq ($(CONFIG_USB_SERIAL),y)
        obj-y += serial/usb-serial.o

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to