Hi all,
There exists a notifier for reboot, ehci_reboot.
When I upgraded to linux-2.6.17.8 (on a xscale ixp465) the reboot
function was called upon infinitum when trying to reboot.
I noticed the function returns simply with 0 instead of NOTIFY_OK
or NOTIFY_STOP. Had to use NOTIFY_STOP to make run
Hi Claudio,
Well, I don't think there exist a open driver for ixp465 usb HOST
controller yet.
There is for the usb DEVICE controller. The IAL from Intel has some support
for usb DEVICE controller but I believe the linux kernel has it's own
pure code
for this, not depending on IAL.
The pen driv
well... the ixdp465 usb host hardware doesn't support high speed (480
mbit/s)
As the documentation says:
The following is a partial list of USB 2.0 features not supported by the
IXP45X/IXP46X network processors:
• High-speed interface
• Device function
• OTG function
Andrew Morton wrote:
> Begin