Re: [linux-usb-devel] Information on Linux Device Enumeration Process?

2003-06-04 Thread Evan Jones
Thank you to all of you for your helpful replies. We managed to get the device enumerating yesterday. It turns out that we were compiling the Verilog for the USB1.1 core with an option that was optimizing away the internal state machine. As such, it was getting stuck in the initial idle state

[linux-usb-devel] Information on Linux Device Enumeration Process?

2003-06-03 Thread Evan Jones
Hello, Does anyone have any pointers about where I can look up information on how the Linux USB stack (in the 2.4 kernels) initializes and assigns a new device? I'm doing some debugging on a USB device that we have built using the OpenCores USB1.1 controller

Re: [linux-usb-devel] Information on Linux Device Enumeration Process?

2003-06-03 Thread Alan Stern
On Mon, 2 Jun 2003, Evan Jones wrote: Hello, Does anyone have any pointers about where I can look up information on how the Linux USB stack (in the 2.4 kernels) initializes and assigns a new device? I'm doing some debugging on a USB device that we have built using the OpenCores USB1.1

Re: [linux-usb-devel] Information on Linux Device Enumeration Process?

2003-06-03 Thread David Brownell
Evan Jones wrote: Hello, Does anyone have any pointers about where I can look up information on how the Linux USB stack (in the 2.4 kernels) initializes and assigns a new device? The source code is the best reference, but you seem to need interpretation instead ... I'm doing some debugging