[linux-usb-devel] Why does my kernel panic when I load and run it into my board?

2003-01-30 Thread Rom M
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

Re: [linux-usb-devel] Help on OHCI USB HC

2003-01-22 Thread Rom M
). 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

[linux-usb-devel] Help on OHCI USB HC

2003-01-22 Thread Rom M
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