I'm using 2.5.30 kernel for a non-pci ohci usbhost controller. I'm already
pass the point where the virtual roothub is connected/enumerated.
When I attach a new device to my roothub(hub_irq will now be triggered).
When hub.c calls the usb_new_device to enumerate the new attached device,
the kern
). Can you tell
me how do I make a link from the time the virtual root hub is
enumerated/connected to the time that there is a device attachment?
You're answers would very much help me,thanks.
From: Oliver Neukum <[EMAIL PROTECTED]>
To: "Rom M" <[EMAIL PROTECTED]>, [EMA
Hi!,I've been working on an ohci usb host controller not yet supported by
linux. I want to enumerate the device that is attached after I detect a
connection on the root hub, the problem is, I don't know how to do it. Are
there existing functions that I will call in the kernel in sequence? Or do