Re: [linux-usb-devel] A question about EHCI test program

2001-06-19 Thread Brad Hards
Alex Huang wrote: > > Dear all, > When I make modules the EHCI test program , there some error ocour. > > The structure has no member " bDescLength" and " DeviceRemovable" > structure member "speed" is not defined > "USB_SPEED_FULL" is undeclared. > > Which file defines these structure member

[linux-usb-devel] A question about EHCI test program

2001-06-19 Thread Alex Huang
Dear all, When I make modules the EHCI test program , there some error ocour. The structure has no member " bDescLength" and " DeviceRemovable" structure member "speed" is not defined "USB_SPEED_FULL" is undeclared. Which file defines these structure member or variables ?? Thanks