From: Deepak Das Date: Wed, 21 Jan 2015 18:09:58 +0000 (+0530) Subject: usb: core: hub: modify hub reset logic in hub driver X-Git-Tag: fixes-v4.0-rc1~102^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbaecff06a7db4defa899a664fe2758e5161b39d;p=pandora-kernel.git usb: core: hub: modify hub reset logic in hub driver Currently if port power is turned off by user on hub port using USBDEVFS then port power is turned back ON by hub driver. This commit modifies hub reset logic in hub_port_connect() to prevent hub driver from turning back the port power ON if port is not owned by kernel. Signed-off-by: Deepak Das Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed