mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
usb: renesas_usbhs: add hcd->has_tt for low/full speed
Low/Full speed device is not recognized without this patch Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
b95eb7476e
commit
1115b9e279
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user