USB: log an error message when USB enumeration fails
This patch (as1077) logs an error message whenever the kernel is unable to enumerate a new USB device. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7ef4f0600d
commit
6427f79953
@@ -2708,6 +2708,7 @@ loop:
|
|||||||
if ((status == -ENOTCONN) || (status == -ENOTSUPP))
|
if ((status == -ENOTCONN) || (status == -ENOTSUPP))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
dev_err(hub_dev, "unable to enumerate USB device on port %d\n", port1);
|
||||||
|
|
||||||
done:
|
done:
|
||||||
hub_port_disable(hub, port1, 1);
|
hub_port_disable(hub, port1, 1);
|
||||||
|
Reference in New Issue
Block a user