> > .flags = HCD_USB2 | HCD_MEMORY, > > > > - .reset = tegra_ehci_setup, > > - .irq = ehci_irq, > > - > > + > > + /* modified ehci functions for tegra */ > > + .reset = tegra_ehci_setup, > > + .irq = tegra_ehci_irq, > > What happened here? This patch is supposed to rearrange the entries, > not change them. Thanks Alan, for catching my mistake. Will fix it and push a new patch. > > + .hub_control = tegra_ehci_hub_control, > > + .urb_enqueue = tegra_ehci_urb_enqueue, > > Same here. Will fix and push the patch. > > #ifdef CONFIG_PM > > .bus_suspend = tegra_ehci_bus_suspend, > > .bus_resume = tegra_ehci_bus_resume, > > #endif > > - .relinquish_port = ehci_relinquish_port, > > - .port_handed_over = ehci_port_handed_over, > > }; > > Alan Stern Thanks, Venu -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html