On Mon, Jan 07, 2002 at 08:50:28AM -0800, David Brownell wrote:
> Try the latest 2.5 kernel (2.5.2-pre9 today) and
> configure in the EHCI driver.

Actually I messed up in 2.5.2-pre9 with the makefile and you can't
actually build the EHCI driver :(

Here's a patch that fixes this problem, sorry about it.

greg k-h

diff -Nru a/drivers/usb/hcd/Makefile b/drivers/usb/hcd/Makefile
--- a/drivers/usb/hcd/Makefile  Mon Jan  7 10:11:00 2002
+++ b/drivers/usb/hcd/Makefile  Mon Jan  7 10:11:00 2002
@@ -5,9 +5,9 @@
 
 O_TARGET       :=
 
-obj-$(CONFIG_EHCI_HCD)                 += ehci-hcd.o
-# obj-$(CONFIG_OHCI_HCD)                       += ohci-hcd.o
-# obj-$(CONFIG_UHCI_HCD)                       += uhci-hcd.o
+obj-$(CONFIG_USB_EHCI_HCD)                     += ehci-hcd.o
+# obj-$(CONFIG_USB_OHCI_HCD)                   += ohci-hcd.o
+# obj-$(CONFIG_USB_UHCI_HCD)                   += uhci-hcd.o
 
 # Extract lists of the multi-part drivers.
 # The 'int-*' lists are the intermediate files used to build the multi's.

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

Reply via email to