Tony Spinillo writes:
>I just fired up kernel 2.4.21-pre1. The ehci-hcd module gives an error
>upon load.
I've noticed this problem too and reported it to the dev list; it's
also been reported on the linux-kernel list. Hopefully David Brownell
(the maintainer) will have a work around.
If you want a temporary kludge which works for me (YMMV), locate
the line calling ehci_reset() in ehci-hcd.c:ehci_start() and ignore the
return value (the default behaviour is for ehci_start() to indicate
an error if ehci_reset returns non-zero, this causes the driver
to be unloaded. In my case and I guess yours, ehci_reset is indeed returning
a non-zero value).
-- Richard
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users
- [Linux-usb-users] EHCI-HCD Problem with Kernel 2.4.... Tony Spinillo
- Richard CHAN Shih-Ping
