On Mon, May 14, 2012 at 05:17:44PM +0200, Matthieu CASTET wrote: > Signed-off-by: Matthieu CASTET <matthieu.castet@xxxxxxxxxx> > --- > drivers/usb/host/ehci-hcd.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c > index 4a3bc5b..8cc2cf3 100644 > --- a/drivers/usb/host/ehci-hcd.c > +++ b/drivers/usb/host/ehci-hcd.c > @@ -716,6 +716,8 @@ static int ehci_init(struct usb_hcd *hcd) > hird = 0; > } > temp |= hird << 24; > + if (ehci_is_TDI(ehci)) > + ehci->has_hostpc = 1; Now, most of controllers set hcd->has_tt = 1, but they may not have hostpc. Why you think these two things have relationship? > } > ehci->command = temp; > > -- > 1.7.10 > > -- Best Regards, Peter Chen -- 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