Re: [linux-usb-devel] struct usb_operations

2003-11-25 Thread David Brownell
Ethan Mattor wrote: Hi, I have been trying do deconstruct your USB driver for some time now. I am a bit stuck, and could use some help. It I assume that the structure usb_operations is a mechanism to reference either the UHCI or OHCI routines for a variety of functions. Actually on 2.6 it's a

Re: [linux-usb-devel] struct usb_operations

2003-11-25 Thread Alan Stern
On Tue, 25 Nov 2003, Ethan Mattor wrote: > Hi, > > I have been trying do deconstruct your USB driver for some time now. I am a > bit stuck, and could use some help. It I assume that the structure > usb_operations is a mechanism to reference either the UHCI or OHCI routines > for a variety of fu

[linux-usb-devel] struct usb_operations

2003-11-25 Thread Ethan Mattor
Hi, I have been trying do deconstruct your USB driver for some time now. I am a bit stuck, and could use some help. It I assume that the structure usb_operations is a mechanism to reference either the UHCI or OHCI routines for a variety of functions. I cannot find the code that puts the UHCI fu