On Wed, Mar 01, 2006 at 08:26:23AM -0800, David Brownell wrote: > > + .start = ohci_ep93xx_start, > > + .stop = ohci_stop, > > + .urb_enqueue = ohci_urb_enqueue, > > + .urb_dequeue = ohci_urb_dequeue, > > + .endpoint_disable = ohci_endpoint_disable, > > + .get_frame_number = ohci_get_frame, > > + .hub_status_data = ohci_hub_status_data, > > + .hub_control = ohci_hub_control, > > +}; > > Needs bus_suspend and bus_resume entries. Also start_port_reset. > I think you started from an old pxa version that didn't have those.
Yeah, since my patch was against 2.6.15 (and was directly stolen from pxa as it mentions at the beginning of the file :-), I just used the pxa version that was in 2.6.15. I'm rebasing to 2.6.16-rc5 now and will get this updated, apologies. Will send new patch soon. David, Ben, thanks for your feedback so far. cheers, Lennert ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
