X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fusb%2Frenesas_usbhs%2Fmod_host.c;h=7955de5899512ecff50c099ab084a35a36a10f07;hb=c91172cb2b6997cf2830eccc3e4f2d948595fb64;hp=bade761a1e52b783a63dfb462f8b11ef4c111999;hpb=1b464d8429983ed56ae070f038841abfcc60b85f;p=pandora-kernel.git diff --git a/drivers/usb/renesas_usbhs/mod_host.c b/drivers/usb/renesas_usbhs/mod_host.c index bade761a1e52..7955de589951 100644 --- a/drivers/usb/renesas_usbhs/mod_host.c +++ b/drivers/usb/renesas_usbhs/mod_host.c @@ -1267,6 +1267,7 @@ int usbhs_mod_host_probe(struct usbhs_priv *priv) dev_err(dev, "Failed to create hcd\n"); return -ENOMEM; } + hcd->has_tt = 1; /* for low/full speed */ pipe_info = kzalloc(sizeof(*pipe_info) * pipe_size, GFP_KERNEL); if (!pipe_info) {